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

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
PropertyValueCount ushort
PropertyValues Microsoft.Protocols.TestSuites.Common.PropertyValue[]
RuleDataFlags byte

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

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

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

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

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

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

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

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

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

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

Unsigned 16-bit integer. This value specifies the number of value structures in the PropertyValues field.
public ushort PropertyValueCount
Результат ushort

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

Array of PropertyValue structures. The number of structures contained in this field is specified by the PropertyValueCount field. The format of the PropertyValue structure is specified in [MS-OXCDATA]. These values are used to specify and describe the rule operations.
public PropertyValue[],Microsoft.Protocols.TestSuites.Common PropertyValues
Результат Microsoft.Protocols.TestSuites.Common.PropertyValue[]

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

8-bit flag structure. This field is used to specify the type of operation.
public byte RuleDataFlags
Результат byte