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

Show file 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 property

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

HelpFileName public 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 property

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

InputHandleIndex public property

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

OptionsInfo public 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 property

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

Reserved public property

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

ReturnValue public property

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