SubGhzSetTx

Type Alias SubGhzSetTx 

Source
pub type SubGhzSetTx = Option<unsafe extern "C" fn() -> bool>;

Aliased Type§

pub enum SubGhzSetTx {
    None,
    Some(unsafe extern "C" fn() -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn() -> bool)

Some value of type T.