C# Class MAPIInspector.Parsers.BitmaskCommand

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

Public Properties

Property Type Description
Command byte
bitmask byte
startValue byte

Public Methods

Method Description
Parse ( FastTransferStream stream ) : void

Parse from a stream.

Method Details

Parse() public method

Parse from a stream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A stream contains BitmaskCommand.
return void

Property Details

Command public property

public byte Command
return byte

bitmask public property

public byte bitmask
return byte

startValue public property

public byte startValue
return byte