I/O operation functions
API function | Description | RSLinx Classic | Interchange |
DTL_CANCEL_RECV | Cancels pending asynchronous receive function. | Not supported | Supported |
Calls back procedure to handle the completion of I/O operations. | Supported | Supported | |
DTL_RECEIVE | Initiates receiving unsolicited data item and returns. | Not supported | Supported |
DTL_RECEIVE_W | Initiates receiving unsolicited data item and waits. | Not supported | Supported |
DTL_RECEIVE_ENABLE | Enables receiving unsolicited data item and returns. | Not supported | Supported |
Tests a bit in the masking result and returns the state of the bit. | Supported | Supported | |
DTL_UNSOL_GETALL | Requests to receive all unsolicited messages and returns. | Not supported | Supported |
DTL_UNSOL_GETALL_W | Requests to receive all unsolicited messages and waits for completion. | Not supported | Supported |
DTL_UNSOL_GETALL_CB | Requests to receive all unsolicited messages and returns callback. | Not supported | Supported |
Provide Feedback