![]() |
Stellarium 0.15.2
|
This is just a notify message with no data, so no serialize/deserialize. More...
#include <SyncMessages.hpp>
Inheritance diagram for ServerChallengeResponseValid:
Collaboration diagram for ServerChallengeResponseValid:Public Member Functions | |
| SyncProtocol::SyncMessageType | getMessageType () const Q_DECL_OVERRIDE |
| Subclasses must return the message type this message represents. More... | |
Public Member Functions inherited from SyncMessage | |
| qint64 | createFullMessage (QByteArray &target) const |
| Writes a full message (with header) to the specified byte array. More... | |
| virtual void | serialize (QDataStream &stream) const |
| Subclasses should override this to serialize their contents to the data stream. More... | |
| virtual bool | deserialize (QDataStream &stream, SyncProtocol::tPayloadSize dataSize) |
| Subclasses should override this to load their contents from the data stream. More... | |
Additional Inherited Members | |
Static Protected Member Functions inherited from SyncMessage | |
| static void | writeString (QDataStream &stream, const QString &str) |
| static QString | readString (QDataStream &stream) |
This is just a notify message with no data, so no serialize/deserialize.
Definition at line 72 of file SyncMessages.hpp.
|
inlinevirtual |
Subclasses must return the message type this message represents.
Implements SyncMessage.
Definition at line 75 of file SyncMessages.hpp.
1.8.11