private void EncodeAccelerationSign(Byte[] buff, AccelerationSignKind value) { buff[1] = (byte)((buff[1] & ~0x20) | ((int)value & 0x20)); }