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

Inheritance: ResponseDvcPDU
Mostra file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
Pad byte
Version ushort

Public Methods

Method Description
CapsRespDvcPdu ( ) : System
CapsRespDvcPdu ( ushort version ) : System

Protected Methods

Method Description
DoMarshal ( PduMarshaler marshaler ) : void
DoUnmarshal ( PduMarshaler marshaler ) : void

Method Details

CapsRespDvcPdu() public method

public CapsRespDvcPdu ( ) : System
return System

CapsRespDvcPdu() public method

public CapsRespDvcPdu ( ushort version ) : System
version ushort
return System

DoMarshal() protected method

protected DoMarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
return void

DoUnmarshal() protected method

protected DoUnmarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
return void

Property Details

Pad public_oe property

public byte Pad
return byte

Version public_oe property

public ushort Version
return ushort