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

Color Table Cache Capability Set (see [MS-RDPEGDI] section 2.2.1.1)
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
rawData byte[]

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

rawData public_oe property

The whole data.
public byte[] rawData
Résultat byte[]