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
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also