SubGhzDecoderFeed

Type Alias SubGhzDecoderFeed 

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

Aliased Type§

pub 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.