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