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

The TS_BITMAPCODECS_CAPABILITYSET structure advertises support for bitmap encoding and decoding codecs used in conjunction with the Set Surface Bits Surface Command (section 2.2.9.2.1) and Cache Bitmap (Revision 3) Secondary Drawing Order ([MS-RDPEGDI] section 2.2.2.2.1.2.8). This capability is sent by both the client and server.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
capabilitySetType capabilitySetType_Values
lengthCapability ushort
supportedBitmapCodecs TS_BITMAPCODECS

공개 메소드들

메소드 설명
GetCapabilityType ( ) : capabilitySetType_Values

to get the type of this struct.

ToBytes ( ) : byte[]

convert this structure to byte array

메소드 상세

GetCapabilityType() 공개 메소드

to get the type of this struct.
public GetCapabilityType ( ) : capabilitySetType_Values
리턴 capabilitySetType_Values

ToBytes() 공개 메소드

convert this structure to byte array
public ToBytes ( ) : byte[]
리턴 byte[]

프로퍼티 상세

capabilitySetType 공개적으로 프로퍼티

A 16-bit unsigned integer. The type of capability set. This field MUST be set to 0x001D (CAPSETTYPE_BITMAP_CODECS).
public capabilitySetType_Values capabilitySetType
리턴 capabilitySetType_Values

lengthCapability 공개적으로 프로퍼티

A 16-bit unsigned integer. The length in bytes of the capability data.
public ushort lengthCapability
리턴 ushort

supportedBitmapCodecs 공개적으로 프로퍼티

A variable-length field containing a TS_BITMAPCODECS structure (section 2.2.7.2.10.1).
public TS_BITMAPCODECS,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr supportedBitmapCodecs
리턴 TS_BITMAPCODECS