Specifications

COM+ reference
Gallagher & Robertson Glink: API reference manual 59
The method will check the turn first and if the turn is at the host side, it will wait
until the requested number of characters has been received from the host and
return these as a byte array. If less characters have been received when turn is
received, then these characters are returned. When no more data is available, a
null pointer is returned.
If the message mode receive buffer has reached its limit before the number of
requested characters has been received, the message mode receive buffer is
automatically adjusted.
Parameters:
maxlen - Maximum of incoming characters to wait.
Returns:
array of host data bytes, or null if no data is available
See also:
messageModeReceive(),messageModeReceiveBytes(),
messageModeReceiveSync(), messageModeBufferOverwrite(boolean),
emulate(String)GlinkEvent_MESSAGE_MODE_DATA, messageModeOn(int,
boolean),isTurnKnown(), isTurnReceived()
messageModeReceiveSync
String messageModeReceiveSync(int maxlen)
This method waits until the requested number of characters has been received
from the host before it returns these.
The method will check the turn first and if the turn is at the host side, it will wait
until the requested number of characters has been received from the host and
return these as a string. If less characters have been received when turn is
received, then these characters are returned. When no more data is available, a
null pointer is returned.
If the message mode receive buffer has reached its limit before the number of
requested characters has been received, the message mode receive buffer is
automatically adjusted.
Parameters:
maxlen - Maximum of incoming characters to wait.