Click or drag to resize

wclGattLocalAttribute Class

The base class for local GATT attributes (characteristics, services).
Inheritance Hierarchy

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public abstract class wclGattLocalAttribute

The wclGattLocalAttribute type exposes the following members.

Constructors
 NameDescription
Public methodwclGattLocalAttribute Creates new local GATT attribute.
Top
Properties
 NameDescription
Public propertyUuid Gets the attribute's UUID.
Top
Methods
 NameDescription
Protected methodEnter Enters the GATT local attribute protection critical section.
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodLeave Leaves the GATT local attribute protection critical section.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also