#include <Unknown.h> [code]
Inherits Protocols::Gnutella::Packets::Extensions::Ggep.
Inheritance diagram for Protocols::Gnutella::Packets::Extensions::Ggeps::Unknown:


Just stores the raw bytes of the GGEP extension, which was either unknow, or with invalid format (parse() failed).
Definition at line 39 of file Unknown.h.
Public Member Functions | |
| Unknown (const QByteArray &id=QByteArray(), const QByteArray &data=QByteArray(), int flags=0) | |
| Unknown * | copy () const |
| GgepId | id () const |
| QByteArray | data () const |
Protected Member Functions | |
| void | readData (BinaryReader &reader) |
| void | writeData (BinaryWriter &writer) const |
Protected Attributes | |
| QByteArray | id_ |
| QByteArray | data_ |
|
||||||||||||||||
|
Definition at line 28 of file Unknown.cpp. |
|
|
Implements Protocols::Gnutella::Packets::Extensions::Ggep. Definition at line 34 of file Unknown.cpp. |
|
|
|
|
|
Implements Protocols::Gnutella::Packets::Extensions::Ggep. Definition at line 39 of file Unknown.cpp. |
|
|
Implements Protocols::Gnutella::Packets::Extensions::Ggep. Definition at line 44 of file Unknown.cpp. |
|
|
Implements Protocols::Gnutella::Packets::Extensions::Ggep. Definition at line 49 of file Unknown.cpp. |
|
|
|
|
|
|