DTL_CIP_MESSAGE_SEND

The DTL_CIP_MESSAGE_SEND_W and DTL_CIP_MESSAGE_SEND_CB functions send a service request message to an object in a CIP system.
DTL_RETVAL DTL_CIP_MESSAGE_SEND_W(
target, svc_code, ioi, src_buf, src_size, dst_buf, dst_size, ext_buf, ext_size, io_stat, timeout
)
DTSA_TYPE *
target
;
int
svc_code
;
unsigned char *
ioi
;
unsigned char *
src_buf
;
unsigned long
src_size
;
unsigned char *
dst_buf
;
unsigned long *
dst_size
;
unsigned char *
ext_buf
;
unsigned long *
ext_size
;
unsigned long *
io_stat
;
unsigned long
timeout
;
DTL_RETVAL DTL_CIP_MESSAGE_SEND_CB(
target, svc_code, ioi, src_buf, src_size, dst_buf, dst_size, ext_buf, ext_size, timeout, callback_proc, callback_param
)
DTSA_TYPE *
target
;
int
svc_code
;
unsigned char *
ioi
;
unsigned char *
src_buf
;
unsigned char *
dst_buf
;
unsigned long *
dst_size
;
unsigned char *
ext_buf
;
unsigned long *
ext_size
;
unsigned long
timeout
;
DTL_IO_CALLBACK_PROC
callback_proc
;
unsigned long
callback_param
;
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal