public virtual int RedundantFramesPerPacket { get; }
Public Overridable ReadOnly Property RedundantFramesPerPacket As Integer
Get
function get_RedundantFramesPerPacket();
This value is used when calculating statistics. It is assumed that for each frame that is received, that frame will be included in the next n packets, where n is the number of redundant frames per packet.
This base class returns 0, as most protocols do not support redundant frames.