mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-19 08:18:05 +02:00
add a getter for the number of bytes in the payload
This commit is contained in:
parent
94f04a9806
commit
3f2dc7a28d
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ public:
|
|||
const timeval& getTime() const { return _time; }
|
||||
|
||||
uchar* getPayload() { return _payload; }
|
||||
int getNumPayloadBytes() const { return _numPayloadBytes; }
|
||||
void setPayload(uchar *payload, int numBytes);
|
||||
|
||||
int getNumberOfInstances() const { return _numberOfInstances; }
|
||||
|
|
Loading…
Reference in a new issue