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

This header is present at the beginning of every message in this protocol. The purpose of this header is to describe the type of the message.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_1_1.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
Component Component_Values
PacketId PacketId_Values

Public Methods

Method Description
Decode ( PduMarshaler marshaler ) : void
Encode ( PduMarshaler marshaler ) : void
RDPDR_HEADER ( ) : System
RDPDR_HEADER ( Component_Values component, PacketId_Values packetId ) : System

Method Details

Decode() public method

public Decode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
return void

Encode() public method

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
return void

RDPDR_HEADER() public method

public RDPDR_HEADER ( ) : System
return System

RDPDR_HEADER() public method

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

Property Details

Component public_oe property

A 16-bit unsigned integer that identifies the component to which the packet is sent. This field MUST be set to one of the following values.
public Component_Values Component
return Component_Values

PacketId public_oe property

A 16-bit unsigned integer. The PacketId field is a unique ID that identifies the packet function. This field MUST be set to one of the following values.
public PacketId_Values PacketId
return PacketId_Values