esp_idf_svc::sys

Function otIp6ProtoToString

Source
pub unsafe extern "C" fn otIp6ProtoToString(aIpProto: u8) -> *const u8
Expand description

Converts a given IP protocol number to a human-readable string.

@param[in] aIpProto An IP protocol number (OT_IP6_PROTO_* enumeration).

@returns A string representing @p aIpProto.