Lookup the name of a Bluetooth Service UUID.
| C# | Visual Basic |
public static class HackClassUuidLookup
Public NotInheritable Class HackClassUuidLookup
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| CreateBluetoothUuid(Int16) |
Create a full 128-bit Service class UUID from its 16-bit short form.
| |
| CreateBluetoothUuid(UInt16) |
Create a full 128-bit Service class UUID from its 16-bit short form.
| |
| CreateBluetoothUuid(Int32) |
Create a full 128-bit Service class UUID from its 16-bit short form.
| |
| CreateBluetoothUuid(UInt32) |
Create a full 128-bit Service class UUID from its 16-bit short form.
| |
| GetName(Guid) |
Retrieves the name of the Service Class UUID that has the specified value.
| |
| GetName(Int16) |
Retrieves the name of the Service Class UUID that has the specified value.
| |
| GetName(UInt16) |
Retrieves the name of the Service Class UUID that has the specified value.
| |
| GetName(Int32) |
Retrieves the name of the Service Class UUID that has the specified value.
| |
| GetName(UInt32) |
Retrieves the name of the Service Class UUID that has the specified value.
|
Looks up the UUID on the BluetoothService class.
| Object | |
| HackClassUuidLookup | |