| 
            
              MultiProtocolFrameParserTotalCrcExceptions Property
             | 
          
        
        
            Gets total number of CRC exceptions encountered from device so far.
            
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
Syntaxpublic long TotalCrcExceptions { get; }Public ReadOnly Property TotalCrcExceptions As Long
	Get
public:
property long long TotalCrcExceptions {
	long long get ();
}member TotalCrcExceptions : int64 with get
function get_TotalCrcExceptions();
 View SourceProperty Value
Int64
See Also