8 #ifndef INCLUDED_UHD_TYPES_MAC_ADDR_HPP
9 #define INCLUDED_UHD_TYPES_MAC_ADDR_HPP
Definition: mac_addr.hpp:22
static mac_addr_t from_bytes(const byte_vector_t &bytes)
static mac_addr_t from_string(const std::string &mac_addr_str)
byte_vector_t to_bytes(void) const
std::string to_string(void) const
#define UHD_API
Definition: config.h:68
Definition: build_info.hpp:13
std::vector< uint8_t > byte_vector_t
Byte vector used for I2C data passing and EEPROM parsing.
Definition: byte_vector.hpp:20