openthread_sys

Function otSrpClientItemStateToString

Source
pub unsafe extern "C" fn otSrpClientItemStateToString(
    aItemState: otSrpClientItemState,
) -> *const c_char
Expand description

Converts a otSrpClientItemState to a string.

@param[in] aItemState An item state.

@returns A string representation of @p aItemState.