src/node/packetbb.h
changeset 5227 ecb08c1fc273
parent 4790 95015b7f0269
child 5263 a0283279fddd
equal deleted inserted replaced
5225:9c612cb88d6b 5227:ecb08c1fc273
   607    */
   607    */
   608   virtual void Serialize (Buffer::Iterator start) const;
   608   virtual void Serialize (Buffer::Iterator start) const;
   609 
   609 
   610   /**
   610   /**
   611    * \brief Deserializes a packet from the specified buffer.
   611    * \brief Deserializes a packet from the specified buffer.
       
   612    * \param start start offset
   612    * \return the number of bytes deserialized
   613    * \return the number of bytes deserialized
   613    *
   614    *
   614    * If this returns a number smaller than the total number of bytes in the
   615    * If this returns a number smaller than the total number of bytes in the
   615    * buffer, there was an error.
   616    * buffer, there was an error.
   616    */
   617    */