PacketDefinitionList Class Members
In This Topic
The following tables list the members exposed by PacketDefinitionList.
Public Constructors
Public Properties
| Name | Description |
| Count | Gets the number of elements in the list. |
| Item | Gets a particular item from the list. |
Top
Public Methods
| Name | Description |
| Add | Adds a PacketDefinition to the list. |
| Commit | This method is called after a packet is successfully written to "lock-in" any changes to state data. |
| GetEnumerator | Returns an enumerator that iterates through a collection. |
| IndexOf | Overloaded. Gets the index of the corresponding PacketDefinition, if cached. Otherwise, returns -1. |
| Rollback | This method is called if a packet write fails to undo any changes to state data that will not be available to the IPacketReader reading the stream. |
Top
See Also