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

Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
DatabaseGuid byte[]
GlobalCounter 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 structure.

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 structure.
public Size ( ) : int
Résultat int

Property Details

DatabaseGuid public_oe property

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

GlobalCounter public_oe property

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