C# Класс 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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Component Component_Values
PacketId PacketId_Values

Описание свойств

Component публичное свойство

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
Результат Component_Values

PacketId публичное свойство

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
Результат PacketId_Values