EventFlags

class ntcore.EventFlags

Bases: pybind11_object

Event notification flags.

The flags are a bitmask and must be OR’ed together to indicate the combination of events desired to be received.

CONNECTED = 2
CONNECTION = 6
DISCONNECTED = 4
IMMEDIATE = 1
LOG_MESSAGE = 256
NONE = 0
PROPERTIES = 32
PUBLISH = 8
TIME_SYNC = 512
TOPIC = 56
UNPUBLISH = 16
VALUE_ALL = 192
VALUE_LOCAL = 128
VALUE_REMOTE = 64