friendev EtherDune TCP/IP library
Public Member Functions | Public Attributes | List of all members
MACAddress Struct Reference

Stores a MAC address in memory. More...

#include <inet.h>

Public Member Functions

void operator= (MACAddress_P_ *mac)
 Assigns from a MAC address stored in PROGMEM More...
 
void operator= (MACAddress_P_ &mac)
 Assigns from a MAC address stored in RAM More...
 

Public Attributes

uint8_t b [6]
 byte-wise access to the MAC address More...
 

Detailed Description

Stores a MAC address in memory.

Definition at line 252 of file inet.h.

Member Function Documentation

void MACAddress::operator= ( MACAddress_P_ mac)
inline

Assigns from a MAC address stored in PROGMEM

Parameters
macThe mac.

Definition at line 260 of file inet.h.

void MACAddress::operator= ( MACAddress_P_ mac)
inline

Assigns from a MAC address stored in RAM

Parameters
macThe mac.

Definition at line 269 of file inet.h.

Member Data Documentation

uint8_t MACAddress::b[6]

byte-wise access to the MAC address

Definition at line 254 of file inet.h.


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