Searched refs:isum (Results 1 – 1 of 1) sorted by relevance
70 int32 isum; // 32 bit command identifier in DecodeCommandBytes() local81 …isum = ((((((int32)iCommandBuffer[0] << 8) | iCommandBuffer[1]) << 8) | iCommandBuffer[2]) << 8) |… in DecodeCommandBytes()82 switch (isum) { in DecodeCommandBytes()