Click or drag to resize

PkStatesList Class

Provides means for a CTC object to have packet sending states.
Inheritance Hierarchy
SystemObject
  RRAutoLib.CTCPkStatesList

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
<SerializableAttribute>
Public NotInheritable Class PkStatesList
	Implements IEnumerable, ISerializable

The PkStatesList type exposes the following members.

Properties
  NameDescription
Public propertyActive
Gets the currently active state object.
Public propertyCount
Gets the number of states in the list.
Public propertyDefault
Gets or sets the state applied to new or reset state objects.
Public propertyDisposition
Gets the disposition of the Active state.
Public propertyItemByte
Gets a state object from the list by its value.
Public propertyItemInt32
Gets a state object from the list by its index.
Public propertyItemString
Gets a state object from the list by its name.
Public propertyPostPkWait
Gets or sets the time in milliseconds to wait, after sending all state packets, before considering the state settled.
Top
Methods
  NameDescription
Public methodContains
Determines whether a specific state is present in the list.
Public methodGetEnumerator
Provides For...Each ability to enumerate the states in the list.
Protected methodGetObjectData
Public methodNext
Gets the next state in the list relative to the Active state.
Public methodNext(Byte)
Gets the next state in the list relative to a given state.
Public methodPrev
Gets the previous state in the list relative to the Active state.
Public methodPrev(Byte)
Gets the previous state in the list relative to a given state.
Public methodReset
Resets the Active state to Default state and Disposition to Set.
Top
See Also