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

A message with this header indicates that the I/O request is complete. In a Device I/O Response message, a request message is matched to the appropriate Device I/O Request header. There is only one response per request.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_1_5.xml
Наследование: RdpefsPDU
Показать файл Открыть проект

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

Свойство Тип Описание
CompletionId uint
DeviceId uint
IoStatus uint

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

Метод Описание
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. This field MUST match the CompletionId field in the DR_DEVICE_IOREQUEST header for the corresponding request. After processing a response packet with this ID, the same ID can be reused in another request.
public uint CompletionId
Результат uint

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

A 32-bit unsigned integer. This field MUST match the DeviceId field in the DR_DEVICE_IOREQUEST header for the corresponding request.
public uint DeviceId
Результат uint

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

A 32-bit unsigned integer that specifies the NTSTATUS code that indicates success or failure for the request. NTSTATUS codes are specified in [MS-ERREF] section 2.3.
public uint IoStatus
Результат uint