BluetoothUuidFromShortId Method
Returns the bluetooth device UUID from a short ID.
Namespace: InTheHand.BluetoothAssembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public static BluetoothUuid FromShortId(
ushort shortId
)
Public Shared Function FromShortId (
shortId As UShort
) As BluetoothUuid
public:
static BluetoothUuid FromShortId(
unsigned short shortId
)
static member FromShortId :
shortId : uint16 -> BluetoothUuid
- shortId UInt16
- The short ID.
BluetoothUuidReturns the UUID.