Click or drag to resize

wclGattClientAddress Property

Gets and sets a target Bluetooth device's MAC address.

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

Property Value

Int64
The Bluetooth MAC address.
Exceptions
ExceptionCondition
wclEGattClient
Remarks
If an application changes the property when connection is active the wclEGattClient exception raises.
See Also