Function riot_sys::netopt2str

source ·
pub unsafe extern "C" fn netopt2str(opt: netopt_t) -> *const c_char
Expand description

@brief Get a string ptr corresponding to opt, for debugging

@param[in] opt The option to get a string representation for

@return ptr to string representation for given option or “unknown”