Thread Rating:
- 0 Vote(s) - 0 Average
- 1
- 2
- 3
- 4
- 5
CMSG_REPLYIDSIGNATURE (0x6731C5AF)
|
Posts: 207
Threads: 178
Joined: Jan 2022
Reputation:
1
12-18-2022, 05:16 PM
(This post was last modified: 12-18-2022, 05:18 PM by the1Domo.)
Quote: bool PacketParser: ump_CMSG_REPLYIDSIGNATURE(Frame& frame)
{
unsigned short tampax;
errId = frame.ReadU16(tampax); // 0xFFFF
errId = frame.ReadU16(tampax); // 0xFFFF
unsigned short param3 = 0;
errId = frame.ReadU16(param3); // 0xFFFF or vozmojno ObjectID
CString sParam4;
errId = frame.ReadString(sParam4);
CString sParam5;
errId = frame.ReadString(sParam5);
CString sClient;
errId = frame.ReadString(sClient);
unsigned __int64 param2 = 0;
errId = frame.ReadU64(param2);
return true;
}
|
Users browsing this thread: 1 Guest(s)