C# Класс Microsoft.Protocols.TestSuites.Common.RopUpdateDeferredActionMessagesRequest

Показать файл Открыть проект

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

Свойство Тип Описание
ClientEntryId byte[]
ClientEntryIdSize ushort
InputHandleIndex byte
LogonId byte
RopId byte
ServerEntryId byte[]
ServerEntryIdSize ushort

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

Метод Описание
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

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

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

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Результат byte[]

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

Return the size of this structure.
public Size ( ) : int
Результат int

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

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

Byte Array. The size of this field, in bytes, is specified by the ClientEntryIdSize field. This value specifies the ID of the downloaded message on the client.
public byte[] ClientEntryId
Результат byte[]

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

Unsigned 16-bit integer. This value specifies the size of the ClientEntryId field.
public ushort ClientEntryIdSize
Результат ushort

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

Unsigned 8-bit integer. This index refers to the location in the Server Object Handle Table used to find the handle for this operation.
public byte InputHandleIndex
Результат byte

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

Unsigned 8-bit integer. This value specifies the logon on which the operation is performed.
public byte LogonId
Результат byte

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

Unsigned 8-bit integer. This value specifies the type of remote operation. For this operation, this field is set to 0x57.
public byte RopId
Результат byte

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

Byte Array. The size of this field, in bytes, is specified by the ServerEntryIdSize field. This value specifies the ID of the message on the server.
public byte[] ServerEntryId
Результат byte[]

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

Unsigned 16-bit integer. This value specifies the size of the ServerEntryId field.
public ushort ServerEntryIdSize
Результат ushort