Click or drag to resize

wclRfCommServerService Property

Gets and sets the Bluetooth service UUID used for connection.

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

Property Value

Guid
A Bluetooth service UUID.
Exceptions
ExceptionCondition
wclEBluetoothServer
Remarks

If an application changes the property when connection is active the wclEBluetoothServer exception raises.

If the Authentication if switched off (False) the Encryption is also switched off.

See Also