Add the ISnmpModule interface definition to Careminster release

avinationmerge
Melanie Thielker 2010-04-05 23:20:56 +02:00
parent a573b5767b
commit e7be131b89
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
///////////////////////////////////////////////////////////////////
//
// (c) Careminster LImited, Melanie Thielker and the Meta7 Team
//
// This file is not open source. All rights reserved
//
public interface ISnmpModule
{
void Alert(string message);
void Trap(string message);
}