| 194 | } |
| 195 | |
| 196 | void L3Alerting::parseBody(const L3Frame& src, size_t &rp) |
| 197 | { |
| 198 | ccCommonParse(src,rp); |
| 199 | mHaveProgress = mProgress.parseTLV(0x1E,src,rp); |
| 200 | ccCommonParse(src,rp); |
| 201 | // ignore the rest |
| 202 | } |
| 203 | |
| 204 | void L3Alerting::text(ostream& os) const |
| 205 | { |