Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef __OPC_UA_EXPANDED_OBJECTS_IdS
00011 #define __OPC_UA_EXPANDED_OBJECTS_IdS
00012
00013 #include <stdint.h>
00014
00015 namespace OpcUa
00016 {
00017 enum class ExpandedObjectId : uint32_t
00018 {
00019 Null = 0,
00020 ObjectAttribute = 354,
00021 VariableAttribute = 357,
00022 MethodAttribute = 360,
00023 ObjectTypeAttribute = 363,
00024 VariableTypeAttribute = 366 ,
00025 ReferenceTypeAttribute = 369,
00026 DataTypeAttribute = 372,
00027 ViewAttribute = 375,
00028
00029 DataChangeNotification = 811,
00030 EventNotificationList = 916,
00031 StatusChangeNotification = 820,
00032
00033 DataChangeFilter = 724,
00034 EventFilter = 727,
00035 AggregateFilter = 730,
00036
00037 ElementOperand = 594,
00038 LiteralOperand = 597,
00039 AttributeOperand = 600,
00040 SimpleAttributeOperand = 603
00041
00042
00043 };
00044 }
00045
00046 #endif // __OPC_UA_BINARY_IdENTIFIERS