C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.RDP_SEGMENTED_DATA

The RDP_SEGMENTED_DATA structure is used to wrap one or more RDP_DATA_SEGMENT (section 2.2.5.2) structures. Each segment contains data that has been encoded using RDP 8.0 Bulk Compression techniques (section 3.1.9.1).
상속: BasePDU
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bulkData RDP8_BULK_ENCODED_DATA
descriptor DescriptorTypes
segmentArray Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.RDP_DATA_SEGMENT[]
segmentCount ushort
uncompressedSize uint

공개 메소드들

메소드 설명
Decode ( PduMarshaler marshaler ) : bool

Decode this PDU from the PduMarshaler.

Encode ( PduMarshaler marshaler ) : void

Encode this PDU to the PduMarshaler.

메소드 상세

Decode() 공개 메소드

Decode this PDU from the PduMarshaler.
public Decode ( PduMarshaler marshaler ) : bool
marshaler PduMarshaler This is used to decode the fields of this PDU.
리턴 bool

Encode() 공개 메소드

Encode this PDU to the PduMarshaler.
public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler This is used to encode the fields of this PDU.
리턴 void

프로퍼티 상세

bulkData 공개적으로 프로퍼티

An optional variable-length RDP8_BULK_ENCODED_DATA structure (section 2.2.5.3).
public RDP8_BULK_ENCODED_DATA,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc bulkData
리턴 RDP8_BULK_ENCODED_DATA

descriptor 공개적으로 프로퍼티

An 8-bit unsigned integer that specifies whether the RDP_SEGMENTED_DATA structure wraps a single segment or multiple segments
public DescriptorTypes descriptor
리턴 DescriptorTypes

segmentArray 공개적으로 프로퍼티

An optional variable-length array of RDP_DATA_SEGMENT structures.
public RDP_DATA_SEGMENT[],Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc segmentArray
리턴 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.RDP_DATA_SEGMENT[]

segmentCount 공개적으로 프로퍼티

An optional 16-bit unsigned integer that specifies the number of elements in the segmentArray field.
public ushort segmentCount
리턴 ushort

uncompressedSize 공개적으로 프로퍼티

An optional 32-bit unsigned integer that specifies the size, in bytes, of the data present in the segmentArray field once it has been reassembled and decompressed.
public uint uncompressedSize
리턴 uint