BluetoothAddress   Conversion (UInt64 to BluetoothAddress)

Defines an implicit conversion of a UInt64 to a BluetoothAddress,

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static implicit operator BluetoothAddress (
	ulong address
)

Parameters

address  UInt64

[Missing <param name="address"/> documentation for "M:InTheHand.Net.BluetoothAddress.op_Implicit(System.UInt64)~InTheHand.Net.BluetoothAddress"]

Return Value

BluetoothAddress

[Missing <returns> documentation for "M:InTheHand.Net.BluetoothAddress.op_Implicit(System.UInt64)~InTheHand.Net.BluetoothAddress"]

See Also