Specifications
COM+ reference
46
Glink: API reference manual Gallagher & Robertson
getColumns
int getColumns()
Returns the number of columns in the presentation space.
Returns:
The number of columns.
getCommunicationProtocol
int getCommunicationProtocol()
Returns the current communication protocol.
Returns:
The communication protocol value defined int the GlinkConfiguration class or -
1 if Glink is not connected.
See also:
GlinkConfiguration
getCursor
GlinkPoint getCursor()
Returns the current cursor position.
Returns:
The cursor position.
getDataBytes
byte[ ] getDataBytes(GlinkPoint start, int len)
Returns the screen characters for the target area in the character set used
internally by Glink.
getDataBytes
byte[ ] getDataBytes(GlinkPoint start, GlinkPoint end)
Returns the screen characters for the target area in the character set used
internally by Glink.