C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.DynamicVCPDU

Inheritance: BasePDU
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Méthode Description
Decode ( PduMarshaler marshaler ) : bool
DynamicVCPDU ( ) : System
Encode ( PduMarshaler marshaler ) : void

Méthodes protégées

Méthode Description
DoMarshal ( PduMarshaler marshaler ) : void
DoUnmarshal ( PduMarshaler marshaler ) : void
ReadChannelId ( PduMarshaler marshaler ) : void
ReadLength ( PduMarshaler marshaler ) : uint
UpdateCbChannelId ( ) : void
UpdateLengthOfLength ( uint length ) : void
WriteChannelId ( PduMarshaler marshaler ) : void
WriteLength ( PduMarshaler marshaler, uint Length ) : void

Private Methods

Méthode Description
SetRawData ( bool marshaling, PduMarshaler marshaler ) : void

Method Details

Decode() public méthode

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

DoMarshal() protected abstract méthode

protected abstract DoMarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Résultat void

DoUnmarshal() protected abstract méthode

protected abstract DoUnmarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Résultat void

DynamicVCPDU() public méthode

public DynamicVCPDU ( ) : System
Résultat System

Encode() public méthode

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

ReadChannelId() protected méthode

protected ReadChannelId ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Résultat void

ReadLength() protected méthode

protected ReadLength ( PduMarshaler marshaler ) : uint
marshaler PduMarshaler
Résultat uint

UpdateCbChannelId() protected méthode

protected UpdateCbChannelId ( ) : void
Résultat void

UpdateLengthOfLength() protected méthode

protected UpdateLengthOfLength ( uint length ) : void
length uint
Résultat void

WriteChannelId() protected méthode

protected WriteChannelId ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Résultat void

WriteLength() protected méthode

protected WriteLength ( PduMarshaler marshaler, uint Length ) : void
marshaler PduMarshaler
Length uint
Résultat void