Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Microsoft
Protocols
TestTools
StackSdk
RemoteDesktop
Rdpbcgr
NETWORK_DETECTION_RESPONSE
C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.NETWORK_DETECTION_RESPONSE
Base class for all the Network Detection Response Structures
파일 보기
프로젝트 열기: Microsoft/WindowsProtocolTestSuites
공개 프로퍼티들
프로퍼티
타입
설명
headerLength
byte
headerTypeId
HeaderTypeId_Values
responseType
AUTO_DETECT_RESPONSE_TYPE
sequenceNumber
ushort
공개 메소드들
메소드
설명
Clone
( ) :
NETWORK_DETECTION_RESPONSE
메소드 상세
Clone()
공개
추상적인
메소드
public
abstract
Clone
( ) :
NETWORK_DETECTION_RESPONSE
리턴
NETWORK_DETECTION_RESPONSE
프로퍼티 상세
headerLength
공개적으로 프로퍼티
An 8-bit unsigned integer that specifies the size, in bytes, of the header data.
public
byte
headerLength
리턴
byte
headerTypeId
공개적으로 프로퍼티
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
리턴
HeaderTypeId_Values
responseType
공개적으로 프로퍼티
A 16-bit unsigned integer that specifies a response type code.
public
AUTO_DETECT_RESPONSE_TYPE
responseType
리턴
AUTO_DETECT_RESPONSE_TYPE
sequenceNumber
공개적으로 프로퍼티
A 16-bit unsigned integer that specifies the message sequence number.
public
ushort
sequenceNumber
리턴
ushort