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
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
byteCount uint
timeDelta uint

Méthodes publiques

Méthode Description
Clone ( ) : NETWORK_DETECTION_RESPONSE

Method Details

Clone() public méthode

public Clone ( ) : NETWORK_DETECTION_RESPONSE
Résultat 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
Résultat 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
Résultat uint