Specifications

COM+ reference
90
Glink: API reference manual Gallagher & Robertson
GlinkEvent class
GlinkApi
ยช
GlinkEvent
class GlinkEvent
Identifies the type of events that a GlinkEventListener may receive. A
GlinkEvent gets delivered whenever a Glink event has occured. The eventCode
contains the event type and the source of the GlinkApi object that generated the
event.
See also:
GlinkEventListener
Field Summary
static int GlinkEvent_COMMAND_KEY_TYPED
A command key has been typed.
static int GlinkEvent_CONNECTED
static int GlinkEvent_DISCONNECTED
static int GlinkEvent_ERROR_DETECTED
The getValue method returns the error code.
static int GlinkEvent_INTERACTIVE_COM_PARAMS_REQUESTED
Notifies that the Glink communication module needs additional parameters.
static int GlinkEvent_KEY_TYPED
A key has been typed.
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.