Click or drag to resize

PacketPosition Properties

The PacketPosition type exposes the following members.

Properties
  NameDescription
Public propertyDataLengthOfParent
Returns the length in bytes from this position to the current parent packet Position. For a PacketReader this is the length from this PacketPosition to our parents current Position. For a PacketWriter it's the length from this PacketPosition to the end of our Parent packet.
Protected propertyLengthToCurrentPositionOfParent
Returns the length in bytes from this position to the current position of our parent packet.
Protected propertyLengthToEndOfParent
Returns the length in bytes from this position to the end of our parent packet.
Public propertyParent
Returns the parent packet, or null.
Public propertyPositionInParent
Returns the current position with respect to our parent packet.
Top
See Also