IPWorks IoT 2020 Android Edition

Questions / Feedback?

ClientProperties Property

A collection of table fields that describe properties of the client.

Syntax

public AMQPCTableFieldList getClientProperties();
public void setClientProperties(AMQPCTableFieldList clientProperties);

Remarks

This property holds a collection of AMQPCTableField objects representing client properties. During the connection process, these properties will be sent to the server.

While the component does not send any client properties by default, it is common for AMQP clients to send "product", "version", and "platform" properties to help identify themselves.

This property is not available at design time.

Default Value

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