PkStatesListState Class |
Namespace: RRAutoLib.CTC
<SerializableAttribute> Public NotInheritable Class State Implements IEnumerable, ISerializable
The PkStatesListState type exposes the following members.
| Name | Description | |
|---|---|---|
| DefaultName | Gets the internally assigned unique name identifying this state. | |
| Name | Gets or sets a user given name identifying this state. | |
| Parent | ||
| Value | Gets the internally assigned unique value identifying this state. |
| Name | Description | |
|---|---|---|
| AddPacket | Adds a packet to this state's internal Packet list. | |
| ClearPackets | Removes all packets associated to this state's internal Packet list. | |
| GetEnumerator | Provides For...Each ability to enumerate the Packet list. | |
| GetObjectData | ||
| RemovePacket | Removes a given packet associated to this state's internal Packet list. |