unreal.DMXPortPriorityStrategy

class unreal.DMXPortPriorityStrategy

Bases: unreal.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

Manage the packet only if the priority is equal to the specified value

Type

1

HIGHER_THAN

Manage the packet only if the priority is higher than the specified value

Type

2

HIGHEST

Manage the packet only if it matches the highest received priority

Type

4

LOWER_THAN

Manage the packet only if the priority is lower than the specified value

Type

3

LOWEST

Manage the packet only if it matches the lowest received priority

Type

5

NONE

Always manage the packet

Type

0