Type Alias otNcpHandlerSetLegacyUlaPrefix

Source
pub type otNcpHandlerSetLegacyUlaPrefix = Option<unsafe extern "C" fn(aUlaPrefix: *const u8)>;
Expand description

Defines handler (function pointer) type for setting the legacy ULA prefix.

@param[in] aUlaPrefix A pointer to buffer containing the legacy ULA prefix.

Invoked to set the legacy ULA prefix.

Aliased Type§

enum otNcpHandlerSetLegacyUlaPrefix {
    None,
    Some(unsafe extern "C" fn(_: *const u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const u8))

Some value of type T.