|
MultiProtocolFrameParserRedundantFramesPerPacket Property
|
Gets the number of redundant frames in each packet.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.230-beta
Syntaxpublic int RedundantFramesPerPacket { get; }
Public ReadOnly Property RedundantFramesPerPacket As Integer
Get
public:
virtual property int RedundantFramesPerPacket {
int get () sealed;
}
abstract RedundantFramesPerPacket : int with get
override RedundantFramesPerPacket : int with get
function get_RedundantFramesPerPacket();
View SourceProperty Value
Int32Implements
IFrameParserRedundantFramesPerPacket
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