Searched refs:PAYLOAD_FIX_RESERVER (Results 1 – 1 of 1) sorted by relevance
25 constexpr uint8_t PAYLOAD_FIX_RESERVER = 64; variable155 if (payloadSize <= PAYLOAD_FIX_RESERVER) { in DataCommand()160 string serialStrring(reinterpret_cast<const char *>(payload), PAYLOAD_FIX_RESERVER); in DataCommand()163 commander_->DoCommand(payload + PAYLOAD_FIX_RESERVER, pld.uncompressSize); in DataCommand()