FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Device Class / GetDeviceChannelSelectedProfile Method


In This Topic
    GetDeviceChannelSelectedProfile Method
    In This Topic
    Gets the profile assigned to channel.
    Syntax
    'Declaration
     
    
    Public Function GetDeviceChannelSelectedProfile( _
       ByVal channelNumber As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As Device
    Dim channelNumber As Integer
    Dim value As Integer
     
    value = instance.GetDeviceChannelSelectedProfile(channelNumber)
    public int GetDeviceChannelSelectedProfile( 
       int channelNumber
    )

    Parameters

    channelNumber

    Return Value

    Profile currently assinged to channel.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also