Class Z21BroadcastFlags
public static class Z21BroadcastFlags
- Inheritance
-
Z21BroadcastFlags
- Inherited Members
Fields
DriveAndSwitchingMessages
Automatically generated broadcasts and messages related to driving and switching are delivered to the registered client. The client needs to be subscribed to a locomotive address to receive messages.
public const uint DriveAndSwitchingMessages = 1
Field Value
LocoInfoChangedMessages
The client now receives loco info changed messages without having to subscribe to the corresponding locomotive addresses beforehand. Creates a lot of traffic, should only be used on pcs.
public const uint LocoInfoChangedMessages = 65536
Field Value
RailComDataChangedMessages
Changes in RailCom data of subscribed locomotives are sent automatically.
public const uint RailComDataChangedMessages = 4
Field Value
RmBusDataChangedMessages
Changes to feedback sensors on the R-Bus are sent automatically.
public const uint RmBusDataChangedMessages = 2
Field Value
SystemStateDataChangedMessages
Changes in the Z21 system status are sent automatically.
public const uint SystemStateDataChangedMessages = 256