Protocols::Kad::Packets::Packet::Data Class Reference

#include <Packet.h> [code]

Inherits Data.

Inherited by Protocols::Kad::Packets::PeerInfoPacket< type >::Data, and Protocols::Kad::Packets::TcpPortPacket< type >::Data.

Inheritance diagram for Protocols::Kad::Packets::Packet::Data:

Inheritance graph
[legend]
Collaboration diagram for Protocols::Kad::Packets::Packet::Data:

Collaboration graph
[legend]
List of all members.

Detailed Description

Extended private data.

Derived from Generics::Packet::Data. Adds members for each header field of a Kad Packet.

protocolId Protocol identification. packetType The type of packet determines the payload format.

Definition at line 112 of file Packet.h.

Public Attributes

Protocol protocolId
PacketType packetType


Member Data Documentation

PacketType Protocols::Kad::Packets::Packet::Data::packetType
 

Definition at line 116 of file Packet.h.

Protocol Protocols::Kad::Packets::Packet::Data::protocolId [mutable]
 

Definition at line 115 of file Packet.h.


The documentation for this class was generated from the following file: