Click or drag to resize

SerialClientReceivedBytesThreshold Property

Gets or sets the needed number of bytes in the internal input buffer before a OnReceiveDataComplete(Byte, Int32) event occurs.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(1)]
public int ReceivedBytesThreshold { get; set; }
View Source

Property Value

Int32
See Also