FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceUSB225 Class / GetAvailableProfilesForChannel Method


In This Topic
    GetAvailableProfilesForChannel Method (DeviceUSB225)
    In This Topic
    Gets the profiles that can be assinged to a particular channel number.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetAvailableProfilesForChannel( _
       ByVal channelNumber As Integer _
    ) As IEnumerable(Of String)
    'Usage
     
    
    Dim instance As DeviceUSB225
    Dim channelNumber As Integer
    Dim value As IEnumerable(Of String)
     
    value = instance.GetAvailableProfilesForChannel(channelNumber)
    public override IEnumerable<string> GetAvailableProfilesForChannel( 
       int channelNumber
    )

    Parameters

    channelNumber

    Return Value

    Profiles that can be assinged to channel number.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also