FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportIOFunctionMapping Interface / GetIOFunctionForIONumber Method


In This Topic
    GetIOFunctionForIONumber Method (ISupportIOFunctionMapping)
    In This Topic
    Syntax
    'Declaration
     
    
    Function GetIOFunctionForIONumber( _
       ByVal ioNumber As Integer _
    ) As String
    'Usage
     
    
    Dim instance As ISupportIOFunctionMapping
    Dim ioNumber As Integer
    Dim value As String
     
    value = instance.GetIOFunctionForIONumber(ioNumber)
    string GetIOFunctionForIONumber( 
       int ioNumber
    )

    Parameters

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