flipperzero_sys

Type Alias SubGhzDeserialize

Source
pub type SubGhzDeserialize = Option<unsafe extern "C" fn(context: *mut c_void, flipper_format: *mut FlipperFormat) -> SubGhzProtocolStatus>;

Aliased Type§

enum SubGhzDeserialize {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *mut FlipperFormat) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *mut FlipperFormat) -> i32)

Some value of type T.