pub unsafe extern "C" fn CS101_ASDU_createFromBuffer(
parameters: CS101_AppLayerParameters,
msg: *mut u8,
msgLength: c_int,
) -> CS101_ASDUExpand description
Create a new ASDU instance from a buffer containing the raw ASDU message bytes
NOTE: Do not try to append information objects to the instance!
§Arguments
parameters- the application layer parameters used to encode the ASDUmsg- the buffer containing the raw ASDU message bytesmsgLength- the length of the message
§Returns
the new CS101_ASDU instance