|
|
| 216 |
* |
216 |
* |
| 217 |
* \param buffer output buffer that gets written with this Address |
217 |
* \param buffer output buffer that gets written with this Address |
| 218 |
*/ |
218 |
*/ |
| 219 |
void Serialize (TagBuffer buffer) const; |
219 |
void Serialize (TagBuffer &buffer) const; |
| 220 |
/** |
220 |
/** |
| 221 |
* \param buffer buffer to read address from |
221 |
* \param buffer buffer to read address from |
| 222 |
* |
222 |
* |
| 223 |
* The input address buffer is expected to be in host byte order format. |
223 |
* The input address buffer is expected to be in host byte order format. |
| 224 |
*/ |
224 |
*/ |
| 225 |
void Deserialize (TagBuffer buffer); |
225 |
void Deserialize (TagBuffer &buffer); |
| 226 |
|
226 |
|
| 227 |
private: |
227 |
private: |
| 228 |
/** |
228 |
/** |