IPWorks IoT 2020 ActiveX Edition

Questions / Feedback?

ResponseETag Property

The response ETag.

Syntax

coapcontrol.ResponseETag[=string]

Default Value

""

Remarks

When the control is operating in client mode (i.e., the Listening property is disabled), this property is populated with the ETag included in incoming responses (if any) anytime the RequestComplete event fires. It will be empty if an Etag option was not included.

When the control is operating in server mode (i.e., the Listening property is enabled), this property specifies the ETag that should be included in outgoing responses (regardless of whether they are sent immediately after Request fires, or later using SendResponse or SendNotification). Leave it empty to prevent an Etag option from being included.

To read or write binary data to the property, a Variant (Byte Array) version is provided in .ResponseETagB.

This property is not available at design time.

Data Type

Binary String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 ActiveX Edition - Version 20.0 [Build 8265]