IEC61970 17v23
SecurityRequirementKind.h
1 // SecurityRequirementKind.h
3 // Implementation of the Class SecurityRequirementKind
4 // Original author: herb
6 
7 #ifndef SECURITYREQUIREMENTKIND_H
8 #define SECURITYREQUIREMENTKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Base
13  {
14  namespace ICCPConfiguration
15  {
19  enum class SecurityRequirementKind
20  {
24  _undef = -1, not_supported,
28  transportSecurityRequired,
29  applicationSecurityRequired
30  };
31 
32  }
33 
34  }
35 
36 }
37 #endif // SECURITYREQUIREMENTKIND_H
Definition: AuxiliaryEquipment.h:13