nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ parse_long_address()

static bool parse_long_address ( const char *  input,
zb_ieee_addr_t  addr 
)
inlinestatic

#include <include/zigbee/zigbee_app_utils.h>

Function for parsing a null-terminated string of hex characters into a 64-bit address.

The function will skip 0x suffix from input if present.

Parameters
inputPointer to the input string representing the address in big endian.
addrVariable where the address will be placed.
Return values
trueif the conversion succeed
falseif the conversion failed