DTL DISCONNECT comments
Once DTL_DISCONNECT has been called, RSLinx Classic software no longer calls the event handler associated with the specified network interface. Any pending solicited I/O operations for this
ni_id
are completed with an I/O completion status (io_stat
) of DTL_E_DISCONNECT. After the disconnect function call completes, attempts by the client application to initiate an I/O operation using this ni_id
fails. The return value is DTL_E_NOTCONNECT and the final I/O completion status is DTL_E_NOATMPT.Any subsequent unsolicited I/O operations sent to this
ni_id
are rejected.Provide Feedback