Specifies the activity status of a command station slot.

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 1.3.3371.40749 (1.3.0.0)

Syntax

Visual Basic (Declaration)
Public Enumeration SlotActivity

Members

Member nameDescription
Free
The slot's status when no locomotive address has ever been assigned to it, since the last command station reset. Data in slot is not valid.
Common
The slot's status when it is not in use by a throttle but refresh rail packets are still being sent by the command station.

This status indicates that the slot has not been purged for several possible reasons:

  • The purge timeout has not expired.
  • Slot is part of a consist.
  • Speed has not been set to 0.

Idle
The slot's status when it is not being used by a throttle and no refresh rail packets are being sent by the command station. Slot is purged.
InUse
The slot's status when it is being used by a throttle.

Remarks

This enumeration is used by the following classes:

See Also