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

PushCommand class
Наследование: BaseCommand
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GenerateRandomCommandBytes ( ) : void

Generate random bytes in command

GetBytes ( ) : byte[]

Get the bytes of the PushCommand

PushCommand ( ) : System

Initializes a new instance of the PushCommand class

PushCommand ( byte data ) : System

Initializes a new instance of the PushCommand class

Size ( ) : int

Get the size of the PushCommand

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

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

Generate random bytes in command
public GenerateRandomCommandBytes ( ) : void
Результат void

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

Get the bytes of the PushCommand
public GetBytes ( ) : byte[]
Результат byte[]

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

Initializes a new instance of the PushCommand class
public PushCommand ( ) : System
Результат System

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

Initializes a new instance of the PushCommand class
public PushCommand ( byte data ) : System
data byte The data that will be pushed
Результат System

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

Get the size of the PushCommand
public Size ( ) : int
Результат int