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

Indicates an Orders Update (see [MS-RDPEGDI] section 2.2.2.2).
Inheritance: RdpbcgrSlowPathUpdatePdu
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
numberOrders ushort
orderData byte[]
pad2OctetA ushort
pad2OctetsB ushort
shareDataHeader TS_SHAREDATAHEADER
updateType updateType_Values

Property Details

numberOrders public_oe property

The number of Orders
public ushort numberOrders
Résultat ushort

orderData public_oe property

The order data.
public byte[] orderData
Résultat byte[]

pad2OctetA public_oe property

Fields below see [MS-RDPEGDI] section 2.2.2.2.
public ushort pad2OctetA
Résultat ushort

pad2OctetsB public_oe property

pad.
public ushort pad2OctetsB
Résultat ushort

shareDataHeader public_oe property

Share Data Header (section 2.2.8.1.1.1.2) containing information about the packet. The type subfield of the pduType field of the Share Control Header (section 2.2.8.1.1.1.1) MUST be set to PDUTYPE_DATAPDU (7). The pduType2 field of the Share Data Header MUST be set to PDUTYPE2_UPDATE (2).
public TS_SHAREDATAHEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shareDataHeader
Résultat TS_SHAREDATAHEADER

updateType public_oe property

A 16-bit, unsigned integer. The update type. This field MUST be set to UPDATETYPE_ORDERS (0x0000).
public updateType_Values updateType
Résultat updateType_Values