#include "EthernetFrame.h"

Go to the source code of this file.
Classes | |
| struct | mc_act_header |
| class | McRouteActivationFrame |
Functions | |
| struct mc_act_header | __attribute__ ((packed)) |
Variables | |
| McRouteActivationFrame | __attribute__ |
| uint8_t | frame_type |
| uint32_t | hostname_source_len |
| uint32_t | id |
| unsigned char | mac_destination [6] |
| uint32_t | mc_group_name_len |
| uint32_t | route_id |
| struct mc_act_header __attribute__ | ( | (packed) | ) |
| uint8_t frame_type |
Definition at line 23 of file McRouteActivationFrame.h.
| uint32_t hostname_source_len |
Definition at line 28 of file McRouteActivationFrame.h.
| uint32_t id |
Definition at line 24 of file McRouteActivationFrame.h.
| unsigned char mac_destination[6] |
Definition at line 26 of file McRouteActivationFrame.h.
| uint32_t mc_group_name_len |
Definition at line 27 of file McRouteActivationFrame.h.
| uint32_t route_id |
Definition at line 25 of file McRouteActivationFrame.h.