We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f11b6 commit 86eca51Copy full SHA for 86eca51
vpr/src/server/telegramheader.h
@@ -48,9 +48,9 @@ class TelegramHeader {
48
*
49
* This constructor initializes a TelegramHeader object using the length and checksum information taken from the provided byte buffer.
50
51
- * @param body The ByteArray containing the header data of the telegram.
+ * @param buffer The ByteArray containing the header data of the telegram.
52
*/
53
- explicit TelegramHeader(const ByteArray& body);
+ explicit TelegramHeader(const ByteArray& buffer);
54
55
~TelegramHeader()=default;
56
0 commit comments