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

Represents a command in GLOBSET serialization.
Exibir arquivo Open project: OfficeDev/Interop-TestSuites

Protected Methods

Method Description
CheckCommand ( byte command, byte low, byte high ) : bool

Indicate whether the command byte is in an interval.

Command ( byte command, byte low, byte high ) : System

Initializes a new instance of the Command class.

Method Details

CheckCommand() protected method

Indicate whether the command byte is in an interval.
protected CheckCommand ( byte command, byte low, byte high ) : bool
command byte The command byte.
low byte Low value of the interval.
high byte High value of the interval.
return bool

Command() protected method

Initializes a new instance of the Command class.
protected Command ( byte command, byte low, byte high ) : System
command byte The command byte.
low byte Low value of the command byte interval.
high byte High value of the command byte interval.
return System