| 63 | |
| 64 | uint8 GetOpCode() const { return opcode; } |
| 65 | void SetOpCode(uint8 oc) { opcode = oc; } |
| 66 | uint32 GetPacketSize() const { return size; } |
| 67 | uint8 GetProtocol() const { return prot; } |
| 68 | void SetProtocol(uint8 p) { prot = p; } |
no outgoing calls
no test coverage detected