#include <McDisconnectFrame.h>
Public Member Functions | |
std::string | getFrameAsNetworkString (unsigned char *source) |
McDisconnectFrame (unsigned char *next_hop, std::string mc_g) | |
McDisconnectFrame (unsigned char *buffer) | |
virtual | ~McDisconnectFrame () |
Public Attributes | |
uint16_t | buffer_str_len_ |
bool | disconnect_downlink |
bool | disconnect_uplink |
struct mc_disc_header | header_ |
Struct which stores all fixed length header information of the McMaintenanceFrame. | |
std::string | mc_group_ |
Name of the multicast group. | |
Static Public Attributes | |
static uint32_t | HEADER_FIXED_LEN = sizeof (eh_header) + sizeof (mc_disc_header) |
The length of the beacon header (34 bytes) | |
static uint32_t | stat_id_count = 0 |
Definition at line 20 of file McDisconnectFrame.h.
McDisconnectFrame::McDisconnectFrame | ( | unsigned char * | next_hop, |
std::string | mc_g | ||
) |
Definition at line 10 of file McDisconnectFrame.cpp.
McDisconnectFrame::McDisconnectFrame | ( | unsigned char * | buffer | ) |
Definition at line 20 of file McDisconnectFrame.cpp.
McDisconnectFrame::~McDisconnectFrame | ( | ) | [virtual] |
Definition at line 66 of file McDisconnectFrame.cpp.
std::string McDisconnectFrame::getFrameAsNetworkString | ( | unsigned char * | source | ) |
Definition at line 70 of file McDisconnectFrame.cpp.
uint16_t McDisconnectFrame::buffer_str_len_ |
Definition at line 35 of file McDisconnectFrame.h.
Definition at line 33 of file McDisconnectFrame.h.
Definition at line 32 of file McDisconnectFrame.h.
Struct which stores all fixed length header information of the McMaintenanceFrame.
Definition at line 29 of file McDisconnectFrame.h.
uint32_t McDisconnectFrame::HEADER_FIXED_LEN = sizeof (eh_header) + sizeof (mc_disc_header) [static] |
The length of the beacon header (34 bytes)
Definition at line 38 of file McDisconnectFrame.h.
std::string McDisconnectFrame::mc_group_ |
Name of the multicast group.
Definition at line 31 of file McDisconnectFrame.h.
uint32_t McDisconnectFrame::stat_id_count = 0 [static] |
Definition at line 39 of file McDisconnectFrame.h.