C# Класс Microsoft.Protocols.TestSuites.MS_OXCFXICS.BitmaskCommand

Represent a bitmask command.
Наследование: Command
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BitmaskCommand ( byte command, byte startValue, byte bitmask )

Initializes a new instance of the BitmaskCommand class.

Описание методов

BitmaskCommand() публичный Метод

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. ///