Stream.openCallback()
DESCRIPTION
Open a stream without blocking. See Stream.open() for possible callback error codes.
DECLARATION
public void openCallback(int streamPort, NabtoCallback callback)
PARAMETERS
streamPort:- The streamPort to use on the remote server, a streamPort is a demultiplexing id.
callback:- The callback that will be run once the stream is opened.