Click or drag to resize

SlotActivity Enumeration

Specifies the activity status of a command station slot.

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Enumeration SlotActivity
Members
  Member nameValueDescription
Free0The 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.
Common1The 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.

Idle2The 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.
InUse3The slot's status when it is being used by a throttle.
Remarks
This enumeration is used by the following classes:
See Also