'Declaration
Property EnquireAcknowledge As Boolean
'Usage
Dim instance As ITerminal Dim value As Boolean instance.EnquireAcknowledge = value value = instance.EnquireAcknowledge
bool EnquireAcknowledge {get; set;}
'Declaration
Property EnquireAcknowledge As Boolean
'Usage
Dim instance As ITerminal Dim value As Boolean instance.EnquireAcknowledge = value value = instance.EnquireAcknowledge
bool EnquireAcknowledge {get; set;}
When the host system has a block of more than 80 characters to send, it sends 80 characters and an ASCII Enq character, and then stops transmitting. When Reflection has processed all of the characters preceding the Enquire, it sends an ASCII Acknowledge character, which tells the host that Reflection has caught up and is ready for more data.