Reads the RFCOMM Channel Number element from the service record.
| C# | Visual Basic |
public static ServiceElement GetRfcommChannelElement( ServiceRecord record )
Public Shared Function GetRfcommChannelElement ( _ record As ServiceRecord _ ) As ServiceElement
- record (ServiceRecord)
[Missing <param name="record"/> documentation for "M:InTheHand.Net.Bluetooth.ServiceRecordHelper.GetRfcommChannelElement(InTheHand.Net.Bluetooth.ServiceRecord)"]
The ServiceElement
holding the Channel Number.
or nullNothingnullptr if at the ProtocolDescriptorList
attribute is missing or contains invalid elements.