This repository has been archived on 2019-06-21. You can view files and clone it, but cannot push or open issues or pull requests.
PixelHub/PixelHub-Client/PixelMessage.h

18 lines
212 B
C
Raw Normal View History

#pragma once
struct PixelMessage
{
public:
PixelMessage();
~PixelMessage();
const ushort ProtocolVersion;
const ushort MessageType;
const uint MessageId;
const uint MessageLength;
private:
}