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