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

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

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

Свойство Тип Описание
ClientData byte[]
LogonId byte?
ReadStatusChanged byte
ResponseHandleIndex 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

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

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

Array of 24 bytes. This field is present when the value in the ReadStatusChanged field is non-zero and is not present otherwise. This field MUST be set to the value of the ClientData field in the request.
public byte[] ClientData
Результат byte[]

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

Unsigned 8-bit integer. This field is present when the value in the ReadStatusChanged field is non-zero and is not present otherwise. This field MUST be set to the value of the LogonId field in the request.
public byte? LogonId
Результат byte?

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

8-bit Boolean. This value specifies whether the read status of a public folder's message has changed.
public byte ReadStatusChanged
Результат byte

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

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

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

Unsigned 32-bit integer. This value specifies the status of the remote operation. For successful response, this field is set to 0x00000000. For failure response, this field is set to a value other than 0x00000000.
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 0x11.
public byte RopId
Результат byte