The 802.21 Bundle

Classes

struct  senf::MIHPacketType
 MIH packet. More...
 

Typedefs

typedef ConcretePacket< MIHPacketTypesenf::MIHPacket
 MIH packet typedef. More...
 
typedef ConcretePacket< MIHGenericPayloadPacketTypesenf::MIHGenericPayloadPacket
 MIH Payload packet typedef. More...
 

Detailed Description

Each protocol consists of several objects

  • The packet typedef symbol. This is the only object explicitly accessed from the outside
  • The associated parser object. This is, where the field names are documented
  • The internal packet type object

Below you find a list of the internal packet type object for each of the implemented protocols. You will never use this type directly, however the documentation will reference the packet typedef to use and will document the parser used to parse the packet's fields.

Typedef Documentation

◆ MIHGenericPayloadPacket

MIH Payload packet typedef.

Definition at line 143 of file MIHPacket.hh.

◆ MIHPacket

MIH packet typedef.

Definition at line 112 of file MIHPacket.hh.