IPWorks IoT 2020 JavaScript Edition

Questions / Feedback?

Arguments Property

A collection of table fields that specify arguments to send to the server when calling certain methods.

Syntax


 getArguments(): AMQPCTableFieldList;

 setArguments(arguments: AMQPCTableFieldList): void;

Default Value

Remarks

This property holds a collection of amqpctablefield objects representing additional arguments sent when one of the following methods is called:

Arguments are typically server-dependent; refer to your server's documentation to determine what, if any, arguments are supported for each of the above methods.

This property is not available at design time.

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