Specifications
COM+ reference
56
Glink: API reference manual Gallagher & Robertson
isVisible
boolean isVisible()
Returns true if the Glink screen is visible.
See also:
setVisible(boolean)
markScreenArea
void markScreenArea(GlinkPoint start, GlinkPoint end, boolean rectangle)
This method marks the given screen area. Glink supports two modes of marking;
marking done on a line-by-line basis and rectangular marking.
Parameters:
start - The starting position (1,1 is the upper left corner). Screen marking is
removed by supplying an invalid screen position , for example (0,0).
end - The ending position (80,24 is the end of the screen).
rectangle - Sets the marking mode to be used.
See also:
getMarkedScreenArea()
messageModeBufferOverwrite
void messageModeBufferOverwrite(boolean overwrite)
Specifies if the message mode receive buffer may be overwritten if the limit of the
buffer is reached. When the message mode receive buffer has reached its limit, the
line module will by default be suspended until a message mode receive call has been
issued to clear the buffer so more data can be accepted. If you allow the message
mode receive buffer to be overwritten, the line module will clear the buffer and
continue to receive the rest of the data without any delay.
Parameters: