1
0
Fork 0

be verbose in the status name

This commit is contained in:
Kevin Matz 2022-11-21 14:37:02 -05:00
parent 6ad6aa28f8
commit fdbff859c7
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ public:
DMX_NULL = DMX::Universe::DMX_NULL, //!< uninitialized
DMX_ACTIVE = DMX::Universe::DMX_ACTIVE, //!< actively sending/receiving data
DMX_LOST = DMX::Universe::DMX_LOST, //!< no activity in E111_DATA_LOSS_TIMEOUT
sACN_TERM = 11, //!< stream has been terminated or no activity in E131_NETWORK_DATA_LOSS_TIMEOUT
sACN_HOLD = 12 //!< 10.2.2 Loss of Data alternate mode, holds last look
sACN_TERMINATED = 11, //!< stream has been terminated or no activity in E131_NETWORK_DATA_LOSS_TIMEOUT
sACN_HOLD = 12 //!< 10.2.2 Loss of Data alternate mode, holds last look
};
protected: