C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs.DR_DEVICE_IOREQUEST

This header is embedded in all server requests on a specific device.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_1_4.xml
Наследование: RdpefsPDU
Показать файл Открыть проект

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

Свойство Тип Описание
CompletionId uint
DeviceId uint
FileId uint
MajorFunction MajorFunction_Values
MinorFunction MinorFunction_Values

Открытые методы

Метод Описание
Decode ( PduMarshaler marshaler ) : bool
Encode ( PduMarshaler marshaler ) : void

Описание методов

Decode() публичный Метод

public Decode ( PduMarshaler marshaler ) : bool
marshaler PduMarshaler
Результат bool

Encode() публичный Метод

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Результат void

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

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

A 32-bit unsigned integer that specifies a unique ID for each request. The ID is considered valid until a Device I/O Response is received. Subsequently, the ID can be reused.
public uint CompletionId
Результат uint

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

A 32-bit unsigned integer that is a unique ID. The value MUST match the DeviceId value in the Client Device List Announce Request.
public uint DeviceId
Результат uint

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

A 32-bit unsigned integer that specifies a unique ID retrieved from the Device Create Response.
public uint FileId
Результат uint

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

A 32-bit unsigned integer that identifies the request function. This field MUST have one of the following values.
public MajorFunction_Values MajorFunction
Результат MajorFunction_Values

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

A 32-bit unsigned integer. This field is valid only when the MajorFunction field is set to IRP_MJ_DIRECTORY_CONTROL. This field MUST have one of the following values.
public MinorFunction_Values MinorFunction
Результат MinorFunction_Values