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