Android Programming Press on the image to return to the main documentation page.

jMqttBroker

List of types:

MqttBroker

MqttBroker


Events:

None

Members:


  DebugLog As Boolean [write only]

  Initialize (EventName As String, Port As Int)

  SetUserAndPassword (Username As String, Password As String)

  Start

  Stop

Members description:

DebugLog As Boolean [write only]
Initialize (EventName As String, Port As Int)
Initializes the broker and sets the broker port (currently there are no events).
SetUserAndPassword (Username As String, Password As String)
The server will only allow connections with the provided user names and password.
Start
Starts the server.
Stop
Stops the server.
Top