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