|
MultiProtocolFrameParserRedundantFramesPerPacket Property
|
Gets the number of redundant frames in each packet.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public 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
IFrameParserRedundantFramesPerPacketRemarks
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