IEC61970 17v23
IEC62351_6ApplicationSecurityKind.h
1 // IEC62351-6ApplicationSecurityKind.h
3 // Implementation of the Class IEC62351_6ApplicationSecurityKind
4 // Original author: herb
6 
7 #ifndef IEC62351_6APPLICATIONSECURITYKIND_H
8 #define IEC62351_6APPLICATIONSECURITYKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Base
13  {
14  namespace ICCPConfiguration
15  {
19  enum class IEC62351_6ApplicationSecurityKind
20  {
24  _undef = -1, noSecurity,
28  applicationLevel,
33  end_to_end
34  };
35 
36  }
37 
38  }
39 
40 }
41 #endif // IEC62351_6APPLICATIONSECURITYKIND_H
Definition: AuxiliaryEquipment.h:13