USRP Hardware Driver and USRP Manual  Version: 4.6.0.0-7-gece7c4811
UHD and USRP Manual
uhd::mac_addr_t Class Reference

#include <uhd/types/mac_addr.hpp>

Public Member Functions

byte_vector_t to_bytes (void) const
 
std::string to_string (void) const
 

Static Public Member Functions

static mac_addr_t from_bytes (const byte_vector_t &bytes)
 
static mac_addr_t from_string (const std::string &mac_addr_str)
 

Detailed Description

Wrapper for an ethernet mac address. Provides conversion between string and binary formats.

Member Function Documentation

◆ from_bytes()

static mac_addr_t uhd::mac_addr_t::from_bytes ( const byte_vector_t bytes)
static

Create a mac address a byte array.

Parameters
bytesa vector of bytes
Returns
a new mac address

◆ from_string()

static mac_addr_t uhd::mac_addr_t::from_string ( const std::string &  mac_addr_str)
static

Create a mac address from a string.

Parameters
mac_addr_strthe string with delimiters
Returns
a new mac address

◆ to_bytes()

byte_vector_t uhd::mac_addr_t::to_bytes ( void  ) const

Get the byte representation of the mac address.

Returns
a vector of bytes

◆ to_string()

std::string uhd::mac_addr_t::to_string ( void  ) const

Get the string representation of this mac address.

Returns
a string with delimiters

The documentation for this class was generated from the following file: