| 
            
              MultiProtocolFrameParserByteRate Property
             | 
          
        
        
            Gets the calculated byte rate (i.e., bytes per second) based on data received from device connection.
            
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
Syntaxpublic double ByteRate { get; }Public ReadOnly Property ByteRate As Double
	Get
public:
property double ByteRate {
	double get ();
}member ByteRate : float with get
 View SourceProperty Value
Double
See Also