Specifications

COM+ reference
Gallagher & Robertson Glink: API reference manual 95
glink.setInteractiveComParams(glink.getInteractiveComParams());
for Glink to continue the connecting process.
See also:
GlinkApi.getInteractiveComParams()
GlinkApi.setInteractiveComParams(Collection)
GlinkEvent_KEY_TYPED
static int GlinkEvent_KEY_TYPED
A key has been typed. The getValue method returns the value of the key as an
integer. The getValueText method returns the value of the key as a one character
long string.
See also:
GlinkApi.notifyKey(int), getValue()
GlinkEvent_MESSAGE_MODE_DATA
static int GlinkEvent_MESSAGE_MODE_DATA
In message mode operation, notifies that data received from host is available and
may be picked up with the messageModeReceive method. Please note that it
may be more convienient to let other events trigger the messageModeReceive
call, for example the GlinkEvent.KEYBOARD_UNLOCKED if generated (two
way alternate sessions), or set up a string notification event for CrLf or just Etx.
See also:
GlinkApi.messageModeReceive(), GlinkApi.notifyString(String, boolean, int,
boolean)
GlinkEvent_PRINT_DATA
static int GlinkEvent_PRINT_DATA
Notifies that print data is available. If the printer type configured is GlinkApi,
then a GlinkEvent_PRINT_DATA event will be posted whenever a print data
block is available. The getValueText method returns the posted print data block
and the getValues method returns a last print block flag; 1 is returned for the last
print block and 0 is returned for intermediate blocks.