|
|
| 300 |
void Clear (); |
300 |
void Clear (); |
| 301 |
/// Return number of unreachable destinations in RERR message |
301 |
/// Return number of unreachable destinations in RERR message |
| 302 |
uint8_t GetDestCount () const { return (uint8_t)m_unreachableDstSeqNo.size (); } |
302 |
uint8_t GetDestCount () const { return (uint8_t)m_unreachableDstSeqNo.size (); } |
| 303 |
void SetDestCount (uint32_t sdc) { if (sdc==0) m_unreachableDstSeqNo.clear (); } |
303 |
bool operator== (RerrHeader const & o) const; |
| 304 |
bool operator== (RerrHeader const & o) const; |
|
|
| 305 |
private: |
304 |
private: |
| 306 |
uint8_t m_flag; ///< No delete flag |
305 |
uint8_t m_flag; ///< No delete flag |
| 307 |
uint8_t m_reserved; ///< Not used |
306 |
uint8_t m_reserved; ///< Not used |