IPWorks IoT 2020 Kotlin Edition

Questions / Feedback?

RequestData Property

The request data.

Syntax

public var requestData: String
public var requestDataB: ByteArray?

Default Value

""

Remarks

When the component 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 component 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.

This property is not available at design time.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks IoT 2020 Kotlin Edition - Version 20.0 [Build 7941]