Searched defs:PayloadProtect (Results 1 – 2 of 2) sorted by relevance
53 struct PayloadProtect { // reserve for encrypt and decrypt struct54 uint32_t channelId;55 uint32_t commandFlag;56 uint8_t checkSum; // enable it will be lose about 20% speed57 uint8_t vCode;
18 export class PayloadProtect extends Object implements BaseBean{ // reserve for encrypt and decrypt class