Struct SMACAddress¶
#include <SimulationRuntimeApi.h>
Public Attributes¶
| Type | Name |
|---|---|
| BYTE | Octets = {} |
Public Functions¶
| Type | Name |
|---|---|
| bool | operator!= (const SMACAddress & rhs) const |
| SMACAddress & | operator= (const BYTE * rhs) |
| bool | operator== (const SMACAddress & rhs) const |
| bool | operator== (const BYTE * rhs) const |
Public Attributes Documentation¶
variable Octets¶
BYTE SMACAddress::Octets[DMAC_ADDRESS_LEN];
Public Functions Documentation¶
function operator!=¶
inline bool SMACAddress::operator!= (
const SMACAddress & rhs
) const
function operator=¶
inline SMACAddress & SMACAddress::operator= (
const BYTE * rhs
)
function operator==¶
inline bool SMACAddress::operator== (
const SMACAddress & rhs
) const
function operator==¶
inline bool SMACAddress::operator== (
const BYTE * rhs
) const