#include <RealmProtocol.h>
Public Member Functions | |
| UserLeftPacket () | |
| UserLeftPacket (uint8_t connection_id) | |
| virtual int | parse (const char *buf, size_t size) |
| const uint8_t & | getConnectionId () const |
Private Attributes | |
| uint8_t | m_connection_id |
| realm::protocolv1::UserLeftPacket::UserLeftPacket | ( | ) |
| realm::protocolv1::UserLeftPacket::UserLeftPacket | ( | uint8_t | connection_id | ) |
| const uint8_t& realm::protocolv1::UserLeftPacket::getConnectionId | ( | ) | const [inline] |
References m_connection_id.
Referenced by realm::protocolv1::send().
| int realm::protocolv1::UserLeftPacket::parse | ( | const char * | buf, | |
| size_t | size | |||
| ) | [virtual] |
Reimplemented from realm::protocolv1::Packet.
References m_connection_id.
uint8_t realm::protocolv1::UserLeftPacket::m_connection_id [private] |
Referenced by getConnectionId(), and parse().
1.7.1