Navigation
API > API/Plugins > API/Plugins/DMXProtocol
Strategy for priority system (when receiving packets)
Not: Not all protocols have a use for this
| Name | EDMXPortPriorityStrategy |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/IO/DMXInputPortConfig.h |
| Include Path | #include "IO/DMXInputPortConfig.h" |
Syntax
enum EDMXPortPriorityStrategy
{
None,
Equal,
HigherThan,
LowerThan,
Highest,
Lowest,
}
Values
| Name | Remarks |
|---|---|
| None | Always manage the packet |
| Equal | Manage the packet only if the priority is equal to the specified value |
| HigherThan | Manage the packet only if the priority is higher than the specified value |
| LowerThan | Manage the packet only if the priority is lower than the specified value |
| Highest | Manage the packet only if it matches the highest received priority |
| Lowest | Manage the packet only if it matches the lowest received priority |