Click or drag to resize

wclGattLocalCharacteristicWriteRequest Class

The class represents a GATT characteristic write requests.
Inheritance Hierarchy
SystemObject
  wclBluetoothwclGattLocalCharacteristicRequest
    wclBluetoothwclGattLocalCharacteristicWriteRequest

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

The wclGattLocalCharacteristicWriteRequest type exposes the following members.

Constructors
 NameDescription
Public methodwclGattLocalCharacteristicWriteRequest Creates new object.
Top
Properties
 NameDescription
Public propertyData Gets the pointer to the data.
Public propertyOffset Gets the data offset.
(Inherited from wclGattLocalCharacteristicRequest)
Public propertyWithResponse Gets the write operation flag.
Top
Methods
 NameDescription
Protected methodCheckProcessed Checks if the request has already been processed.
(Inherited from wclGattLocalCharacteristicRequest)
Public methodDestroy Frees the object.
(Inherited from wclGattLocalCharacteristicRequest)
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 methodHalRespond Sends a response to the connected client in respond to a write request.
Protected methodHalRespondWithError Responds to the request with an error.
(Inherited from wclGattLocalCharacteristicRequest)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRespond Sends a response to the connected client in respond to a write request.
Public methodRespondWithError Responds to the request with an error.
(Overrides wclGattLocalCharacteristicRequestRespondWithError(Int32))
Protected methodSetProcessed Sets the processed flag.
(Inherited from wclGattLocalCharacteristicRequest)
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