Click or drag to resize

TransportProviderTSendBuffer Property

Gets buffer used for sending data.

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

Property Value

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