Default Protocol Identifier is RRLP=0, the only one defined so far (rest are reserved). */
| 755 | |
| 756 | /** Default Protocol Identifier is RRLP=0, the only one defined so far (rest are reserved). */ |
| 757 | L3APDUID(unsigned protocolIdentifier=0) |
| 758 | :L3ProtocolElement(), |
| 759 | mProtocolIdentifier(protocolIdentifier) |
| 760 | {} |
| 761 | |
| 762 | size_t lengthV() const { return 1; } |
| 763 | void writeV(L3Frame& dest, size_t &wp) const; |
nothing calls this directly
no outgoing calls
no test coverage detected