C# Class MAPIInspector.Parsers.BitmaskCommand

Represent a bitmask command.
Inheritance: Command
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
Command byte
bitmask byte
startValue byte

Méthodes publiques

Méthode Description
Parse ( FastTransferStream stream ) : void

Parse from a stream.

Method Details

Parse() public méthode

Parse from a stream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A stream contains BitmaskCommand.
Résultat void

Property Details

Command public_oe property

public byte Command
Résultat byte

bitmask public_oe property

public byte bitmask
Résultat byte

startValue public_oe property

public byte startValue
Résultat byte