TApxModem.NegotiationResponses

TApxModem

property NegotiationResponses : TStringList

Contains the modem's reported negotiated connection parameters.

During a connection attempt, either answering or dialing, the modem may return several lines of text describing the negotiated connection parameters. These responses may indicate the error correction, data compression, or other features that the modem negotiated. These features are informative in nature and are provided in the NegotiationResponses property.

During an AutoAnswer operation, NegotiationResponses will contain all modem responses from the TApxModem sending the answer command to the final connection response. During a Dial operation, NegotiationResponses will contain all modem responses from the TApxModem sending the dial command to the final connection response.

See also: AutoAnswer, Dial