Click or drag to resize

TransportProviderTReceiveBuffer Property

Gets buffer used for receiving data.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public byte[] ReceiveBuffer { get; }
View Source

Property Value

Byte
Remarks
Use SetReceiveBuffer(Int32) to reset and/or establish receive buffer size.
See Also