PacketTypeStorageSummary Class Members
In This Topic
The following tables list the members exposed by PacketTypeStorageSummary.
Public Constructors
Public Properties
| Name | Description |
| AveragePacketSize | Returns the average number of bytes per packet (rounded up) |
| PacketCount | Number of packets of this type that were read |
| PacketSize | Total number of bytes of this packet type read from the file |
| QualifiedTypeName | Qualified type name from the related PacketDefinition |
| TypeName | Short type name from the related PacketDefinition |
Top
Public Methods
| Name | Description |
| CompareTo | Default sort is descending by PacketCount within descending PacketSize |
Top
See Also