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.

kConnected = 2
kConnection = 6
kDisconnected = 4
kImmediate = 1
kLogMessage = 256
kNone = 0
kProperties = 32
kPublish = 8
kTimeSync = 512
kTopic = 56
kUnpublish = 16
kValueAll = 192
kValueLocal = 128
kValueRemote = 64