Specifications
COM+ reference
94
Glink: API reference manual Gallagher & Robertson
Field Detail
GlinkEvent_COMMAND_KEY_TYPED
static int GlinkEvent_COMMAND_KEY_TYPED
A command key has been typed. The getValue method returns the value of the
command key.
See also:
GlinkApi.notifyCommandKey(int), GlinkKey, getValue()
GlinkEvent_CONNECTED
static int GlinkEvent_CONNECTED
GlinkEvent_DISCONNECTED
static int GlinkEvent_DISCONNECTED
GlinkEvent_ERROR_DETECTED
static int GlinkEvent_ERROR_DETECTED
The getValue method returns the error code. See the GlinkEvent_VE_xxx
values for the type of error.
See also:
getValue()
GlinkEvent_INTERACTIVE_COM_PARAMS_REQUESTED
static int GlinkEvent_INTERACTIVE_COM_PARAMS_REQUESTED
Notifies that the Glink communication module needs additional parameters. The
Ggate and DSA communication modules may be configured with parameters
that should be supplied or modified by the user when connecting to the host
application. These parameters are referred to as interactive communication
parameters.
If the GlinkEvent_INTERACTIVE_COM_PARAMS_REQUESTED event is
posted, then the GlinkApi application must at least do the following GlinkApi
method calls: