BluetoothUuid Structure

Represents a Bluetooth UUID. Can be expressed as a Guid or a short ID for documented Bluetooth SIG definitions.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public struct BluetoothUuid
Inheritance
Object    ValueType    BluetoothUuid

Properties

Empty A default Uuid containing a zero Guid.
Value The full underlying value as a Guid.

Methods

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.

Operators

See Also