1
0
Fork 0

there is no distinction between network data lost and terminated

This commit is contained in:
Kevin Matz 2022-11-21 13:39:14 -05:00
parent e76fd2f603
commit 53ac273c0b
1 changed files with 2 additions and 3 deletions

View File

@ -88,9 +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_LOST = 11, //!< no activity in E131_NETWORK_DATA_LOSS_TIMEOUT
sACN_TERM = 12, //!< stream has been terminated
sACN_HOLD = 13 //!< 10.2.2 Loss of Data alternate mode, holds last look
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
};
protected: