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

The TS_SYNCHRONIZE_PDU structure is a standard T.128 Synchronize PDU (see [T128] section 8.6.1).
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_14_1.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
messageType messageType_Values
shareDataHeader TS_SHAREDATAHEADER
targetUser ushort

프로퍼티 상세

messageType 공개적으로 프로퍼티

A 16-bit unsigned integer. The message type. This field MUST be set to SYNCMSGTYPE_SYNC (1).
public messageType_Values messageType
리턴 messageType_Values

shareDataHeader 공개적으로 프로퍼티

Share Control Header containing information about the packet. The type subfield of the pduType field of the Share Control Header MUST be set to PDUTYPE_DATAPDU (7). The pduType2 field of the Share Data Header MUST be set to PDUTYPE2_SYNCHRONIZE (31).
public TS_SHAREDATAHEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shareDataHeader
리턴 TS_SHAREDATAHEADER

targetUser 공개적으로 프로퍼티

A 16-bit unsigned integer. The MCS channel ID of the target user.
public ushort targetUser
리턴 ushort