| 556 | |
| 557 | |
| 558 | L3Frame::L3Frame(const L3Message& msg, Primitive wPrimitive, SAPI_t wSapi) |
| 559 | :BitVector(msg.bitsNeeded()),mPrimitive(wPrimitive),mSapi(wSapi), |
| 560 | mL2Length(msg.l2Length()) |
| 561 | { |
| 562 | msg.write(*this); |
| 563 | } |
| 564 | |
| 565 | |
| 566 |
nothing calls this directly
no test coverage detected