IPWorks IoT 2020 Android Edition

Questions / Feedback?

Connect Method

Connects to the remote host.

Syntax

public void connect(String host, int port);

Remarks

This method connects to the remote host. Calling this method is equivalent to setting the RemoteHost property to Host, setting RemotePort to Port, and then setting the Connected property to True.

By default the component will connect in plaintext. To enable SSL set SSLEnabled to True.

When connecting to a STOMP server, the component sends information from the following properties, if populated:

In addition to the above properties, the following configuration settings can be set before connecting (though in most cases this is not necessary):

  • SupportedVersions: Controls which STOMP versions the component advertises support for.
  • VirtualHost: Controls the virtual host to connect to. If left empty (default), the value from RemoteHost is used.

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