C# Class Microsoft.Protocols.TestSuites.Rdpbcgr.efs.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
Mostra file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
Component Component_Values
PacketId PacketId_Values

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