In The Hand
BluetoothAddress Constructor (address)
NamespacesInTheHand.NetBluetoothAddressBluetoothAddress(array<Byte>[]()[])
.NET Components for Mobility
Initializes a new instance of the BluetoothAddress class with the specified address.
Declaration Syntax
C#Visual Basic
public BluetoothAddress(
	byte[] address
)
Public Sub New ( _
	address As Byte() _
)
Parameters
address (array< Byte >[]()[])
Address as 6 byte array.
Remarks

Note: The address should be supplied in little-endian order on the current Windows platform (which is little-endian). For forward compatibility it would be safer to use the Parse(String) method, which will be correct for all platforms.

Exceptions
ExceptionCondition
ArgumentNullExceptionaddress passed was nullNothingnullptr.
ArgumentExceptionaddress passed was not a 6 byte array.

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0