equal
deleted
inserted
replaced
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 */ |