DTL_C_CONNECT

The DTL_C_CONNECT function establishes a communication session between a client application and an RSLinx Classic server on a network interface and specifies an optional event handler that will be called when the state of the communication session changes.
DTL_RETVAL DTL_C_CONNECT
(ni_id, ni_name, event_handler)
;
UNSIGNED LONG
ni_id
;
/* network interface identifier
CONST CHAR *
ni_name
;
/* pointer to host name
VOID (*
event_handler
)();
/* pointer to optional event handler
This function is provided for backward compatibility with INTERCHANGE client applications. For new client applications, use the DTL_DRIVER_OPEN function.
See also
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal