Name | Description | |
---|---|---|
![]() | PacketDefinitionList Constructor | Returns an empty list. |
The following tables list the members exposed by PacketDefinitionList.
Name | Description | |
---|---|---|
![]() | PacketDefinitionList Constructor | Returns an empty list. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements in the list. |
![]() | Item | Gets a particular item from the list. |
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. |