Click or drag to resize

wclGattLocalCharacteristicRequest Class

The base class for local GATT characteristic operation requests.
Inheritance Hierarchy

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

The wclGattLocalCharacteristicRequest type exposes the following members.

Constructors
 NameDescription
Public methodwclGattLocalCharacteristicRequest Creates new object.
Top
Properties
 NameDescription
Public propertyOffset Gets the data offset.
Top
Methods
 NameDescription
Protected methodCheckProcessed Checks if the request has already been processed.
Public methodDestroy Frees the object.
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(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 methodHalRespondWithError Responds to the request with an error.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRespondWithError Responds to the request with an error.
Protected methodSetProcessed Sets the processed flag.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
An application must never create or destroy this class. The class is created and released internally when needed.
See Also