IPWorks IoT 2020 C++ Builder Edition

Questions / Feedback?

RequestETag Property

The request ETag.

Syntax

__property String RequestETag = { read=FRequestETag, write=FSetRequestETag };
__property DynamicArray<Byte> RequestETagB = { read=FRequestETagB, write=FSetRequestETagB };

Default Value

""

Remarks

When the component is operating in client mode (i.e., the Listening property is disabled), this property specifies the ETag that should be included in outgoing requests. Leave it empty to prevent an Etag option from being included.

When the component is operating in server mode (i.e., the Listening property is enabled), this property is populated with the ETag included in incoming requests (if any) anytime the Request event fires. It will be empty if an Etag option was not included.

This property is not available at design time.

Data Type

Byte Array

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