C# Класс Microsoft.Protocols.TestSuites.Common.RopSynchronizationConfigureRequest

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of RopSynchronizationConfigure request buffer structure.

Описание методов

Serialize() публичный Метод

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Результат byte[]

Size() публичный Метод

Return the size of RopSynchronizationConfigure request buffer structure.
public Size ( ) : int
Результат int

Описание свойств

InputHandleIndex публичное свойство

This index specifies the location in the Server Object Handle Table where the handle for the input Server Object is stored.
public byte InputHandleIndex
Результат byte

LogonId публичное свойство

This value specifies the logon associated with this operation.
public byte LogonId
Результат byte

OutputHandleIndex публичное свойство

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
Результат byte

PropertyTagCount публичное свойство

This value specifies how many tags are present in the PropertyTags field.
public ushort PropertyTagCount
Результат ushort

PropertyTags публичное свойство

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
Результат Microsoft.Protocols.TestSuites.Common.PropertyTag[]

RestrictionData публичное свойство

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
Результат byte[]

RestrictionDataSize публичное свойство

This value specifies the length of the RestrictionData field.
public ushort RestrictionDataSize
Результат ushort

RopId публичное свойство

This value specifies the type of remote operation. For this operation, this field is set to 0x70.
public byte RopId
Результат byte

SendOptions публичное свойство

The possible values are specified in [MS-OXCFXICS]. These values control the behavior of the operation.
public byte SendOptions
Результат byte

SynchronizationExtraFlags публичное свойство

The possible values are specified in [MS-OXCFXICS]. These flags control the additional behavior of the synchronization.
public uint SynchronizationExtraFlags
Результат uint

SynchronizationFlags публичное свойство

The possible values are specified in [MS-OXCFXICS]. These flags control the behavior of the synchronization.
public ushort SynchronizationFlags
Результат ushort

SynchronizationType публичное свойство

The possible values for this enumeration are specified in [MS-OXCFXICS]. This value controls the type of synchronization.
public byte SynchronizationType
Результат byte