startConnection

Starts the connection for this application. This method is equivalent to calling startConnection(0), but is a non-blocking call which returns immediately. Use getConnectionStatus or the ApplicationCallback to retrieve the connection status.

Syntax

public void startConnection()

Returns

None.

Examples

  • Start the Application
    startConnection()