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

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

Public Properties

Property Type Description
RequestBuffers byte[]
RopId byte
SizeNeeded ushort

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

RequestBuffers public property

Array of bytes. The size of this array is the remaining space in the output ROP response buffer. This array specifies the section of the input buffer that was not executed because of this condition.
public byte[] RequestBuffers
return byte[]

RopId public property

This value specifies the type of remote operation. For this operation, this field is set to 0xFF.
public byte RopId
return byte

SizeNeeded public property

This value specifies the size requested for the output buffer for a subsequent request.
public ushort SizeNeeded
return ushort