SerialPort.ReceivedBytesThreshold Proprietà

Definizione

Ottiene o imposta il numero di byte nel buffer di input interno prima che si verifichi un evento DataReceived.

public:
 property int ReceivedBytesThreshold { int get(); void set(int value); };
public int ReceivedBytesThreshold { get; set; }
[System.ComponentModel.Browsable(true)]
public int ReceivedBytesThreshold { get; set; }
member this.ReceivedBytesThreshold : int with get, set
[<System.ComponentModel.Browsable(true)>]
member this.ReceivedBytesThreshold : int with get, set
Public Property ReceivedBytesThreshold As Integer

Valore della proprietà

Numero di byte nel buffer di input interno prima che venga generato un evento DataReceived. Il valore predefinito è 1.

Attributi

Eccezioni

Il valore di ReceivedBytesThreshold è minore o uguale a zero.

Commenti

L'evento DataReceived viene generato anche se viene ricevuto un Eof carattere, indipendentemente dal numero di byte nel buffer di input interno e dal valore della ReceivedBytesThreshold proprietà.

Si applica a