SerialPort.ReceivedBytesThreshold プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > SerialPort.ReceivedBytesThreshold プロパティの意味・解説 

SerialPort.ReceivedBytesThreshold プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

DataReceived イベント発生する前の、内部入力バッファバイト数を取得または設定します

名前空間: System.IO.Ports
アセンブリ: System (system.dll 内)
構文構文

Public Property ReceivedBytesThreshold As
 Integer
Dim instance As SerialPort
Dim value As Integer

value = instance.ReceivedBytesThreshold

instance.ReceivedBytesThreshold = value
public int ReceivedBytesThreshold { get;
 set; }
public:
property int ReceivedBytesThreshold {
    int get ();
    void set (int value);
}
/** @property */
public int get_ReceivedBytesThreshold ()

/** @property */
public void set_ReceivedBytesThreshold (int
 value)
public function get ReceivedBytesThreshold
 () : int

public function set ReceivedBytesThreshold
 (value : int)

プロパティ
DataReceived イベント発生する前の内部入力バッファ内のバイト数。既定値は 1 です。

例外例外
例外種類条件

ArgumentOutOfRangeException

ReceivedBytesThreshold 値が 0 以下です。

解説解説

内部入力バッファ内のバイト数および ReceivedBytesThreshold プロパティの値に関係なく、ファイル末尾バイト受け取った場合にも、DataReceived イベント発生することがあります

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照


このページでは「.NET Framework クラス ライブラリ リファレンス」からSerialPort.ReceivedBytesThreshold プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からSerialPort.ReceivedBytesThreshold プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からSerialPort.ReceivedBytesThreshold プロパティ を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

SerialPort.ReceivedBytesThreshold プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



SerialPort.ReceivedBytesThreshold プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS