DTL_DRIVER_OPEN
This function opens a driver for use by the application. The call associates the RSLinx Classic driver specified by
driver_name
with the long integer specified by driver_id
.DTL_RETVAL LIBMEM DTL_DRIVER_OPEN(
driver_id, driver_name, timeout
)long driver_id ; | /* driver identifier |
char driver_name ; | /* driver name |
unsigned long timeout ; | /* timeout value |
Provide Feedback