nRF Connect SDK API 2.8.99
|
addr_type_t parse_address | ( | const char * | input, |
zb_addr_u * | output, | ||
addr_type_t | addr_type ) |
#include <include/zigbee/zigbee_app_utils.h>
Function for parsing a null-terminated string of hex characters into 64-bit or 16-bit address.
The function will skip 0x suffix from input if present.
input | Pointer to the input string string representing the address in big endian. |
output | Pointer to the resulting zb_addr_u variable. |
addr_type | Expected address type. |