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

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

Méthodes publiques

Свойство Type Description
DestHandleIndex uint
ReadByteCount ulong
ReturnValue uint
RopId byte
SourceHandleIndex byte
WrittenByteCount ulong

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

DestHandleIndex public_oe property

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

ReadByteCount public_oe property

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

ReturnValue public_oe 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
Résultat uint

RopId public_oe 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
Résultat byte

SourceHandleIndex public_oe property

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

WrittenByteCount public_oe property

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