Table of Contents

Class Z21BroadcastFlags

Namespace
Z21.Core.Model
Assembly
Z21.Client.dll
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

uint

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

uint

RailComDataChangedMessages

Changes in RailCom data of subscribed locomotives are sent automatically.

public const uint RailComDataChangedMessages = 4

Field Value

uint

RmBusDataChangedMessages

Changes to feedback sensors on the R-Bus are sent automatically.

public const uint RmBusDataChangedMessages = 2

Field Value

uint

SystemStateDataChangedMessages

Changes in the Z21 system status are sent automatically.

public const uint SystemStateDataChangedMessages = 256

Field Value

uint