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

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

Méthodes publiques

Méthode Description
CreateRespDvcPdu ( ) : System
CreateRespDvcPdu ( uint channelId, int creationStatus ) : System

Méthodes protégées

Méthode Description
DoMarshal ( PduMarshaler marshaler ) : void
DoUnmarshal ( PduMarshaler marshaler ) : void

Method Details

CreateRespDvcPdu() public méthode

public CreateRespDvcPdu ( ) : System
Résultat System

CreateRespDvcPdu() public méthode

public CreateRespDvcPdu ( uint channelId, int creationStatus ) : System
channelId uint
creationStatus int
Résultat System

DoMarshal() protected méthode

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

DoUnmarshal() protected méthode

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