C# Class 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
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
messageType messageType_Values
shareDataHeader TS_SHAREDATAHEADER
targetUser ushort

Property Details

messageType public_oe property

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

shareDataHeader public_oe property

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
return TS_SHAREDATAHEADER

targetUser public_oe property

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