unreal.DMXPortPriorityStrategy
¶
- class unreal.DMXPortPriorityStrategy¶
Bases:
EnumBase
Strategy 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¶
Manage the packet only if the priority is equal to the specified value
- Type:
1
- HIGHER_THAN: DMXPortPriorityStrategy¶
Manage the packet only if the priority is higher than the specified value
- Type:
2
- HIGHEST: DMXPortPriorityStrategy¶
Manage the packet only if it matches the highest received priority
- Type:
4
- LOWER_THAN: DMXPortPriorityStrategy¶
Manage the packet only if the priority is lower than the specified value
- Type:
3
- LOWEST: DMXPortPriorityStrategy¶
Manage the packet only if it matches the lowest received priority
- Type:
5
- NONE: DMXPortPriorityStrategy¶
Always manage the packet
- Type:
0