|
xorp
|
Representation of a MID protocol message. More...
#include <message.hh>
Public Member Functions | |
| Message * | decode (uint8_t *buf, size_t &len) throw (InvalidMessage) |
| bool | encode (uint8_t *buf, size_t &len) |
| size_t | length () const |
| void | add_interface (const IPv4 &addr) |
| void | clear () |
| const vector< IPv4 > & | interfaces () const |
| string | str () const |
Private Attributes | |
| vector< IPv4 > | _interfaces |
Representation of a MID protocol message.