SerialDevice.BytesReceived プロパティ

定義

入力ストリームの最後の読み取り操作で受信したバイト数を表します。

public:
 property unsigned int BytesReceived { unsigned int get(); };
uint32_t BytesReceived();
public uint BytesReceived { get; }
var uInt32 = serialDevice.bytesReceived;
Public ReadOnly Property BytesReceived As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

入力ストリームの最後の読み取り操作で受信したバイト数。

適用対象