Click or drag to resize

wclGattLocalService Methods

The wclGattLocalService type exposes the following members.

Methods
 NameDescription
Public methodAddCharacteristic Creates new characteristic and adds it to the service characteristics list.
Public methodClearCharacteristics Clears the characteristics list.
Public methodDeleteCharacteristic Deletes the characteristic with given index.
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 local GATT service to the GATT server.
Protected methodHalCreate The method implements a driver specific code to create local GATT service to the GATT server.
Protected methodHalCreateCharacteristic The function creates a driver specific GATT characteristic object.
Protected methodHalDestroy The method implements a driver specific code to destroy local GATT service from the GATT server.
Protected methodHalRemove The method implements a driver specific code to remove local GATT service from the GATT server.
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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also