PkStatesList Class |
Namespace: RRAutoLib.CTC
<SerializableAttribute> Public NotInheritable Class PkStatesList Implements IEnumerable, ISerializable
The PkStatesList type exposes the following members.
Name | Description | |
---|---|---|
![]() | Active | Gets the currently active state object. |
![]() | Count | Gets the number of states in the list. |
![]() | Default | Gets or sets the state applied to new or reset state objects. |
![]() | Disposition | Gets the disposition of the Active state. |
![]() | ItemByte | Gets a state object from the list by its value. |
![]() | ItemInt32 | Gets a state object from the list by its index. |
![]() | ItemString | Gets a state object from the list by its name. |
![]() | PostPkWait | Gets or sets the time in milliseconds to wait, after sending all state packets, before considering the state settled. |
Name | Description | |
---|---|---|
![]() | Contains | Determines whether a specific state is present in the list. |
![]() | GetEnumerator | Provides For...Each ability to enumerate the states in the list. |
![]() | GetObjectData | |
![]() | Next | Gets the next state in the list relative to the Active state. |
![]() | Next(Byte) | Gets the next state in the list relative to a given state. |
![]() | Prev | Gets the previous state in the list relative to the Active state. |
![]() | Prev(Byte) | Gets the previous state in the list relative to a given state. |
![]() | Reset |