Click or drag to resize

wclRfCommServerChannel Property

Gets and sets the service RFCOMM channel number. 0 to auto detection.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public byte Channel { get; set; }

Property Value

Byte
The RFCOMM channel number used for connection.
Exceptions
Remarks
If an application changes the property when connection is active the wclEBluetoothServer exception raises.
See Also