Specifications

COM+ reference
Gallagher & Robertson Glink: API reference manual 33
void messageModeOn(int bufsize, boolean processHostData)
This method instructs Glink to start message mode operation.
String messageModeReceive()
This method returns the string of characters received from the host since the
last time this method was called.
byte[ ] messageModeReceiveBytes()
This method returns the byte array received from the host since the last time
this method or messageModeReceive() was called.
String messageModeReceiveBytesSync (int maxlen)
This method waits until the requested number of characters has been received
from the host before it returns these.
String messageModeReceiveSync (int maxlen)
This method waits until the requested number of characters has been received
from the host before it returns these.
void messageModeSend(String s, boolean passTurn)
This method bypasses the Glink emulation and sends the string directly to the
host.
void messageModeSendBytes(byte[ ] s, int offset, int len, boolean passTurn)
This method bypasses the Glink emulation and sends a byte array directly to
the host.
void noScreen()
This method instructs Glink to start without the Glink screen display class.
void notifyCommandKey(int commandKey)
Instructs Glink to fire a GlinkEvent_COMMAND_KEY_TYPED event
when the given command key is typed.