LeviLamina
Loading...
Searching...
No Matches
DataFrameHeaderMasks.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
DataFrameHeaderMasks : uchar {
6
// bitfield representation
7
Bit1 = 1 << 0,
8
Bit2 = 1 << 1,
9
Bit3 = 1 << 2,
10
Bit4 = 1 << 3,
11
Bit5 = 1 << 4,
12
Bit6 = 1 << 5,
13
Bit7 = 1 << 6,
14
Bit8 = 1 << 7,
15
OpCode = Bit1 | Bit2 | Bit3 | Bit4,
16
PayloadLength = Bit1 | Bit2 | Bit3 | Bit4 | Bit5 | Bit6 | Bit7,
17
};
src
mc
websockets
DataFrameHeaderMasks.h
Generated on Sat Apr 26 2025 05:56:00 for LeviLamina by
1.12.0