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

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
HelpFile byte[]
HelpFileName byte[]
HelpFileSize ushort
InputHandleIndex byte
OptionsInfo byte[]
OptionsInfoSize ushort
Reserved byte
ReturnValue uint
RopId byte

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

Метод Описание
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

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

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

Deserialize the ROP response buffer.
public Deserialize ( byte ropBytes, int startIndex ) : int
ropBytes byte ROPs bytes in response.
startIndex int The start index of this ROP.
Результат int

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

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

Array of bytes. This field contains the help file associated with the specified address type.
public byte[] HelpFile
Результат byte[]

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

Null-terminated ASCII string. This string specifies the name of the help file that is associated with the specified address type. This field is present if HelpFileSize is non-zero and is not present otherwise.
public byte[] HelpFileName
Результат byte[]

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

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

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

Unsigned 8-bit integer. This field MUST be set to the InputHandleIndex specified in the request.
public byte InputHandleIndex
Результат byte

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

Array of bytes. This field contains opaque data from the server. Clients SHOULD ignore this field. Servers SHOULD return this field as an empty array.
public byte[] OptionsInfo
Результат byte[]

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

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

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

Reserved. This field MUST be set to 0x01.
public byte Reserved
Результат byte

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

Unsigned 32-bit integer. This value specifies the status of the remote operation.
public uint ReturnValue
Результат uint

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

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