C# Класс Microsoft.Protocols.TestSuites.MS_OXORULE.TagActionData

An OP_TAG action Data Buffer is a PropertyValue structure, packaged as specified in [MS-OXCDATA] section 2.11.2.1. This structure contains a PropertyTag_r structure.
Наследование: IActionData
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Deserialize ( byte buffer ) : uint

Deserialized byte array to a TagActionData instance

Serialize ( ) : byte[]

Get serialized byte array for this ActionData

Size ( ) : int

The total Size of this ActionData buffer

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

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

Deserialized byte array to a TagActionData instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contains data of an ActionData instance.
Результат uint

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

Get serialized byte array for this ActionData
public Serialize ( ) : byte[]
Результат byte[]

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

The total Size of this ActionData buffer
public Size ( ) : int
Результат int