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

The TS_UPDATE_BITMAP_PDU_DATA structure contains one or more rectangular clippings taken from the server-side screen frame buffer (see [T128] section 8.17).
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_8_1_1_3_1_2.xml
상속: RdpbcgrSlowPathUpdatePdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bitmapData TS_UPDATE_BITMAP_DATA
shareDataHeader TS_SHAREDATAHEADER

프로퍼티 상세

bitmapData 공개적으로 프로퍼티

The actual bitmap update data, as specified in section 2.2.9.1.1.3.1.2.1.
public TS_UPDATE_BITMAP_DATA,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr bitmapData
리턴 TS_UPDATE_BITMAP_DATA

shareDataHeader 공개적으로 프로퍼티

Share Data 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_UPDATE (2).
public TS_SHAREDATAHEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shareDataHeader
리턴 TS_SHAREDATAHEADER