Home | History | Annotate | Download | only in rs

Lines Matching refs:hdr

53     CoreCmdHeader *hdr = (CoreCmdHeader *)&mSendBuffer[0];
54 hdr->bytes = dataLen;
55 hdr->cmdID = cmdID;
57 //mToCoreSocket.writeAsync(&hdr, sizeof(hdr));
215 ClientCmdHeader hdr;
216 hdr.bytes = (uint32_t)dataLen;
217 hdr.cmdID = cmdID;
218 hdr.userID = usrID;
220 mToClient.writeAsync(&hdr, sizeof(hdr));