Gets or sets a string that is sent to the host when Reflection receives an Enq character from the host.
'Declaration
Property AnswerBack As String
'Usage
Dim instance As ITerminal
Dim value As String
instance.AnswerBack = value
value = instance.AnswerBack
Property Value
The default value is "". The string cannot be more than 30 characters long.