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

Base class for all the Network Detection Response Structures
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
headerLength byte
headerTypeId HeaderTypeId_Values
responseType AUTO_DETECT_RESPONSE_TYPE
sequenceNumber ushort

Public Methods

Method Description
Clone ( ) : NETWORK_DETECTION_RESPONSE

Method Details

Clone() public abstract method

public abstract Clone ( ) : NETWORK_DETECTION_RESPONSE
return NETWORK_DETECTION_RESPONSE

Property Details

headerLength public_oe property

An 8-bit unsigned integer that specifies the size, in bytes, of the header data.
public byte headerLength
return 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
return HeaderTypeId_Values

responseType public_oe property

A 16-bit unsigned integer that specifies a response type code.
public AUTO_DETECT_RESPONSE_TYPE responseType
return AUTO_DETECT_RESPONSE_TYPE

sequenceNumber public_oe property

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