Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / EnquireAcknowledge Property
In This Topic
    EnquireAcknowledge Property
    In This Topic
    Gets or sets whether Reflection uses a form of handshaking called Enquire Acknowledge.
    Syntax
    expression.EnquireAcknowledge As Boolean
    where expression is a variable that represents a Terminal Object
    Remarks
    Some host computers use Enquire Acknowledge handshaking to prevent the terminal from falling too far behind the host system and losing data.

    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.

    The default value is false for UNIX and OpenVMS and ReGIS Graphics emulations.
    See Also