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

Show file Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
InputHandleIndex byte
LogonId byte
OutputHandleIndex byte
PropertyTagCount ushort
PropertyTags Microsoft.Protocols.TestSuites.Common.PropertyTag[]
RestrictionData byte[]
RestrictionDataSize ushort
RopId byte
SendOptions byte
SynchronizationExtraFlags uint
SynchronizationFlags ushort
SynchronizationType byte

Public Methods

Method Description
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of RopSynchronizationConfigure request buffer structure.

Method Details

Serialize() public method

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
return byte[]

Size() public method

Return the size of RopSynchronizationConfigure request buffer structure.
public Size ( ) : int
return int

Property Details

InputHandleIndex public property

This index specifies the location in the Server Object Handle Table where the handle for the input Server Object is stored.
public byte InputHandleIndex
return byte

LogonId public property

This value specifies the logon associated with this operation.
public byte LogonId
return byte

OutputHandleIndex public property

This index specifies the location in the Server Object Handle Table where the handle for the output Server Object will be stored.
public byte OutputHandleIndex
return byte

PropertyTagCount public property

This value specifies how many tags are present in the PropertyTags field.
public ushort PropertyTagCount
return ushort

PropertyTags public property

The format of the PropertyTag structure is specified in [MS-OXCDATA]. This field specifies the property tags to be used for the synchronization process.
public PropertyTag[],Microsoft.Protocols.TestSuites.Common PropertyTags
return Microsoft.Protocols.TestSuites.Common.PropertyTag[]

RestrictionData public property

This field contains a restriction packet, as specified in [MS-OXCDATA] section 2.13. The restriction specifies the filter for this synchronization object.
public byte[] RestrictionData
return byte[]

RestrictionDataSize public property

This value specifies the length of the RestrictionData field.
public ushort RestrictionDataSize
return ushort

RopId public property

This value specifies the type of remote operation. For this operation, this field is set to 0x70.
public byte RopId
return byte

SendOptions public property

The possible values are specified in [MS-OXCFXICS]. These values control the behavior of the operation.
public byte SendOptions
return byte

SynchronizationExtraFlags public property

The possible values are specified in [MS-OXCFXICS]. These flags control the additional behavior of the synchronization.
public uint SynchronizationExtraFlags
return uint

SynchronizationFlags public property

The possible values are specified in [MS-OXCFXICS]. These flags control the behavior of the synchronization.
public ushort SynchronizationFlags
return ushort

SynchronizationType public property

The possible values for this enumeration are specified in [MS-OXCFXICS]. This value controls the type of synchronization.
public byte SynchronizationType
return byte