| 
            
              MultiProtocolFrameParserTotalMissingFrames Property
             | 
          
        
        
            Gets total number of frames that were missing from device so far.
            
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
Syntaxpublic long TotalMissingFrames { get; }Public ReadOnly Property TotalMissingFrames As Long
	Get
public:
property long long TotalMissingFrames {
	long long get ();
}member TotalMissingFrames : int64 with get
function get_TotalMissingFrames();
 View SourceProperty Value
Int64
See Also