| 97 | |
| 98 | uint32_t GetSendStreamID () const { return bufbe32toh (buf); }; |
| 99 | uint32_t GetReceiveStreamID () const { return bufbe32toh (buf + 4); }; |
| 100 | uint32_t GetSeqn () const { return bufbe32toh (buf + 8); }; |
| 101 | uint32_t GetAckThrough () const { return bufbe32toh (buf + 12); }; |
| 102 | uint8_t GetNACKCount () const { return buf[16]; }; |
no test coverage detected