Click or drag to resize
IpPacketTotalLength Property
The total length of the packet, including header and data, in bytes.

Namespace: Network.Sim.Network.Ip
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ushort TotalLength { get; }

Property Value

Type: UInt16
See Also