C# Class Bend.LayerLogReceiver

Afficher le fichier Open project: jeske/StepsDB-alpha

Méthodes publiques

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

Method Details

LayerLogReceiver() public méthode

public LayerLogReceiver ( LayerManager mylayer ) : System
mylayer LayerManager
Résultat System

handleCommand() public méthode

public handleCommand ( LogCommands cmd, byte cmddata ) : void
cmd LogCommands
cmddata byte
Résultat void

logStatusChange() public méthode

public logStatusChange ( long logUsedBytes, long logFreeBytes ) : void
logUsedBytes long
logFreeBytes long
Résultat void

requestLogExtension() public méthode

public requestLogExtension ( ) : void
Résultat void