Click or drag to resize

wclGattLocalCharacteristic Class

This class represents a local GATT characteristic.
Inheritance Hierarchy
SystemObject
  wclBluetoothwclGattLocalAttribute
    wclBluetoothwclGattLocalCharacteristic

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

The wclGattLocalCharacteristic type exposes the following members.

Constructors
 NameDescription
Public methodwclGattLocalCharacteristic Creates new local GATT characteristic.
Top
Properties
 NameDescription
Public propertyAdded Gets the characteristic's status.
Public propertyCount Gets the subscribed clients count.
Public propertyError Gets the characteristic's publishing error.
Public propertyItem Gets the subscribed client by its index.
Public propertyParams Gets the characteristic's parameters.
Public propertyService Gets the GATT service object that owns the characteristic.
Public propertyUuid Gets the attribute's UUID.
(Inherited from wclGattLocalAttribute)
Top
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
Remarks
An application must not create or destroy this class directly. Instead of that an application must use methods of the class.
See Also