|
|
~IoIpManagerReceiver ()
| ~IoIpManagerReceiver |
[virtual]
void recv_event (const string& receiver_name,
const struct IPvXHeaderInfo& header,
const vector<uint8_t>& payload)
| recv_event |
[pure virtual]
Data received event.
Parameters:
receiver_name | the name of the receiver to send the IP packet to. |
header | the IP header information. |
payload | the payload, everything after the IP header and options. |