openthread-br  0.3.0-72c0388
Functions
hex.hpp File Reference
#include "openthread-br/config.h"
#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Functions

int otbr::Utils::Hex2Bytes (const char *aHex, uint8_t *aBytes, uint16_t aBytesLength)
 
size_t otbr::Utils::Bytes2Hex (const uint8_t *aBytes, const uint16_t aBytesLength, char *aHex)
 
size_t otbr::Utils::Long2Hex (const uint64_t aLong, char *aHex)
 

Detailed Description

This file provides kinds of convertion functions.