|
TransportProviderTSetSendBuffer Method
|
Establishes (or reestablishes) a send buffer of a given size.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.207-beta
Syntax public byte[] SetSendBuffer(
int size
)
Public Function SetSendBuffer (
size As Integer
) As Byte()
member SetSendBuffer :
size : int -> byte[]
function SetSendBuffer(size);
View SourceParameters
- size Int32
- Desired minimum size of send buffer.
Return Value
ByteNew send buffer.
See Also