Initializes a new instance of the BluetoothAddress class with the specified address.
- address (array< Byte >[]()[])
- Address as 6 byte array.
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | address passed was nullNothingnullptr. |
| ArgumentException | address passed was not a 6 byte array. |