An ethernet MAC Address specification.
More...
#include <ethsock.h>
Public Attributes |
BYTE | b [6] |
WORD | w [3] |
struct { |
DWORD l |
WORD s |
} | ls |
Detailed Description
An ethernet MAC Address specification.
Constructor & Destructor Documentation
PEthSocket::Address::Address |
( |
| ) |
|
PEthSocket::Address::Address |
( |
const BYTE * |
addr | ) |
|
PEthSocket::Address::Address |
( |
const Address & |
addr | ) |
|
PEthSocket::Address::Address |
( |
const PString & |
str | ) |
|
Member Function Documentation
PEthSocket::Address::operator PString |
( |
| ) |
const |
bool PEthSocket::Address::operator!= |
( |
const BYTE * |
eth | ) |
const |
bool PEthSocket::Address::operator!= |
( |
const Address & |
eth | ) |
const |
|
inline |
bool PEthSocket::Address::operator== |
( |
const BYTE * |
eth | ) |
const |
bool PEthSocket::Address::operator== |
( |
const Address & |
eth | ) |
const |
|
inline |
Friends And Related Function Documentation
ostream& operator<< |
( |
ostream & |
s, |
|
|
const Address & |
a |
|
) |
| |
|
friend |
Member Data Documentation
BYTE PEthSocket::Address::b[6] |
DWORD PEthSocket::Address::l |
struct { ... } PEthSocket::Address::ls |
WORD PEthSocket::Address::s |
WORD PEthSocket::Address::w[3] |
The documentation for this union was generated from the following file: