DTL_CIP_APPLICATION_REGISTER

DTL_RETVAL DTL_CIP_APPLICATION_REGISTER(
reg_id, reg_param, cip_id, address, name, name_len, name_fmt, service_proc, connect_proc, timeout
)
unsigned long *
reg_id
;
unsigned long
reg_param
;
DTL_CIP_IDENTITY *
cip_id
;
unsigned long
address
;
void *
name
;
unsigned int
name_len
;
unsigned int
name_fmt
;
DTL_CIP_APPLICATION_SERVICE_PROC
service_proc
;
DTL_CIP_APPLICATION_CONNECT_PROC
connect_proc
;
unsigned long
timeout
;
The DTL_CIP_APPLICATION_REGISTER function registers an application with RSLinx Classic as a CIP object, enabling other devices in the CIP system to know about the application, and optionally allowing them to send messages or open connections to the application.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal