pub unsafe extern "C" fn CS104_Connection_setRawMessageHandler(
self_: CS104_Connection,
handler: IEC60870_RawMessageHandler,
parameter: *mut c_void,
)Expand description
Set the raw message callback (called when a message is sent or received)
ยงArguments
handler- user provided callback handler functionparameter- user provided parameter that is passed to the callback handler