Description | Defines the action the modem will take when DTR is raised.
If the value is set to ignore(1), the modem takes no action
when DTR is raised. Typically, mdmDTEActionDTROnToOff would
also be set to ignore(1) if this object is set to ignore(1).
If the value is set to enableDial(2), the modem prepares to
dial an outgoing call. If the value is set to
autoAnswerEnable(3), the modem will be configured to answer
any incoming call. If the value is set to
establishConnection(4), the modem dials an implementation
specific number.
Immediately after any reset or power-on of the modem, if the
DTR is high, the action specified here will be executed. |