Specifications
COM+ reference
Gallagher & Robertson Glink: API reference manual 45
length - The length (number of attributes integer) from startPos.
See also:
Attribute format.
getAttributes
int[ ] getAttributes(GlinkPoint start, GlinkPoint end)
Returns the attributes for the target area
See also:
getAttributes(GlinkPoint, int), Attribute format.
getAvailableSessions
Collection getAvailableSessions()
Returns the sessions configured. Please note that if this method is called before
Glink has started, the user name, password and configserver must be set prior
this call or must have been configured, otherwise "null" will be returned and a
GlinkEvent_ERROR_DETECTED will be posted.
Restricted
See also:
getAvailableSessions(), userName(String), userPassword(String),
configServer(String), serverPort(String),
GlinkEvent_VE_SESSIONS_ERROR
getBackgroundColor
int getBackgroundColor(int attribute)
Returns the RGB value for the given field or character attribute. The color
returned is affected by the Glink screen color settings for the current session.
Returns:
The RGB value (Bits 24-31 are 0xff, 16-23 are red, 8-15 are green, 0-7 are blue)
See also:
GlinkField