C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_BITMAPCACHE_HOSTSUPPORT_CAPABILITYSET

The TS_BITMAPCACHE_HOSTSUPPORT_CAPABILITYSET structure is used to advertise support for persistent bitmap caching (see [MS-RDPEGDI] section 3.1.1.1.1). This capability set is only sent from server to client.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_6_1_4.xml
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
cacheVersion cacheVersion_Values
capabilitySetType capabilitySetType_Values
lengthCapability ushort
pad1 byte
pad2 ushort

Méthodes publiques

Méthode Description
GetCapabilityType ( ) : capabilitySetType_Values

to get the type of this struct.

ToBytes ( ) : byte[]

convert this structure to byte array

Method Details

GetCapabilityType() public méthode

to get the type of this struct.
public GetCapabilityType ( ) : capabilitySetType_Values
Résultat capabilitySetType_Values

ToBytes() public méthode

convert this structure to byte array
public ToBytes ( ) : byte[]
Résultat byte[]

Property Details

cacheVersion public_oe property

An 8-bit unsigned integer. Cache version. This field MUST be set to TS_BITMAPCACHE_REV2 (0x01), which implies at a Revision 2 Bitmap Cache (see [MS-RDPEGDI] section 3.1.1.1.1).
public cacheVersion_Values cacheVersion
Résultat cacheVersion_Values

capabilitySetType public_oe property

A 16-bit unsigned integer. The type of the capability set. This field MUST be set to CAPSTYPE_BITMAPCACHE_HOSTSUPPORT (18).
public capabilitySetType_Values capabilitySetType
Résultat capabilitySetType_Values

lengthCapability public_oe property

A 16-bit unsigned integer. The length in bytes of the capability data, including the size of the capabilitySetType and lengthCapability fields.
public ushort lengthCapability
Résultat ushort

pad1 public_oe property

An 8-bit unsigned integer. Padding. Values in this field are ignored.
public byte pad1
Résultat byte

pad2 public_oe property

A 16-bit unsigned integer. Padding. Values in this field are ignored.
public ushort pad2
Résultat ushort