We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Last revision: ver. 8.0.5 - 19 Jul 2013
Method(s)
Description
int getPort()
Gets the tcp port used by the server to accept incoming connections.
broadcastEvent(Event evt, MissionControlClient sender)
Broadcasts an event. If sender is not null, the event not be sent to the specified client.
sendEventTo(Event evt, MissionControlClient target)
Send an event to the specified client.
Function
MissionControlServer getMissionControlServer()
Gets the mission control sevrer for this application or None if no mission control server is running.
None