C# Class Microsoft.Protocols.TestSuites.Common.GlobalIdentifier

Show file Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
GlobalCounter byte[]
ReplGuid byte[]

Public Methods

Method Description
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.

Method Details

Deserialize() public method

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.
return int

Serialize() public method

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
return byte[]

Size() public method

Return the size of this struct.
public Size ( ) : int
return int

Property Details

GlobalCounter public property

An unsigned 48-bit integer identifying the folder within its Store object.
public byte[] GlobalCounter
return byte[]

ReplGuid public property

A 128-bit unsigned integer identifying a Store object.
public byte[] ReplGuid
return byte[]