C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs.CAPABILITY_HEADER

This is a header that is embedded in the Server Core Capability Request and Client Core Capability Response. The purpose of this header is to describe capabilities for different device types.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_1_2.xml
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
CapabilityLength ushort
CapabilityType CapabilityType_Values
Version CAPABILITY_VERSION

Méthodes publiques

Méthode Description
CAPABILITY_HEADER ( ) : System
CAPABILITY_HEADER ( CapabilityType_Values type ) : System
CAPABILITY_HEADER ( CapabilityType_Values type, CAPABILITY_VERSION ver ) : System
Decode ( PduMarshaler marshaler ) : bool
Encode ( PduMarshaler marshaler ) : void

Method Details

CAPABILITY_HEADER() public méthode

public CAPABILITY_HEADER ( ) : System
Résultat System

CAPABILITY_HEADER() public méthode

public CAPABILITY_HEADER ( CapabilityType_Values type ) : System
type CapabilityType_Values
Résultat System

CAPABILITY_HEADER() public méthode

public CAPABILITY_HEADER ( CapabilityType_Values type, CAPABILITY_VERSION ver ) : System
type CapabilityType_Values
ver CAPABILITY_VERSION
Résultat System

Decode() public méthode

public Decode ( PduMarshaler marshaler ) : bool
marshaler PduMarshaler
Résultat bool

Encode() public méthode

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Résultat void

Property Details

CapabilityLength public_oe property

A 16-bit unsigned integer that specifies the size, in bytes, of the capability message, this header included.
public ushort CapabilityLength
Résultat ushort

CapabilityType public_oe property

A 16-bit unsigned integer that identifies the type of capability being described. It MUST be set to one of the following values.
public CapabilityType_Values CapabilityType
Résultat CapabilityType_Values

Version public_oe property

A 32-bit unsigned integer that specifies the capability-specific version.
public CAPABILITY_VERSION Version
Résultat CAPABILITY_VERSION