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

The base command is used to signal the end of the GLOBSET encoding.
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
GetBytes ( ) : byte[]

Get the bytes of the command

Size ( ) : int

Get the size of command

Method Details

GetBytes() public method

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

Size() public method

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