public struct BluetoothUuid
Public Structure BluetoothUuid
public value class BluetoothUuid
[<SealedAttribute>]
type BluetoothUuid =
struct
inherit ValueType
end
Equals | (Overrides ValueTypeEquals(Object)) |
FromGuid | |
FromId | Returns the Uuid for a given Bluetooth SIG name. Names must beging with the "org.bluetooth" prefix. |
FromShortId | Returns the bluetooth device UUID from a short ID. |
GetCharacteristic | |
GetDescriptor | |
GetHashCode | (Overrides ValueTypeGetHashCode) |
GetService | |
GetType | (Inherited from Object) |
ToString | (Overrides ValueTypeToString) |
TryGetShortId | Attempts to get the short Bluetooth ID from a UUID. |
Equality(BluetoothUuid, BluetoothUuid) | Returns true if both Uuids are equal. |
Equality(BluetoothUuid, Guid) | Returns true if both Uuids are equal. |
(BluetoothUuid to UInt16) | |
(String to BluetoothUuid) | |
(BluetoothUuid to Guid) | |
(Guid to BluetoothUuid) | |
(UInt16 to BluetoothUuid) | |
Inequality(BluetoothUuid, BluetoothUuid) | Returns true if both Uuids are unequal. |
Inequality(BluetoothUuid, Guid) | Returns true if both Uuids are unequal. |