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


In This Topic
    SetDeviceChannelSelectedProfileNumber Method
    In This Topic
    Sets the profile number for a channel.
    Syntax
    'Declaration
     
    
    Public Sub SetDeviceChannelSelectedProfileNumber( _
       ByVal channelNumber As Integer, _
       ByVal profileNumber As Integer _
    ) 
    'Usage
     
    
    Dim instance As Device
    Dim channelNumber As Integer
    Dim profileNumber As Integer
     
    instance.SetDeviceChannelSelectedProfileNumber(channelNumber, profileNumber)
    public void SetDeviceChannelSelectedProfileNumber( 
       int channelNumber,
       int profileNumber
    )

    Parameters

    channelNumber
    profileNumber
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also