C# Class Microsoft.Protocols.TestSuites.MS_OXCSTOR.PushCommand

PushCommand class
Inheritance: BaseCommand
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
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

Method Details

GenerateRandomCommandBytes() public method

Generate random bytes in command
public GenerateRandomCommandBytes ( ) : void
return void

GetBytes() public method

Get the bytes of the PushCommand
public GetBytes ( ) : byte[]
return byte[]

PushCommand() public method

Initializes a new instance of the PushCommand class
public PushCommand ( ) : System
return System

PushCommand() public method

Initializes a new instance of the PushCommand class
public PushCommand ( byte data ) : System
data byte The data that will be pushed
return System

Size() public method

Get the size of the PushCommand
public Size ( ) : int
return int