IPWorks IoT 2020 ActiveX Edition

Questions / Feedback?

RequestData Property

The request data.

Syntax

coapcontrol.RequestData[=string]

Default Value

""

Remarks

When the control is operating in client mode (i.e., the Listening property is disabled), this property specifies the data that should be included in requests sent using Post, Put, or SendCustomRequest.

When the control is operating in server mode (i.e., the Listening property is enabled), this property is populated with the data included in incoming requests (if any) anytime the Request event fires.

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

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]