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

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

Méthodes publiques

Свойство Type Description
capabilitySetType capabilitySetType_Values
lengthCapability ushort
offscreenCacheEntries ushort
offscreenCacheSize ushort
offscreenSupportLevel offscreenSupportLevel_Values

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

capabilitySetType public_oe property

A 16-bit unsigned integer. The type of the capability set. This field MUST be set to CAPSTYPE_OFFSCREENCACHE (17).
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

offscreenCacheEntries public_oe property

A 16-bit unsigned integer. The maximum number of cache entries (largest allowed value is 500 entries)
public ushort offscreenCacheEntries
Résultat ushort

offscreenCacheSize public_oe property

A 16-bit unsigned integer. The maximum size in kilobytes (KB) of the off-screen bitmap cache (largest allowed value is 7680 KB).
public ushort offscreenCacheSize
Résultat ushort

offscreenSupportLevel public_oe property

A 32-bit unsigned integer. Offscreen bitmap cache support level.
public offscreenSupportLevel_Values offscreenSupportLevel
Résultat offscreenSupportLevel_Values