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