Open Lighting Architecture
|
Public Member Functions | |
Interface (const string &name, const IPV4Address &ip_address, const IPV4Address &broadcast_address, const IPV4Address &subnet_mask, const uint8_t *hw_address, bool loopback) | |
Interface (const Interface &other) | |
Interface & | operator= (const Interface &other) |
bool | operator== (const Interface &other) |
Public Attributes | |
std::string | name |
IPV4Address | ip_address |
IPV4Address | bcast_address |
IPV4Address | subnet_mask |
uint8_t | hw_address [MAC_LENGTH] |
bool | loopback |