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

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

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

Свойство Тип Описание
GlobalCounter byte[]
ReplGuid 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 struct.

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

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 struct.
public Size ( ) : int
Результат int

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

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

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

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

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