[][src]Type Definition openthread_sys::otNcpHandlerSetLegacyUlaPrefix

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

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.