#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_modbus_frame_free(
frame: *mut PamojaModbusFrame,
)Expand description
Releases a parsed frame handle.
Passing null is a no-op.
ยงSafety
frame must be a handle from pamoja_modbus_frame_parse that has not
already been freed, or null. After this call it must not be used again.