Specifications

COM+ reference
Gallagher & Robertson Glink: API reference manual 47
getDataLength
int getDataLength(GlinkPoint start, GlinkPoint end)
Returns the length for the target area.
getDefaultColorAttribute
int getDefaultColorAttribute()
Returns the default color attribute settings.
For example, the following call gets the RGB value for the default background
color:
getBackgroundColor(getDefaultColorAttribute());
Returns:
The default color attribute settings. The foreground color is given in bits 0-3 the
and background color is given in bits 4-6.
See also:
Attribute format. getForegroundColor(int) getBackgroundColor(int)
getEmulationType
int getEmulationType()
Returns the current emulation type.
Returns:
The emulation type value defined int the GlinkConfiguration class or -1 if Glink
is not connected
See also:
GlinkConfiguration
getFields
GlinkFields getFields()
Returns the GlinkFields object associated with the current screen. GlinkFields
contains all the fields in the current screen. For unformatted screens, the returned
object contains only one input field that contains the whole presentation space.