C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.BitmaskCommand

Represent a bitmask command.
Inheritance: Command
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
BitmaskCommand ( byte command, byte startValue, byte bitmask )

Initializes a new instance of the BitmaskCommand class.

Method Details

BitmaskCommand() public method

Initializes a new instance of the BitmaskCommand class.
public BitmaskCommand ( byte command, byte startValue, byte bitmask )
command byte The command byte.
startValue byte Low-order byte of first GLOBCNT.
bitmask byte Used for GLOBCNT generation where values are defined based /// on the StartingValue and which bits are set in Bitmask. ///