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

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

Méthodes publiques

Свойство Type Description
HelpFile byte[]
HelpFileName byte[]
HelpFileSize ushort
InputHandleIndex byte
OptionsInfo byte[]
OptionsInfoSize ushort
Reserved byte
ReturnValue uint
RopId byte

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

HelpFile public_oe property

Array of bytes. This field contains the help file associated with the specified address type.
public byte[] HelpFile
Résultat 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
Résultat byte[]

HelpFileSize public_oe property

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

InputHandleIndex public_oe property

Unsigned 8-bit integer. This field MUST be set to the InputHandleIndex specified in the request.
public byte InputHandleIndex
Résultat 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
Résultat byte[]

OptionsInfoSize public_oe property

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

Reserved public_oe property

Reserved. This field MUST be set to 0x01.
public byte Reserved
Résultat byte

ReturnValue public_oe property

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