#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_slip_decoder_reset(
decoder: *mut PamojaSlipDecoder,
)Expand description
Discards any partly assembled frame, returning a SLIP decoder to its initial state.
Passing null is a no-op.
ยงSafety
decoder must be a live handle from pamoja_slip_decoder_new, or null.