Type Alias flipperzero_sys::SubGhzDecoderFeed

source ·
pub type SubGhzDecoderFeed = Option<unsafe extern "C" fn(decoder: *mut c_void, level: bool, duration: u32)>;

Aliased Type§

enum SubGhzDecoderFeed {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: bool, _: u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: bool, _: u32))

Some value of type T.