public void Read(byte[] bytes) { using (var io = IoBuffer.FromBytes(bytes, ByteOrder.LITTLE_ENDIAN)) { Mode = (VMLookTowardsMode)io.ReadByte(); } }