pub unsafe extern "C" fn CS101_ASDU_getPayload(
self_: CS101_ASDU,
) -> *mut u8Expand description
Get the ASDU payload
The payload is the ASDU message part after the ASDU header (type ID, VSQ, COT, CASDU)
ยงReturns
the ASDU payload buffer
pub unsafe extern "C" fn CS101_ASDU_getPayload(
self_: CS101_ASDU,
) -> *mut u8Get the ASDU payload
The payload is the ASDU message part after the ASDU header (type ID, VSQ, COT, CASDU)
the ASDU payload buffer