C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCFXICS.BitmaskCommand

Represent a bitmask command.
상속: Command
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
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. ///