Click or drag to resize

FileClientReadNextBuffer Method

Reads next data buffer from the FileStream.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public void ReadNextBuffer()
View Source
Exceptions
ExceptionCondition
InvalidOperationExceptionReadNextBuffer is called when FileClient is not connected.
InvalidOperationExceptionReadNextBuffer is called when ReceiveOnDemand is disabled.
See Also