C# Class Microsoft.Protocols.TestSuites.Common.RopUpdateDeferredActionMessagesRequest

Show file Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
ClientEntryId byte[]
ClientEntryIdSize ushort
InputHandleIndex byte
LogonId byte
RopId byte
ServerEntryId byte[]
ServerEntryIdSize ushort

Public Methods

Method Description
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

Method Details

Serialize() public method

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
return byte[]

Size() public method

Return the size of this structure.
public Size ( ) : int
return int

Property Details

ClientEntryId public property

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
return byte[]

ClientEntryIdSize public property

Unsigned 16-bit integer. This value specifies the size of the ClientEntryId field.
public ushort ClientEntryIdSize
return ushort

InputHandleIndex public property

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
return byte

LogonId public property

Unsigned 8-bit integer. This value specifies the logon on which the operation is performed.
public byte LogonId
return byte

RopId public property

Unsigned 8-bit integer. This value specifies the type of remote operation. For this operation, this field is set to 0x57.
public byte RopId
return byte

ServerEntryId public property

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
return byte[]

ServerEntryIdSize public property

Unsigned 16-bit integer. This value specifies the size of the ServerEntryId field.
public ushort ServerEntryIdSize
return ushort