Skip to content

Instantly share code, notes, and snippets.

@TomMinor
Created January 16, 2015 13:27
Show Gist options
  • Save TomMinor/a935ee67dacc4c7ab878 to your computer and use it in GitHub Desktop.
Save TomMinor/a935ee67dacc4c7ab878 to your computer and use it in GitHub Desktop.
enum PacketTypes
{
CARD = 0x00,
BET = 0x01,
BET_MAX = 0x02,
BET_MIN = 0x03,
MONEY = 0x04,
NAME = 0x05,
UNUSED0 = 0x06,
UNUSED1 = 0x07
};
#define HEADER_VALUE 0b01010
#define HEADER_MASK 0xF4 // 0x11111000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment