Click or drag to resize

TransportProviderTSetSendBuffer Method

Establishes (or reestablishes) a send buffer of a given size.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public byte[] SetSendBuffer(
	int size
)
View Source

Parameters

size  Int32
Desired minimum size of send buffer.

Return Value

Byte
New send buffer.
See Also