Click or drag to resize

SequenceSeqItem Class

A sequence item which represents a packet to be played (sent to the Locoent network) at a given time.
Inheritance Hierarchy
SystemObject
  RRAutoLib.CTCSequenceSeqItem

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
<SerializableAttribute>
Public NotInheritable Class SeqItem
	Implements ISerializable, IComparable(Of SequenceSeqItem)

The SequenceSeqItem type exposes the following members.

Constructors
  NameDescription
Public methodSequenceSeqItem
Initializes a new instance of the SequenceSeqItem class
Top
Properties
  NameDescription
Public propertyPacket
The Loconet packet to be played at the associated Time.
Public propertyTime
The time at which the associated Loconet Packet will be played.
Top
Methods
  NameDescription
Protected methodGetObjectData
Top
Explicit Interface Implementations
See Also