C# Class 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.
Inheritance: NETWORK_DETECTION_RESPONSE
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
byteCount uint
timeDelta uint

Public Methods

Method Description
Clone ( ) : NETWORK_DETECTION_RESPONSE

Method Details

Clone() public method

public Clone ( ) : NETWORK_DETECTION_RESPONSE
return NETWORK_DETECTION_RESPONSE

Property Details

byteCount public_oe property

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

timeDelta public_oe property

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
return uint