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

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

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

Свойство Тип Описание
DatabaseGuid byte[]
GlobalCounter byte[]

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

Метод Описание
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

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

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

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

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

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

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

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

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

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

A 128-bit unsigned integer identifying a Store object.
public byte[] DatabaseGuid
Результат byte[]

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

An unsigned 48-bit integer identifying the folder within its Store object.
public byte[] GlobalCounter
Результат byte[]