'DeclarationPublic Function GetDeviceChannelSelectedProfile( _ ByVal channelNumber As Integer _ ) As Integer
'UsageDim 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.