BluetoothUuidTryGetShortId Method
Attempts to get the short Bluetooth ID from a UUID.
Namespace: InTheHand.BluetoothAssembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public static ushort? TryGetShortId(
Guid uuid
)
Public Shared Function TryGetShortId (
uuid As Guid
) As UShort?
public:
static Nullable<unsigned short> TryGetShortId(
Guid uuid
)
static member TryGetShortId :
uuid : Guid -> Nullable<uint16>
- uuid Guid
- The UUID.
NullableUInt16Returns the short ID.