Click or drag to resize

wclRfCommClientService Property

Gets and sets the service's UUID that should be 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
The Bluetooth service's UUID.
Exceptions
ExceptionCondition
wclEBluetoothClient
Remarks
If an application changes the property when connection is active the wclEBluetoothClient exception raises.
See Also