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

Datei anzeigen Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
HelpFile byte[]
HelpFileName byte[]
HelpFileSize ushort
InputHandleIndex byte
OptionsInfo byte[]
OptionsInfoSize ushort
Reserved byte
ReturnValue uint
RopId byte

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

HelpFile public_oe property

Array of bytes. This field contains the help file associated with the specified address type.
public byte[] HelpFile
return byte[]

HelpFileName public_oe property

Null-terminated ASCII string. This string specifies the name of the help file that is associated with the specified address type. This field is present if HelpFileSize is non-zero and is not present otherwise.
public byte[] HelpFileName
return byte[]

HelpFileSize public_oe property

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

InputHandleIndex public_oe property

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

OptionsInfo public_oe property

Array of bytes. This field contains opaque data from the server. Clients SHOULD ignore this field. Servers SHOULD return this field as an empty array.
public byte[] OptionsInfo
return byte[]

OptionsInfoSize public_oe property

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

Reserved public_oe property

Reserved. This field MUST be set to 0x01.
public byte Reserved
return byte

ReturnValue public_oe property

Unsigned 32-bit integer. This value specifies the status of the remote operation.
public uint ReturnValue
return 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 0x6F.
public byte RopId
return byte