C# Class BendTests.A02_LogTests.DummyLogReceiver

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

Public Methods

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

Method Details

handleCommand() public method

public handleCommand ( LogCommands cmd, byte cmddata ) : void
cmd LogCommands
cmddata 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