Table of Contents

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 ulong

Bluetooth address.

AddressType BluetoothAddressType

Bluetooth Address type.

Properties

Address

Get Bluetooth address.

public ulong Address { get; }

Property Value

ulong

AddressType

Gets Bluetooth type.

public BluetoothAddressType AddressType { get; }

Property Value

BluetoothAddressType