Type Alias otNcpHandlerStopLegacy

Source
pub type otNcpHandlerStopLegacy = Option<unsafe extern "C" fn()>;
Expand description

Defines handler (function pointer) type for stopping legacy network

Invoked to stop the legacy network.

Aliased Type§

enum otNcpHandlerStopLegacy {
    None,
    Some(unsafe extern "C" fn()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn())

Some value of type T.