Skip to content

MissionControlServer

Alessandro Febretti edited this page Sep 23, 2015 · 57 revisions

Last revision: ver. 8.0.5 - 19 Jul 2013

Methods

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.

Global Functions

Function

Description

MissionControlServer getMissionControlServer()

Gets the mission control sevrer for this application or None if no mission control server is running.

example:

printf("hello world");
Clone this wiki locally