Click or drag to resize

wclGattLocalCharacteristic Methods

The wclGattLocalCharacteristic type exposes the following members.

Methods
 NameDescription
Protected methodEnter Enters the GATT local attribute protection critical section.
(Inherited from wclGattLocalAttribute)
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 methodHalAdd The method implements a driver specific code to add characteristic to the local GATT service.
Protected methodHalNotify The function implements a driver specific code to send notification to the given subscribed client.
Protected methodHalRemove The method implements a driver specific code to remove characteristic from the local GATT service.
Protected methodLeave Leaves the GATT local attribute protection critical section.
(Inherited from wclGattLocalAttribute)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodNotify Sends notification to the given subscribed client.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also