C# Class Bend.LayerLogReceiver

Show file Open project: jeske/StepsDB-alpha

Public Methods

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

Method Details

LayerLogReceiver() public method

public LayerLogReceiver ( LayerManager mylayer ) : System
mylayer LayerManager
return System

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