C# Class BendTests.A02_LogTests.TestReceiver

Inheritance: ILogReceiver
Show file Open project: jeske/StepsDB-alpha

Public Properties

Property Type Description
cmds List

Public Methods

Method Description
TestReceiver ( ) : System
handleCommand ( LogCommands cmd, byte cmdbytes ) : void
logStatusChange ( long logUsedBytes, long logFreeBytes ) : void
requestLogExtension ( ) : void

Method Details

TestReceiver() public method

public TestReceiver ( ) : System
return System

handleCommand() public method

public handleCommand ( LogCommands cmd, byte cmdbytes ) : void
cmd LogCommands
cmdbytes byte
return void

logStatusChange() public method

public logStatusChange ( long logUsedBytes, long logFreeBytes ) : void
logUsedBytes long
logFreeBytes long
return void

requestLogExtension() public method

public requestLogExtension ( ) : void
return void

Property Details

cmds public property

public List cmds
return List