SerialPort.ReceivedBytesThreshold プロパティ
アセンブリ: System (system.dll 内)

Dim instance As SerialPort Dim value As Integer value = instance.ReceivedBytesThreshold instance.ReceivedBytesThreshold = 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 です。


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

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からSerialPort.ReceivedBytesThreshold プロパティを検索する場合は、下記のリンクをクリックしてください。

- SerialPort.ReceivedBytesThreshold プロパティのページへのリンク