Specifications

COM+ reference
42
Glink: API reference manual Gallagher & Robertson
Start or restart Glink debugging, send output to a file. If debug was already
running it is restarted, and subsequent debugging output is sent to debugFile. If
debugging wasn't running it is started.
Restricted
Parameters:
debugStream - destination file for debug output.
See also:
debugStop()
debugStop
void debugStop()
Stop Glink debugging.
Restricted
See also:
debugStart(String)
disconnect
void disconnect()
Disconnects the current session.
Restricted
emulate
void emulate(String hostData)
This method emulates a string locally. The string may be simple text or contain
emulation escape sequences. Normally this command will be used to process
host data obtained with the messageModeReceive method when the
"processHostData" parameter in the messageModeOn method is set to FALSE.
See also:
messageModeOn(int, boolean)