Click or drag to resize

wclGattLocalCharacteristicWriteRequest Methods

The wclGattLocalCharacteristicWriteRequest type exposes the following members.

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
See Also