unreal.DMXPortPriorityStrategy¶
- class unreal.DMXPortPriorityStrategy¶
Bases:
EnumBaseStrategy for priority system (when receiving packets)
Not: Not all protocols have a use for this
C++ Source:
Plugin: DMXProtocol
Module: DMXProtocol
File: DMXInputPortConfig.h
- EQUAL: DMXPortPriorityStrategy = Ellipsis¶
Manage the packet only if the priority is equal to the specified value
- Type:
1
- HIGHER_THAN: DMXPortPriorityStrategy = Ellipsis¶
Manage the packet only if the priority is higher than the specified value
- Type:
2
- HIGHEST: DMXPortPriorityStrategy = Ellipsis¶
Manage the packet only if it matches the highest received priority
- Type:
4
- LOWER_THAN: DMXPortPriorityStrategy = Ellipsis¶
Manage the packet only if the priority is lower than the specified value
- Type:
3
- LOWEST: DMXPortPriorityStrategy = Ellipsis¶
Manage the packet only if it matches the lowest received priority
- Type:
5
- NONE: DMXPortPriorityStrategy = Ellipsis¶
Always manage the packet
- Type:
0