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

Indicates an Orders Update (see [MS-RDPEGDI] section 2.2.2.2).
상속: RdpbcgrSlowPathUpdatePdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
numberOrders ushort
orderData byte[]
pad2OctetA ushort
pad2OctetsB ushort
shareDataHeader TS_SHAREDATAHEADER
updateType updateType_Values

프로퍼티 상세

numberOrders 공개적으로 프로퍼티

The number of Orders
public ushort numberOrders
리턴 ushort

orderData 공개적으로 프로퍼티

The order data.
public byte[] orderData
리턴 byte[]

pad2OctetA 공개적으로 프로퍼티

Fields below see [MS-RDPEGDI] section 2.2.2.2.
public ushort pad2OctetA
리턴 ushort

pad2OctetsB 공개적으로 프로퍼티

pad.
public ushort pad2OctetsB
리턴 ushort

shareDataHeader 공개적으로 프로퍼티

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
리턴 TS_SHAREDATAHEADER

updateType 공개적으로 프로퍼티

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