Type Alias flipperzero_sys::SubGhzProtocolDecoderBaseRxCallback
source · pub type SubGhzProtocolDecoderBaseRxCallback = Option<unsafe extern "C" fn(instance: *mut SubGhzProtocolDecoderBase, context: *mut c_void)>;Aliased Type§
enum SubGhzProtocolDecoderBaseRxCallback {
None,
Some(unsafe extern "C" fn(_: *mut SubGhzProtocolDecoderBase, _: *mut c_void)),
}