다음을 통해 공유


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

입력 스트림의 마지막 읽기 작업에서 받은 바이트 수입니다.

적용 대상