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

The TS_FP_UPDATE structure is used to describe and encapsulate the data for a fast-path update sent from server to client. All fast-path updates conform to this basic structure (see sections to ).
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_8_1_2_1.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
compressionFlags compressedType_Values
size ushort
updateHeader byte

프로퍼티 상세

compressionFlags 공개적으로 프로퍼티

An 8-bit unsigned integer. Optional compression flags. The flags used in this field are exactly the same as the MPPC flags used in the compressedType field in the Share Data Header and have the same meaning.
public compressedType_Values compressionFlags
리턴 compressedType_Values

size 공개적으로 프로퍼티

A 16-bit unsigned integer. The size in bytes of the data in the updateData field.
public ushort size
리턴 ushort

updateHeader 공개적으로 프로퍼티

An 8-bit unsigned integer. Three pieces of information are collapsed into this byte: Fast-path update byte Fast-path fragment sequencing Compression usage indication
public byte updateHeader
리턴 byte