FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIDC250 Class / SetIOFunction Method


In This Topic
    SetIOFunction Method (DeviceIDC250)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetIOFunction( _
       ByVal ioNumber As Integer, _
       ByVal functionName As String _
    ) 
    'Usage
     
    
    Dim instance As DeviceIDC250
    Dim ioNumber As Integer
    Dim functionName As String
     
    instance.SetIOFunction(ioNumber, functionName)
    public void SetIOFunction( 
       int ioNumber,
       string functionName
    )

    Parameters

    ioNumber
    functionName
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also