pub type otNcpHandlerStartLegacy = Option<unsafe extern "C" fn()>;Expand description
Defines handler (function pointer) type for starting legacy network
Invoked to start the legacy network.
Aliased Type§
enum otNcpHandlerStartLegacy {
None,
Some(unsafe extern "C" fn()),
}