Adding some more SNMP events and some refactoring

Signed : The Masqued Foxi
This commit is contained in:
sacha
2010-04-23 12:40:27 -04:00
parent 7eda9364fd
commit 85646b157c
2 changed files with 14 additions and 8 deletions

View File

@@ -20,4 +20,5 @@ public interface ISnmpModule
//
void LinkUp(Scene scene);
void LinkDown(Scene scene);
void BootInfo(string data, Scene scene);
}