11 #include <boost/python.hpp> 21 using namespace OpcUa;
35 enum_<ApplicationType>(
"ApplicationType")
36 #define
_value(X) value(#X, ApplicationType:: X)
44 enum_<MessageSecurityMode>(
"MessageSecurityMode")
45 #define
_value(X) value(#X, MessageSecurityMode:: X)
53 enum_<UserTokenType>(
"UserTokenType")
54 #define
_value(X) value(#X, UserTokenType:: X)
62 enum_<BrowseDirection>(
"BrowseDirection")
63 #define
_value(X) value(#X, BrowseDirection:: X)
70 enum_<NodeClass>(
"NodeClass")
71 #define
_value(X) value(#X, NodeClass:: X)
84 enum_<TimestampsToReturn>(
"TimestampsToReturn")
85 #define
_value(X) value(#X, TimestampsToReturn:: X)
93 enum_<VariantType>(
"VariantType")
94 #define
_value(X) value(#X, VariantType:: X )
void py_opcua_enums_StatusCode()
void py_opcua_enums_ObjectId()
void py_opcua_enums_AttributeId()
OPC UA Address space part. GNU LGPL.
void py_opcua_enums()
Python bindings for freeopcua. GNU LGPL.
Python bindings for freeopcua. GNU LGPL.