C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_UD_SC_MCS_MSGCHANNEL

The TS_UD_SC_MCS_MSGCHANNEL packet is used to specify the ID of the MCS channel which transports the Initiate Multitransport Request PDU (section 2.2.15.1).
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MCSChannelID ushort
header TS_UD_HEADER

프로퍼티 상세

MCSChannelID 공개적으로 프로퍼티

A 16-bit, unsigned integer that specifies the ID of the MCS channel which transports the Initiate Multitransport Request PDU (section 2.2.15.1).
public ushort MCSChannelID
리턴 ushort

header 공개적으로 프로퍼티

GCC user data block header, as specified in User Data Header. The User Data Header type field MUST be set to SC_MCS_MSGCHANNEL (0x0C04).
public TS_UD_HEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr header
리턴 TS_UD_HEADER