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

Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Свойство Type Description
GlobalCounter byte[]
ReplGuid byte[]

Méthodes publiques

Méthode 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 méthode

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.
Résultat int

Serialize() public méthode

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Résultat byte[]

Size() public méthode

Return the size of this struct.
public Size ( ) : int
Résultat int

Property Details

GlobalCounter public_oe property

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

ReplGuid public_oe property

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