| 67 | uint8 GetProtocol() const { return prot; } |
| 68 | void SetProtocol(uint8 p) { prot = p; } |
| 69 | const uint8_t* GetDataBuffer(void) const { return pBuffer; } |
| 70 | void Copy16ToDataBuffer(const void* data); |
| 71 | void CopyToDataBuffer(unsigned int offset, const uint8_t* data, unsigned int n); |
| 72 | void CopyUInt32ToDataBuffer(uint32 data, unsigned int offset = 0); |
no outgoing calls
no test coverage detected