Variables | |
| constexpr int | refreshRate = 44 |
| The max supported artnet refresh rate. More... | |
| constexpr const char * | protocolID = "Art-Net" |
| Protocol identifier. More... | |
| constexpr uint16 | opCode = 0x5000 |
| Packet type identifier. More... | |
| constexpr uint16 | minProtVer = 14 |
| Min allowed Art-Net protocol version. More... | |
| constexpr uint16 | dataLength = 512 |
| Length of Art-Net buffer in bytes. More... | |
| constexpr uint16 | headerLength = 18 |
| Length of Art-Net header in bytes. More... | |
|
constexpr |
Length of Art-Net buffer in bytes.
|
constexpr |
Length of Art-Net header in bytes.
|
constexpr |
Min allowed Art-Net protocol version.
|
constexpr |
Packet type identifier.
|
constexpr |
Protocol identifier.
|
constexpr |
The max supported artnet refresh rate.