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

Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
DestHandleIndex uint
ReadByteCount ulong
ReturnValue uint
RopId byte
SourceHandleIndex byte
WrittenByteCount ulong

Public Methods

Method Description
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

Method Details

Deserialize() public method

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.
return int

Property Details

DestHandleIndex public property

Unsigned 32-bit integer. This index MUST be set to the DestHandleIndex specified in the request.
public uint DestHandleIndex
return uint

ReadByteCount public property

Unsigned 64-bit integer. This value specifies the number of bytes read from the source object.
public ulong ReadByteCount
return ulong

ReturnValue public property

Unsigned 32-bit integer. This value specifies the status of the remote operation. For this response, this field is set to a value other than 0x00000503.
public uint ReturnValue
return uint

RopId public property

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

SourceHandleIndex public property

Unsigned 8-bit integer. This index MUST be set to the SourceHandleIndex specified in the request.
public byte SourceHandleIndex
return byte

WrittenByteCount public property

Unsigned 64-bit integer. This value specifies the number of bytes written to the destination object.
public ulong WrittenByteCount
return ulong