Get the address of the local Bluetooth radio device.
| C# | Visual Basic |
public BluetoothAddress LocalAddress { get; }
Public ReadOnly Property LocalAddress As BluetoothAddress
The address of the local Bluetooth radio device.
The property can return a nullNothingnullptr value in some cases. For instance on CE when the radio is powered-off the value will be null.