C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.NETWORK_DETECTION_REQUEST

Base class for all network detection request structure
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Свойство Type Description
headerLength byte
headerTypeId HeaderTypeId_Values
requestType AUTO_DETECT_REQUEST_TYPE
sequenceNumber ushort

Méthodes publiques

Méthode Description
Clone ( ) : NETWORK_DETECTION_REQUEST

Method Details

Clone() public abstract méthode

public abstract Clone ( ) : NETWORK_DETECTION_REQUEST
Résultat NETWORK_DETECTION_REQUEST

Property Details

headerLength public_oe property

An 8-bit unsigned integer that specifies the size, in bytes, of the header data.
public byte headerLength
Résultat byte

headerTypeId public_oe property

An 8-bit unsigned integer that specifies the high-level type. This field MUST be set to TYPE_ID_AUTODETECT_REQUEST (0x00).
public HeaderTypeId_Values headerTypeId
Résultat HeaderTypeId_Values

requestType public_oe property

A 16-bit unsigned integer that specifies a request type code.
public AUTO_DETECT_REQUEST_TYPE requestType
Résultat AUTO_DETECT_REQUEST_TYPE

sequenceNumber public_oe property

A 16-bit unsigned integer that specifies the message sequence number.
public ushort sequenceNumber
Résultat ushort