InfoConnect for Unisys
AnswerBack Property


Gets or sets a string that is sent to the host when InfoConnect receives an Enq character from the host.
Syntax
'Declaration
 
Property AnswerBack As String
'Usage
 
Dim instance As ITerminal
Dim value As String
 
instance.AnswerBack = value
 
value = instance.AnswerBack
string AnswerBack {get; set;}

Property Value

The default value is "". The string cannot be more than 30 characters long.
Exceptions
ExceptionDescription
System.ArgumentException Thrown if the set parameter is too long for the current terminal type.
Remarks
When EnqAck is set to true, InfoConnect sends an Ack character in response to an Enq from the host, and the value of AnswerBack is ignored. This property is relevant only when the EnqAck property is set to false.
See Also