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

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

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

Метод Описание
PushCommand ( byte command, byte commonBytes ) : System

Initializes a new instance of the PushCommand class.

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

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

Initializes a new instance of the PushCommand class.
public PushCommand ( byte command, byte commonBytes ) : System
command byte The command byte.
commonBytes byte The common bytes pushed by this command.
Результат System