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

Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
RequestBuffers byte[]
RopId byte
SizeNeeded ushort

Méthodes publiques

Méthode Description
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

Method Details

Deserialize() public méthode

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.
Résultat int

Property Details

RequestBuffers public_oe 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
Résultat byte[]

RopId public_oe property

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

SizeNeeded public_oe property

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