SubGhzStartAsyncTx

Type Alias SubGhzStartAsyncTx 

Source
pub type SubGhzStartAsyncTx = Option<unsafe extern "C" fn(callback: *mut c_void, context: *mut c_void) -> bool>;

Aliased Type§

pub enum SubGhzStartAsyncTx {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut c_void) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut c_void) -> bool)

Some value of type T.