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

Inheritance: BasePDU
Mostra file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
Header RDPDR_HEADER

Public Methods

Method Description
Decode ( PduMarshaler marshaler ) : bool

Decode this PDU to the PduMarshaler.

Encode ( PduMarshaler marshaler ) : void

Encode this PDU to the PduMarshaler.

RdpefsPDU ( ) : System
RdpefsPDU ( Component_Values component, PacketId_Values packetId ) : System

Method Details

Decode() public method

Decode this PDU to the PduMarshaler.
public Decode ( PduMarshaler marshaler ) : bool
marshaler PduMarshaler This is used to Decode the fields of this PDU.
return bool

Encode() public method

Encode this PDU to the PduMarshaler.
public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler This is used to encode the fields of this PDU.
return void

RdpefsPDU() public method

public RdpefsPDU ( ) : System
return System

RdpefsPDU() public method

public RdpefsPDU ( Component_Values component, PacketId_Values packetId ) : System
component Component_Values
packetId PacketId_Values
return System

Property Details

Header public_oe property

public RDPDR_HEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs Header
return RDPDR_HEADER