Class BluetoothAddress
- Namespace
- nanoFramework.Device.Bluetooth
- Assembly
- nanoFramework.Device.Bluetooth.dll
Bluetooth Address class.
public class BluetoothAddress
- Inheritance
-
BluetoothAddress
- Inherited Members
- Extension Methods
Constructors
BluetoothAddress(ulong, BluetoothAddressType)
BluetoothAddress constructor.
public BluetoothAddress(ulong Address, BluetoothAddressType AddressType)
Parameters
Address
ulongBluetooth address.
AddressType
BluetoothAddressTypeBluetooth Address type.
Properties
Address
Get Bluetooth address.
public ulong Address { get; }
Property Value
AddressType
Gets Bluetooth type.
public BluetoothAddressType AddressType { get; }