DTL_CIP_CONNECTION_REJECT parameters
conn_id
is the connection handle provided in the DTL_CIP_APPLICATION_CONNECT_PROC call.return_status
is the CIP-defined status code to be returned. It should normally be 0x01.ext_buf
is a pointer to a buffer containing the extended status to be returned. It should normally be a two-byte reason code
.ext_size
is the size in bytes of the contents of ext_buf
.Provide Feedback