C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RDP_BW_RESULTS

The RDP_BW_RESULTS structure is used to send the results of a bandwidth measurement operation to the initiating end-point.
상속: NETWORK_DETECTION_RESPONSE
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
byteCount uint
timeDelta uint

공개 메소드들

메소드 설명
Clone ( ) : NETWORK_DETECTION_RESPONSE

메소드 상세

Clone() 공개 메소드

public Clone ( ) : NETWORK_DETECTION_RESPONSE
리턴 NETWORK_DETECTION_RESPONSE

프로퍼티 상세

byteCount 공개적으로 프로퍼티

A 32-bit unsigned integer that specifies the total data received in the Bandwidth Measure Payload messages.
public uint byteCount
리턴 uint

timeDelta 공개적으로 프로퍼티

A 32-bit unsigned integer that specifies the time delta, in milliseconds, between the receipt of the Bandwidth Measure Start and the Bandwidth Measure Stop messages.
public uint timeDelta
리턴 uint