The 802.21 Bundle


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.

Classes

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

Typedefs

typedef ConcretePacket
< MIHPacketType > 
senf::MIHPacket
  MIH packet typedef.
typedef ConcretePacket
< MIHGenericPayloadPacketType > 
senf::MIHGenericPayloadPacket
  MIH Payload packet typedef.

Typedef Documentation

typedef ConcretePacket<MIHGenericPayloadPacketType> senf::
MIHGenericPayloadPacket

MIH Payload packet typedef.

Definition at line 150 of file MIHPacket.hh.

typedef ConcretePacket<MIHPacketType> senf::
MIHPacket

MIH packet typedef.

Definition at line 120 of file MIHPacket.hh.