WsfXIO_Connection

WsfXIO_Connection

WsfXIO_Connection provides methods that operate on an XIO connection. WsfXIO_Connection objects cannot be constructed but are accessed using the WsfXIO script class.

Methods

void Execute(string aFunctionName, Array<Object> aParams)

Executes a function local to the connected application. aFunctionName should be the name of a global script function. The connected application should execute the function with the given arguments. User must take care to supply the correct number and type of arguments for the method. Arguments are only supported for a limited set of types including string, int, double, Array<T>, WsfTrackId, WsfTrack, WsfLocalTrack, and WsfGeoPoint.

string Name()

Returns the name of the connected application. This is the value specified with the application command.

int Index()

Returns the index of the connection.