Public Member Functions | Private Attributes

realm::protocolv1::UserLeftPacket Class Reference

#include <RealmProtocol.h>

Inheritance diagram for realm::protocolv1::UserLeftPacket:
realm::protocolv1::Packet

List of all members.

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

Constructor & Destructor Documentation

realm::protocolv1::UserLeftPacket::UserLeftPacket (  ) 
realm::protocolv1::UserLeftPacket::UserLeftPacket ( uint8_t  connection_id  ) 

Member Function Documentation

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.


Member Data Documentation


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