A pong message.
More...
#include <PongMessage.h>
|
| | PongMessage (uint64_t nonce) |
| |
| | PongMessage (uint8_t const *&in, size_t &size) |
| |
|
|
virtual void | serialize (std::vector< uint8_t > &out) const override |
| |
|
virtual json | toJson () const override |
| |
| | Message (char const *type) |
| |
|
std::string | type () const |
| | Returns the type.
|
| |
|
|
uint64_t | nonce_ |
| | Nonce to return.
|
| |
A pong message.
Sent in response to a ping message
- See also
- PingMessage
| PongMessage::PongMessage |
( |
uint64_t |
nonce | ) |
|
| PongMessage::PongMessage |
( |
uint8_t const *& |
in, |
|
|
size_t & |
size |
|
) |
| |
- Parameters
-
| [in,out] | in | pointer to the next byte to deserialize |
| [in,out] | size | number of bytes remaining in the serialized stream |
The documentation for this class was generated from the following files: