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

Represents a command in GLOBSET serialization.
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

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

CheckCommand() защищенный Метод

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.
Результат bool

Command() защищенный Метод

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.
Результат System