Programming with Reflection
T27ReceiveModeHold property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether receive mode remains enabled after a host message has been received. This setting is only relevant to T27 Unisys terminal sessions.
When this property is True, receive mode is retained after receiving a host message. Note: When T27ReceiveModeHold is True, T27DC1ClearsEOL property must be False (default).
When this property is False, receive mode is turned off, and the terminal goes into local mode after receiving a message (this is useful if you want to receive subsequent host messages individually). For example, use this statement to set the terminal to go into local mode after receiving a message:
Session.T27ReceiveModeHold = False
The default value is True.