BluetoothUtiAttribute Class

Attribute to attach a Uniform Type Identifier to a Bluetooth UUID.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public sealed class BluetoothUtiAttribute : Attribute
Inheritance
Object    Attribute    BluetoothUtiAttribute

Remarks

Usage on a class indicates a namespace such as org.bluetooth.characteristic and on a field represents the individual name.

Constructors

BluetoothUtiAttributeInitializes a new instance of the BluetoothUtiAttribute class
BluetoothUtiAttribute(String)Initializes a new instance of the BluetoothUtiAttribute class

Properties

TypeId
(Inherited from Attribute)
Uti Uniform Type Identifier e.g. 'org.bluetooth.service.generic_access'.

Methods

Equals
(Inherited from Attribute)
GetHashCode
(Inherited from Attribute)
GetType
(Inherited from Object)
IsDefaultAttribute
(Inherited from Attribute)
Match
(Inherited from Attribute)
ToString
(Inherited from Object)

See Also