NAP
Variables
nap::artnet Namespace Reference

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...
 

Variable Documentation

◆ dataLength

constexpr uint16 dataLength = 512
constexpr

Length of Art-Net buffer in bytes.

◆ headerLength

constexpr uint16 headerLength = 18
constexpr

Length of Art-Net header in bytes.

◆ minProtVer

constexpr uint16 minProtVer = 14
constexpr

Min allowed Art-Net protocol version.

◆ opCode

constexpr uint16 opCode = 0x5000
constexpr

Packet type identifier.

◆ protocolID

constexpr const char* protocolID = "Art-Net"
constexpr

Protocol identifier.

◆ refreshRate

constexpr int refreshRate = 44
constexpr

The max supported artnet refresh rate.