|   | IFrameParserRedundantFramesPerPacket Property | 
        
        
            Gets the number of redundant frames in each packet.
            
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxint RedundantFramesPerPacket { get; }ReadOnly Property RedundantFramesPerPacket As Integer
	Get
property int RedundantFramesPerPacket {
	int get ();
}abstract RedundantFramesPerPacket : int with get
function get_RedundantFramesPerPacket();
Property Value
Int32 Remarks
Remarks
            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.
            
 See Also
See Also