C# Class MAPIInspector.Parsers.BackoffRop

A class indicates the BackoffRop structure which is defined in section 2.2.15.2.1.1.
Inheritance: MAPIInspector.Parsers.BaseStructure
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
Duration uint
RopIdBackoff byte

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the BackoffRop structure.

Method Details

Parse() public méthode

Parse the BackoffRop structure.
public Parse ( Stream s ) : void
s Stream An stream containing BackoffRop structure.
Résultat void

Property Details

Duration public_oe property

public uint Duration
Résultat uint

RopIdBackoff public_oe property

public byte RopIdBackoff
Résultat byte