System.IO.Ports.SerialPort.ReceivedBytesThreshold Property

Gets or sets the number of bytes in the internal input buffer before a SerialPort.DataReceived event occurs.

Syntax

[System.ComponentModel.Browsable(true)]
[System.ComponentModel.DefaultValue(1)]
[System.Diagnostics.MonitoringDescription("")]
[System.MonoTODO("Not implemented")]
public int ReceivedBytesThreshold { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The SerialPort.DataReceived event is also raised if an SerialData.Eof character is received, regardless of the number of bytes in the internal input buffer and the value of the SerialPort.ReceivedBytesThreshold property.

Requirements

Namespace: System.IO.Ports
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0