S2OPC OPCUA Toolkit
Loading...
Searching...
No Matches
sopc_types.h
Go to the documentation of this file.
1/* ========================================================================
2 * Copyright (c) 2005-2016 The OPC Foundation, Inc. All rights reserved.
3 *
4 * OPC Foundation MIT License 1.00
5 *
6 * Permission is hereby granted, free of charge, to any person
7 * obtaining a copy of this software and associated documentation
8 * files (the "Software"), to deal in the Software without
9 * restriction, including without limitation the rights to use,
10 * copy, modify, merge, publish, distribute, sublicense, and/or sell
11 * copies of the Software, and to permit persons to whom the
12 * Software is furnished to do so, subject to the following
13 * conditions:
14 *
15 * The above copyright notice and this permission notice shall be
16 * included in all copies or substantial portions of the Software.
17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
19 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
21 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
22 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
24 * OTHER DEALINGS IN THE SOFTWARE.
25 *
26 * The complete license agreement can be found here:
27 * http://opcfoundation.org/License/MIT/1.00/
28 *
29 * Modifications: adaptation for S2OPC project
30 * ======================================================================*/
31
32#ifndef SOPC_Types_H_
33#define SOPC_Types_H_ 1
34
35#include "sopc_buffer.h"
36#include "sopc_builtintypes.h"
37#include "sopc_encodeabletype.h"
38#include "sopc_enum_types.h"
39
40// s2opc_common_export.h is generated by CMake, when not using CMake, copy and include
41// "src/Common/helpers_platform_dep/<platform>/s2opc_common_export.h_"
42#include "s2opc_common_export.h"
43
44#define SOPC_OPCUA_NS_INDEX 0
45
46#ifndef OPCUA_EXCLUDE_KeyValuePair
47/*============================================================================
48 * The KeyValuePair structure.
49 *===========================================================================*/
51
52typedef struct _OpcUa_KeyValuePair
53{
55 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
56 * for giving a copy of the header to application.
57 */
61
63
64void OpcUa_KeyValuePair_Clear(void* pValue);
65
66#endif
67
68#ifndef OPCUA_EXCLUDE_AdditionalParametersType
69/*============================================================================
70 * The AdditionalParametersType structure.
71 *===========================================================================*/
73
75{
77 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
78 * for giving a copy of the header to application.
79 */
83
85
87
88#endif
89
90#ifndef OPCUA_EXCLUDE_EphemeralKeyType
91/*============================================================================
92 * The EphemeralKeyType structure.
93 *===========================================================================*/
95
97{
99 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
100 * for giving a copy of the header to application.
101 */
105
107
109
110#endif
111
112#ifndef OPCUA_EXCLUDE_EndpointType
113/*============================================================================
114 * The EndpointType structure.
115 *===========================================================================*/
117
119{
121 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
122 * for giving a copy of the header to application.
123 */
129
131
132void OpcUa_EndpointType_Clear(void* pValue);
133
134#endif
135
136#ifndef OPCUA_EXCLUDE_RationalNumber
137/*============================================================================
138 * The RationalNumber structure.
139 *===========================================================================*/
141
143{
145 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
146 * for giving a copy of the header to application.
147 */
148 int32_t Numerator;
149 uint32_t Denominator;
151
153
154void OpcUa_RationalNumber_Clear(void* pValue);
155
156#endif
157
158#ifndef OPCUA_EXCLUDE_ThreeDVector
159/*============================================================================
160 * The ThreeDVector structure.
161 *===========================================================================*/
163
165{
167 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
168 * for giving a copy of the header to application.
169 */
170 double X;
171 double Y;
172 double Z;
174
176
177void OpcUa_ThreeDVector_Clear(void* pValue);
178
179#endif
180
181#ifndef OPCUA_EXCLUDE_ThreeDCartesianCoordinates
182/*============================================================================
183 * The ThreeDCartesianCoordinates structure.
184 *===========================================================================*/
186
188{
190 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
191 * for giving a copy of the header to application.
192 */
193 double X;
194 double Y;
195 double Z;
197
199
201
202#endif
203
204#ifndef OPCUA_EXCLUDE_ThreeDOrientation
205/*============================================================================
206 * The ThreeDOrientation structure.
207 *===========================================================================*/
209
211{
213 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
214 * for giving a copy of the header to application.
215 */
216 double A;
217 double B;
218 double C;
220
222
224
225#endif
226
227#ifndef OPCUA_EXCLUDE_ThreeDFrame
228/*============================================================================
229 * The ThreeDFrame structure.
230 *===========================================================================*/
232
233typedef struct _OpcUa_ThreeDFrame
234{
236 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
237 * for giving a copy of the header to application.
238 */
242
244
245void OpcUa_ThreeDFrame_Clear(void* pValue);
246
247#endif
248
249#ifndef OPCUA_EXCLUDE_IdentityMappingRuleType
250/*============================================================================
251 * The IdentityMappingRuleType structure.
252 *===========================================================================*/
254
256{
258 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
259 * for giving a copy of the header to application.
260 */
264
266
268
269#endif
270
271#ifndef OPCUA_EXCLUDE_CurrencyUnitType
272/*============================================================================
273 * The CurrencyUnitType structure.
274 *===========================================================================*/
276
278{
280 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
281 * for giving a copy of the header to application.
282 */
283 int16_t NumericCode;
288
290
292
293#endif
294
295#ifndef OPCUA_EXCLUDE_TrustListDataType
296/*============================================================================
297 * The TrustListDataType structure.
298 *===========================================================================*/
300
302{
304 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
305 * for giving a copy of the header to application.
306 */
317
319
321
322#endif
323
324#ifndef OPCUA_EXCLUDE_DecimalDataType
325/*============================================================================
326 * The DecimalDataType structure.
327 *===========================================================================*/
329
331{
333 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
334 * for giving a copy of the header to application.
335 */
336 int16_t Scale;
339
341
343
344#endif
345
346#ifndef OPCUA_EXCLUDE_StructureField
347/*============================================================================
348 * The StructureField structure.
349 *===========================================================================*/
351
353{
355 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
356 * for giving a copy of the header to application.
357 */
361 int32_t ValueRank;
367
369
370void OpcUa_StructureField_Clear(void* pValue);
371
372#endif
373
374#ifndef OPCUA_EXCLUDE_StructureDefinition
375/*============================================================================
376 * The StructureDefinition structure.
377 *===========================================================================*/
379
381{
383 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
384 * for giving a copy of the header to application.
385 */
389 int32_t NoOfFields;
392
394
396
397#endif
398
399#ifndef OPCUA_EXCLUDE_StructureDescription
400/*============================================================================
401 * The StructureDescription structure.
402 *===========================================================================*/
404
406{
408 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
409 * for giving a copy of the header to application.
410 */
415
417
419
420#endif
421
422#ifndef OPCUA_EXCLUDE_EnumField
423/*============================================================================
424 * The EnumField structure.
425 *===========================================================================*/
427
428typedef struct _OpcUa_EnumField
429{
431 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
432 * for giving a copy of the header to application.
433 */
434 int64_t Value;
439
440void OpcUa_EnumField_Initialize(void* pValue);
441
442void OpcUa_EnumField_Clear(void* pValue);
443
444#endif
445
446#ifndef OPCUA_EXCLUDE_EnumDefinition
447/*============================================================================
448 * The EnumDefinition structure.
449 *===========================================================================*/
451
453{
455 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
456 * for giving a copy of the header to application.
457 */
458 int32_t NoOfFields;
461
463
464void OpcUa_EnumDefinition_Clear(void* pValue);
465
466#endif
467
468#ifndef OPCUA_EXCLUDE_EnumDescription
469/*============================================================================
470 * The EnumDescription structure.
471 *===========================================================================*/
473
475{
477 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
478 * for giving a copy of the header to application.
479 */
485
487
489
490#endif
491
492#ifndef OPCUA_EXCLUDE_SimpleTypeDescription
493/*============================================================================
494 * The SimpleTypeDescription structure.
495 *===========================================================================*/
497
499{
501 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
502 * for giving a copy of the header to application.
503 */
509
511
513
514#endif
515
516#ifndef OPCUA_EXCLUDE_DataTypeSchemaHeader
517/*============================================================================
518 * The DataTypeSchemaHeader structure.
519 *===========================================================================*/
521
537
539
541
542#endif
543
544#ifndef OPCUA_EXCLUDE_DataTypeDescription
545/*============================================================================
546 * The DataTypeDescription structure.
547 *===========================================================================*/
549
551{
553 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
554 * for giving a copy of the header to application.
555 */
559
561
563
564#endif
565
566#ifndef OPCUA_EXCLUDE_UABinaryFileDataType
567/*============================================================================
568 * The UABinaryFileDataType structure.
569 *===========================================================================*/
571
591
593
595
596#endif
597
598#ifndef OPCUA_EXCLUDE_FieldMetaData
599/*============================================================================
600 * The FieldMetaData structure.
601 *===========================================================================*/
603
605{
607 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
608 * for giving a copy of the header to application.
609 */
612 /* ::OpcUa_DataSetFieldFlags */ uint16_t FieldFlags;
615 int32_t ValueRank;
623
625
626void OpcUa_FieldMetaData_Clear(void* pValue);
627
628#endif
629
630#ifndef OPCUA_EXCLUDE_ConfigurationVersionDataType
631/*============================================================================
632 * The ConfigurationVersionDataType structure.
633 *===========================================================================*/
635
637{
639 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
640 * for giving a copy of the header to application.
641 */
642 uint32_t MajorVersion;
643 uint32_t MinorVersion;
645
647
649
650#endif
651
652#ifndef OPCUA_EXCLUDE_DataSetMetaDataType
653/*============================================================================
654 * The DataSetMetaDataType structure.
655 *===========================================================================*/
657
679
681
683
684#endif
685
686#ifndef OPCUA_EXCLUDE_PublishedDataSetDataType
687/*============================================================================
688 * The PublishedDataSetDataType structure.
689 *===========================================================================*/
691
706
708
710
711#endif
712
713#ifndef OPCUA_EXCLUDE_PublishedVariableDataType
714/*============================================================================
715 * The PublishedVariableDataType structure.
716 *===========================================================================*/
718
720{
722 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
723 * for giving a copy of the header to application.
724 */
726 uint32_t AttributeId;
728 uint32_t DeadbandType;
735
737
739
740#endif
741
742#ifndef OPCUA_EXCLUDE_PublishedDataItemsDataType
743/*============================================================================
744 * The PublishedDataItemsDataType structure.
745 *===========================================================================*/
747
749{
751 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
752 * for giving a copy of the header to application.
753 */
757
759
761
762#endif
763
764#ifndef OPCUA_EXCLUDE_SimpleAttributeOperand
765/*============================================================================
766 * The SimpleAttributeOperand structure.
767 *===========================================================================*/
769
771{
773 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
774 * for giving a copy of the header to application.
775 */
779 uint32_t AttributeId;
782
784
786
787#endif
788
789#ifndef OPCUA_EXCLUDE_ContentFilterElement
790/*============================================================================
791 * The ContentFilterElement structure.
792 *===========================================================================*/
794
796{
798 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
799 * for giving a copy of the header to application.
800 */
805
807
809
810#endif
811
812#ifndef OPCUA_EXCLUDE_ContentFilter
813/*============================================================================
814 * The ContentFilter structure.
815 *===========================================================================*/
817
819{
821 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
822 * for giving a copy of the header to application.
823 */
827
829
830void OpcUa_ContentFilter_Clear(void* pValue);
831
832#endif
833
834#ifndef OPCUA_EXCLUDE_PublishedEventsDataType
835/*============================================================================
836 * The PublishedEventsDataType structure.
837 *===========================================================================*/
839
841{
843 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
844 * for giving a copy of the header to application.
845 */
851
853
855
856#endif
857
858#ifndef OPCUA_EXCLUDE_DataSetWriterDataType
859/*============================================================================
860 * The DataSetWriterDataType structure.
861 *===========================================================================*/
863
865{
867 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
868 * for giving a copy of the header to application.
869 */
873 /* ::OpcUa_DataSetFieldContentMask */ uint32_t DataSetFieldContentMask;
881
883
885
886#endif
887
888#ifndef OPCUA_EXCLUDE_ApplicationDescription
889/*============================================================================
890 * The ApplicationDescription structure.
891 *===========================================================================*/
893
909
911
913
914#endif
915
916#ifndef OPCUA_EXCLUDE_UserTokenPolicy
917/*============================================================================
918 * The UserTokenPolicy structure.
919 *===========================================================================*/
921
923{
925 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
926 * for giving a copy of the header to application.
927 */
934
936
938
939#endif
940
941#ifndef OPCUA_EXCLUDE_EndpointDescription
942/*============================================================================
943 * The EndpointDescription structure.
944 *===========================================================================*/
946
963
965
967
968#endif
969
970#ifndef OPCUA_EXCLUDE_PubSubGroupDataType
971/*============================================================================
972 * The PubSubGroupDataType structure.
973 *===========================================================================*/
975
992
994
996
997#endif
998
999#ifndef OPCUA_EXCLUDE_WriterGroupDataType
1000/*============================================================================
1001 * The WriterGroupDataType structure.
1002 *===========================================================================*/
1004
1032
1034
1036
1037#endif
1038
1039#ifndef OPCUA_EXCLUDE_DataSetReaderDataType
1040/*============================================================================
1041 * The DataSetReaderDataType structure.
1042 *===========================================================================*/
1044
1071
1073
1075
1076#endif
1077
1078#ifndef OPCUA_EXCLUDE_ReaderGroupDataType
1079/*============================================================================
1080 * The ReaderGroupDataType structure.
1081 *===========================================================================*/
1083
1104
1106
1108
1109#endif
1110
1111#ifndef OPCUA_EXCLUDE_PubSubConnectionDataType
1112/*============================================================================
1113 * The PubSubConnectionDataType structure.
1114 *===========================================================================*/
1116
1136
1138
1140
1141#endif
1142
1143#ifndef OPCUA_EXCLUDE_NetworkAddressDataType
1144/*============================================================================
1145 * The NetworkAddressDataType structure.
1146 *===========================================================================*/
1148
1150{
1152 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1153 * for giving a copy of the header to application.
1154 */
1157
1159
1161
1162#endif
1163
1164#ifndef OPCUA_EXCLUDE_NetworkAddressUrlDataType
1165/*============================================================================
1166 * The NetworkAddressUrlDataType structure.
1167 *===========================================================================*/
1169
1171{
1173 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1174 * for giving a copy of the header to application.
1175 */
1179
1181
1183
1184#endif
1185
1186#ifndef OPCUA_EXCLUDE_FieldTargetDataType
1187/*============================================================================
1188 * The FieldTargetDataType structure.
1189 *===========================================================================*/
1191
1206
1208
1210
1211#endif
1212
1213#ifndef OPCUA_EXCLUDE_TargetVariablesDataType
1214/*============================================================================
1215 * The TargetVariablesDataType structure.
1216 *===========================================================================*/
1218
1220{
1222 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1223 * for giving a copy of the header to application.
1224 */
1228
1230
1232
1233#endif
1234
1235#ifndef OPCUA_EXCLUDE_RolePermissionType
1236/*============================================================================
1237 * The RolePermissionType structure.
1238 *===========================================================================*/
1240
1242{
1244 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1245 * for giving a copy of the header to application.
1246 */
1248 /* ::OpcUa_PermissionType */ uint32_t Permissions;
1250
1252
1254
1255#endif
1256
1257#ifndef OPCUA_EXCLUDE_SubscribedDataSetMirrorDataType
1258/*============================================================================
1259 * The SubscribedDataSetMirrorDataType structure.
1260 *===========================================================================*/
1262
1264{
1266 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1267 * for giving a copy of the header to application.
1268 */
1273
1275
1277
1278#endif
1279
1280#ifndef OPCUA_EXCLUDE_PubSubConfigurationDataType
1281/*============================================================================
1282 * The PubSubConfigurationDataType structure.
1283 *===========================================================================*/
1285
1287{
1289 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1290 * for giving a copy of the header to application.
1291 */
1298
1300
1302
1303#endif
1304
1305#ifndef OPCUA_EXCLUDE_UadpWriterGroupMessageDataType
1306/*============================================================================
1307 * The UadpWriterGroupMessageDataType structure.
1308 *===========================================================================*/
1310
1312{
1314 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1315 * for giving a copy of the header to application.
1316 */
1319 /* ::OpcUa_UadpNetworkMessageContentMask */ uint32_t NetworkMessageContentMask;
1324
1326
1328
1329#endif
1330
1331#ifndef OPCUA_EXCLUDE_UadpDataSetWriterMessageDataType
1332/*============================================================================
1333 * The UadpDataSetWriterMessageDataType structure.
1334 *===========================================================================*/
1336
1338{
1340 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1341 * for giving a copy of the header to application.
1342 */
1343 /* ::OpcUa_UadpDataSetMessageContentMask */ uint32_t DataSetMessageContentMask;
1348
1350
1352
1353#endif
1354
1355#ifndef OPCUA_EXCLUDE_UadpDataSetReaderMessageDataType
1356/*============================================================================
1357 * The UadpDataSetReaderMessageDataType structure.
1358 *===========================================================================*/
1360
1362{
1364 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1365 * for giving a copy of the header to application.
1366 */
1371 /* ::OpcUa_UadpNetworkMessageContentMask */ uint32_t NetworkMessageContentMask;
1372 /* ::OpcUa_UadpDataSetMessageContentMask */ uint32_t DataSetMessageContentMask;
1377
1379
1381
1382#endif
1383
1384#ifndef OPCUA_EXCLUDE_JsonWriterGroupMessageDataType
1385/*============================================================================
1386 * The JsonWriterGroupMessageDataType structure.
1387 *===========================================================================*/
1389
1391{
1393 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1394 * for giving a copy of the header to application.
1395 */
1396 /* ::OpcUa_JsonNetworkMessageContentMask */ uint32_t NetworkMessageContentMask;
1398
1400
1402
1403#endif
1404
1405#ifndef OPCUA_EXCLUDE_JsonDataSetWriterMessageDataType
1406/*============================================================================
1407 * The JsonDataSetWriterMessageDataType structure.
1408 *===========================================================================*/
1410
1412{
1414 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1415 * for giving a copy of the header to application.
1416 */
1417 /* ::OpcUa_JsonDataSetMessageContentMask */ uint32_t DataSetMessageContentMask;
1419
1421
1423
1424#endif
1425
1426#ifndef OPCUA_EXCLUDE_JsonDataSetReaderMessageDataType
1427/*============================================================================
1428 * The JsonDataSetReaderMessageDataType structure.
1429 *===========================================================================*/
1431
1433{
1435 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1436 * for giving a copy of the header to application.
1437 */
1438 /* ::OpcUa_JsonNetworkMessageContentMask */ uint32_t NetworkMessageContentMask;
1439 /* ::OpcUa_JsonDataSetMessageContentMask */ uint32_t DataSetMessageContentMask;
1441
1443
1445
1446#endif
1447
1448#ifndef OPCUA_EXCLUDE_DatagramConnectionTransportDataType
1449/*============================================================================
1450 * The DatagramConnectionTransportDataType structure.
1451 *===========================================================================*/
1453
1455{
1457 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1458 * for giving a copy of the header to application.
1459 */
1462
1464
1466
1467#endif
1468
1469#ifndef OPCUA_EXCLUDE_DatagramWriterGroupTransportDataType
1470/*============================================================================
1471 * The DatagramWriterGroupTransportDataType structure.
1472 *===========================================================================*/
1474
1476{
1478 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1479 * for giving a copy of the header to application.
1480 */
1484
1486
1488
1489#endif
1490
1491#ifndef OPCUA_EXCLUDE_BrokerConnectionTransportDataType
1492/*============================================================================
1493 * The BrokerConnectionTransportDataType structure.
1494 *===========================================================================*/
1496
1498{
1500 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1501 * for giving a copy of the header to application.
1502 */
1506
1508
1510
1511#endif
1512
1513#ifndef OPCUA_EXCLUDE_BrokerWriterGroupTransportDataType
1514/*============================================================================
1515 * The BrokerWriterGroupTransportDataType structure.
1516 *===========================================================================*/
1518
1530
1532
1534
1535#endif
1536
1537#ifndef OPCUA_EXCLUDE_BrokerDataSetWriterTransportDataType
1538/*============================================================================
1539 * The BrokerDataSetWriterTransportDataType structure.
1540 *===========================================================================*/
1542
1556
1558
1560
1561#endif
1562
1563#ifndef OPCUA_EXCLUDE_BrokerDataSetReaderTransportDataType
1564/*============================================================================
1565 * The BrokerDataSetReaderTransportDataType structure.
1566 *===========================================================================*/
1568
1581
1583
1585
1586#endif
1587
1588#ifndef OPCUA_EXCLUDE_AliasNameDataType
1589/*============================================================================
1590 * The AliasNameDataType structure.
1591 *===========================================================================*/
1593
1595{
1597 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1598 * for giving a copy of the header to application.
1599 */
1604
1606
1608
1609#endif
1610
1611#ifndef OPCUA_EXCLUDE_UnsignedRationalNumber
1612/*============================================================================
1613 * The UnsignedRationalNumber structure.
1614 *===========================================================================*/
1616
1618{
1620 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1621 * for giving a copy of the header to application.
1622 */
1623 uint32_t Numerator;
1624 uint32_t Denominator;
1626
1628
1630
1631#endif
1632
1633#ifndef OPCUA_EXCLUDE_ReferenceNode
1634/*============================================================================
1635 * The ReferenceNode structure.
1636 *===========================================================================*/
1638
1640{
1642 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1643 * for giving a copy of the header to application.
1644 */
1649
1651
1652void OpcUa_ReferenceNode_Clear(void* pValue);
1653
1654#endif
1655
1656#ifndef OPCUA_EXCLUDE_Node
1657/*============================================================================
1658 * The Node structure.
1659 *===========================================================================*/
1661
1683
1684void OpcUa_Node_Initialize(void* pValue);
1685
1686void OpcUa_Node_Clear(void* pValue);
1687
1688#endif
1689
1690#ifndef OPCUA_EXCLUDE_InstanceNode
1691/*============================================================================
1692 * The InstanceNode structure.
1693 *===========================================================================*/
1695
1717
1719
1720void OpcUa_InstanceNode_Clear(void* pValue);
1721
1722#endif
1723
1724#ifndef OPCUA_EXCLUDE_TypeNode
1725/*============================================================================
1726 * The TypeNode structure.
1727 *===========================================================================*/
1729
1751
1752void OpcUa_TypeNode_Initialize(void* pValue);
1753
1754void OpcUa_TypeNode_Clear(void* pValue);
1755
1756#endif
1757
1758#ifndef OPCUA_EXCLUDE_ObjectNode
1759/*============================================================================
1760 * The ObjectNode structure.
1761 *===========================================================================*/
1763
1786
1788
1789void OpcUa_ObjectNode_Clear(void* pValue);
1790
1791#endif
1792
1793#ifndef OPCUA_EXCLUDE_ObjectTypeNode
1794/*============================================================================
1795 * The ObjectTypeNode structure.
1796 *===========================================================================*/
1798
1821
1823
1825
1826#endif
1827
1828#ifndef OPCUA_EXCLUDE_VariableNode
1829/*============================================================================
1830 * The VariableNode structure.
1831 *===========================================================================*/
1833
1865
1867
1868void OpcUa_VariableNode_Clear(void* pValue);
1869
1870#endif
1871
1872#ifndef OPCUA_EXCLUDE_VariableTypeNode
1873/*============================================================================
1874 * The VariableTypeNode structure.
1875 *===========================================================================*/
1877
1905
1907
1909
1910#endif
1911
1912#ifndef OPCUA_EXCLUDE_ReferenceTypeNode
1913/*============================================================================
1914 * The ReferenceTypeNode structure.
1915 *===========================================================================*/
1917
1942
1944
1946
1947#endif
1948
1949#ifndef OPCUA_EXCLUDE_MethodNode
1950/*============================================================================
1951 * The MethodNode structure.
1952 *===========================================================================*/
1954
1978
1980
1981void OpcUa_MethodNode_Clear(void* pValue);
1982
1983#endif
1984
1985#ifndef OPCUA_EXCLUDE_ViewNode
1986/*============================================================================
1987 * The ViewNode structure.
1988 *===========================================================================*/
1990
2014
2015void OpcUa_ViewNode_Initialize(void* pValue);
2016
2017void OpcUa_ViewNode_Clear(void* pValue);
2018
2019#endif
2020
2021#ifndef OPCUA_EXCLUDE_DataTypeNode
2022/*============================================================================
2023 * The DataTypeNode structure.
2024 *===========================================================================*/
2026
2050
2052
2053void OpcUa_DataTypeNode_Clear(void* pValue);
2054
2055#endif
2056
2057#ifndef OPCUA_EXCLUDE_Argument
2058/*============================================================================
2059 * The Argument structure.
2060 *===========================================================================*/
2062
2063typedef struct _OpcUa_Argument
2064{
2066 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2067 * for giving a copy of the header to application.
2068 */
2071 int32_t ValueRank;
2076
2077void OpcUa_Argument_Initialize(void* pValue);
2078
2079void OpcUa_Argument_Clear(void* pValue);
2080
2081#endif
2082
2083#ifndef OPCUA_EXCLUDE_EnumValueType
2084/*============================================================================
2085 * The EnumValueType structure.
2086 *===========================================================================*/
2088
2090{
2092 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2093 * for giving a copy of the header to application.
2094 */
2095 int64_t Value;
2099
2101
2102void OpcUa_EnumValueType_Clear(void* pValue);
2103
2104#endif
2105
2106#ifndef OPCUA_EXCLUDE_OptionSet
2107/*============================================================================
2108 * The OptionSet structure.
2109 *===========================================================================*/
2111
2112typedef struct _OpcUa_OptionSet
2113{
2115 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2116 * for giving a copy of the header to application.
2117 */
2121
2123
2124void OpcUa_OptionSet_Clear(void* pValue);
2125
2126#endif
2127
2128#ifndef OPCUA_EXCLUDE_TimeZoneDataType
2129/*============================================================================
2130 * The TimeZoneDataType structure.
2131 *===========================================================================*/
2133
2135{
2137 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2138 * for giving a copy of the header to application.
2139 */
2140 int16_t Offset;
2143
2145
2147
2148#endif
2149
2150#ifndef OPCUA_EXCLUDE_RequestHeader
2151/*============================================================================
2152 * The RequestHeader structure.
2153 *===========================================================================*/
2155
2157{
2159 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2160 * for giving a copy of the header to application.
2161 */
2167 uint32_t TimeoutHint;
2170
2172
2173void OpcUa_RequestHeader_Clear(void* pValue);
2174
2175#endif
2176
2177#ifndef OPCUA_EXCLUDE_ResponseHeader
2178/*============================================================================
2179 * The ResponseHeader structure.
2180 *===========================================================================*/
2182
2184{
2186 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2187 * for giving a copy of the header to application.
2188 */
2197
2199
2201
2202#endif
2203
2204#ifndef OPCUA_EXCLUDE_ServiceFault
2205/*============================================================================
2206 * The ServiceFault structure.
2207 *===========================================================================*/
2209
2211{
2213 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2214 * for giving a copy of the header to application.
2215 */
2218
2220
2221void OpcUa_ServiceFault_Clear(void* pValue);
2222
2223#endif
2224
2225#ifndef OPCUA_EXCLUDE_SessionlessInvokeRequestType
2226/*============================================================================
2227 * The SessionlessInvokeRequestType structure.
2228 *===========================================================================*/
2230
2232{
2234 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2235 * for giving a copy of the header to application.
2236 */
2237 uint32_t UrisVersion;
2244 uint32_t ServiceId;
2246
2248
2250
2251#endif
2252
2253#ifndef OPCUA_EXCLUDE_SessionlessInvokeResponseType
2254/*============================================================================
2255 * The SessionlessInvokeResponseType structure.
2256 *===========================================================================*/
2258
2260{
2262 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2263 * for giving a copy of the header to application.
2264 */
2269 uint32_t ServiceId;
2271
2273
2275
2276#endif
2277
2278#ifndef OPCUA_EXCLUDE_FindServers
2279#ifndef OPCUA_EXCLUDE_FindServersRequest
2280/*============================================================================
2281 * The FindServersRequest structure.
2282 *===========================================================================*/
2284
2286{
2288 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2289 * for giving a copy of the header to application.
2290 */
2297
2299
2301
2302#endif
2303
2304#ifndef OPCUA_EXCLUDE_FindServersResponse
2305/*============================================================================
2306 * The FindServersResponse structure.
2307 *===========================================================================*/
2309
2311{
2313 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2314 * for giving a copy of the header to application.
2315 */
2320
2322
2324
2325#endif
2326#endif
2327
2328#ifndef OPCUA_EXCLUDE_ServerOnNetwork
2329/*============================================================================
2330 * The ServerOnNetwork structure.
2331 *===========================================================================*/
2333
2335{
2337 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2338 * for giving a copy of the header to application.
2339 */
2340 uint32_t RecordId;
2346
2348
2350
2351#endif
2352
2353#ifndef OPCUA_EXCLUDE_FindServersOnNetwork
2354#ifndef OPCUA_EXCLUDE_FindServersOnNetworkRequest
2355/*============================================================================
2356 * The FindServersOnNetworkRequest structure.
2357 *===========================================================================*/
2359
2361{
2363 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2364 * for giving a copy of the header to application.
2365 */
2371
2373
2375
2376#endif
2377
2378#ifndef OPCUA_EXCLUDE_FindServersOnNetworkResponse
2379/*============================================================================
2380 * The FindServersOnNetworkResponse structure.
2381 *===========================================================================*/
2383
2385{
2387 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2388 * for giving a copy of the header to application.
2389 */
2395
2397
2399
2400#endif
2401#endif
2402
2403#ifndef OPCUA_EXCLUDE_GetEndpoints
2404#ifndef OPCUA_EXCLUDE_GetEndpointsRequest
2405/*============================================================================
2406 * The GetEndpointsRequest structure.
2407 *===========================================================================*/
2409
2411{
2413 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2414 * for giving a copy of the header to application.
2415 */
2422
2424
2426
2427#endif
2428
2429#ifndef OPCUA_EXCLUDE_GetEndpointsResponse
2430/*============================================================================
2431 * The GetEndpointsResponse structure.
2432 *===========================================================================*/
2434
2436{
2438 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2439 * for giving a copy of the header to application.
2440 */
2445
2447
2449
2450#endif
2451#endif
2452
2453#ifndef OPCUA_EXCLUDE_RegisteredServer
2454/*============================================================================
2455 * The RegisteredServer structure.
2456 *===========================================================================*/
2458
2476
2478
2480
2481#endif
2482
2483#ifndef OPCUA_EXCLUDE_RegisterServer
2484#ifndef OPCUA_EXCLUDE_RegisterServerRequest
2485/*============================================================================
2486 * The RegisterServerRequest structure.
2487 *===========================================================================*/
2489
2491{
2493 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2494 * for giving a copy of the header to application.
2495 */
2498
2500
2502
2503#endif
2504
2505#ifndef OPCUA_EXCLUDE_RegisterServerResponse
2506/*============================================================================
2507 * The RegisterServerResponse structure.
2508 *===========================================================================*/
2510
2512{
2514 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2515 * for giving a copy of the header to application.
2516 */
2519
2521
2523
2524#endif
2525#endif
2526
2527#ifndef OPCUA_EXCLUDE_MdnsDiscoveryConfiguration
2528/*============================================================================
2529 * The MdnsDiscoveryConfiguration structure.
2530 *===========================================================================*/
2532
2534{
2536 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2537 * for giving a copy of the header to application.
2538 */
2543
2545
2547
2548#endif
2549
2550#ifndef OPCUA_EXCLUDE_RegisterServer2
2551#ifndef OPCUA_EXCLUDE_RegisterServer2Request
2552/*============================================================================
2553 * The RegisterServer2Request structure.
2554 *===========================================================================*/
2556
2558{
2560 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2561 * for giving a copy of the header to application.
2562 */
2567
2569
2571
2572#endif
2573
2574#ifndef OPCUA_EXCLUDE_RegisterServer2Response
2575/*============================================================================
2576 * The RegisterServer2Response structure.
2577 *===========================================================================*/
2579
2581{
2583 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2584 * for giving a copy of the header to application.
2585 */
2592
2594
2596
2597#endif
2598#endif
2599
2600#ifndef OPCUA_EXCLUDE_ChannelSecurityToken
2601/*============================================================================
2602 * The ChannelSecurityToken structure.
2603 *===========================================================================*/
2605
2607{
2609 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2610 * for giving a copy of the header to application.
2611 */
2612 uint32_t ChannelId;
2613 uint32_t TokenId;
2617
2619
2621
2622#endif
2623
2624#ifndef OPCUA_EXCLUDE_OpenSecureChannel
2625#ifndef OPCUA_EXCLUDE_OpenSecureChannelRequest
2626/*============================================================================
2627 * The OpenSecureChannelRequest structure.
2628 *===========================================================================*/
2630
2632{
2634 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2635 * for giving a copy of the header to application.
2636 */
2643
2645
2647
2648#endif
2649
2650#ifndef OPCUA_EXCLUDE_OpenSecureChannelResponse
2651/*============================================================================
2652 * The OpenSecureChannelResponse structure.
2653 *===========================================================================*/
2655
2657{
2659 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2660 * for giving a copy of the header to application.
2661 */
2667
2669
2671
2672#endif
2673#endif
2674
2675#ifndef OPCUA_EXCLUDE_CloseSecureChannel
2676#ifndef OPCUA_EXCLUDE_CloseSecureChannelRequest
2677/*============================================================================
2678 * The CloseSecureChannelRequest structure.
2679 *===========================================================================*/
2681
2683{
2685 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2686 * for giving a copy of the header to application.
2687 */
2689
2691
2693
2694#endif
2695
2696#ifndef OPCUA_EXCLUDE_CloseSecureChannelResponse
2697/*============================================================================
2698 * The CloseSecureChannelResponse structure.
2699 *===========================================================================*/
2701
2703{
2705 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2706 * for giving a copy of the header to application.
2707 */
2710
2712
2714
2715#endif
2716#endif
2717
2718#ifndef OPCUA_EXCLUDE_SignedSoftwareCertificate
2719/*============================================================================
2720 * The SignedSoftwareCertificate structure.
2721 *===========================================================================*/
2723
2725{
2727 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2728 * for giving a copy of the header to application.
2729 */
2733
2735
2737
2738#endif
2739
2740#ifndef OPCUA_EXCLUDE_SignatureData
2741/*============================================================================
2742 * The SignatureData structure.
2743 *===========================================================================*/
2745
2747{
2749 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2750 * for giving a copy of the header to application.
2751 */
2755
2757
2758void OpcUa_SignatureData_Clear(void* pValue);
2759
2760#endif
2761
2762#ifndef OPCUA_EXCLUDE_CreateSession
2763#ifndef OPCUA_EXCLUDE_CreateSessionRequest
2764/*============================================================================
2765 * The CreateSessionRequest structure.
2766 *===========================================================================*/
2768
2784
2786
2788
2789#endif
2790
2791#ifndef OPCUA_EXCLUDE_CreateSessionResponse
2792/*============================================================================
2793 * The CreateSessionResponse structure.
2794 *===========================================================================*/
2796
2816
2818
2820
2821#endif
2822#endif
2823
2824#ifndef OPCUA_EXCLUDE_UserIdentityToken
2825/*============================================================================
2826 * The UserIdentityToken structure.
2827 *===========================================================================*/
2829
2831{
2833 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2834 * for giving a copy of the header to application.
2835 */
2838
2840
2842
2843#endif
2844
2845#ifndef OPCUA_EXCLUDE_AnonymousIdentityToken
2846/*============================================================================
2847 * The AnonymousIdentityToken structure.
2848 *===========================================================================*/
2850
2852{
2854 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2855 * for giving a copy of the header to application.
2856 */
2859
2861
2863
2864#endif
2865
2866#ifndef OPCUA_EXCLUDE_UserNameIdentityToken
2867/*============================================================================
2868 * The UserNameIdentityToken structure.
2869 *===========================================================================*/
2871
2873{
2875 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2876 * for giving a copy of the header to application.
2877 */
2883
2885
2887
2888#endif
2889
2890#ifndef OPCUA_EXCLUDE_X509IdentityToken
2891/*============================================================================
2892 * The X509IdentityToken structure.
2893 *===========================================================================*/
2895
2897{
2899 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2900 * for giving a copy of the header to application.
2901 */
2905
2907
2909
2910#endif
2911
2912#ifndef OPCUA_EXCLUDE_IssuedIdentityToken
2913/*============================================================================
2914 * The IssuedIdentityToken structure.
2915 *===========================================================================*/
2917
2919{
2921 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2922 * for giving a copy of the header to application.
2923 */
2928
2930
2932
2933#endif
2934
2935#ifndef OPCUA_EXCLUDE_ActivateSession
2936#ifndef OPCUA_EXCLUDE_ActivateSessionRequest
2937/*============================================================================
2938 * The ActivateSessionRequest structure.
2939 *===========================================================================*/
2941
2956
2958
2960
2961#endif
2962
2963#ifndef OPCUA_EXCLUDE_ActivateSessionResponse
2964/*============================================================================
2965 * The ActivateSessionResponse structure.
2966 *===========================================================================*/
2968
2970{
2972 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2973 * for giving a copy of the header to application.
2974 */
2982
2984
2986
2987#endif
2988#endif
2989
2990#ifndef OPCUA_EXCLUDE_CloseSession
2991#ifndef OPCUA_EXCLUDE_CloseSessionRequest
2992/*============================================================================
2993 * The CloseSessionRequest structure.
2994 *===========================================================================*/
2996
2998{
3000 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3001 * for giving a copy of the header to application.
3002 */
3005
3007
3009
3010#endif
3011
3012#ifndef OPCUA_EXCLUDE_CloseSessionResponse
3013/*============================================================================
3014 * The CloseSessionResponse structure.
3015 *===========================================================================*/
3017
3019{
3021 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3022 * for giving a copy of the header to application.
3023 */
3026
3028
3030
3031#endif
3032#endif
3033
3034#ifndef OPCUA_EXCLUDE_Cancel
3035#ifndef OPCUA_EXCLUDE_CancelRequest
3036/*============================================================================
3037 * The CancelRequest structure.
3038 *===========================================================================*/
3040
3042{
3044 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3045 * for giving a copy of the header to application.
3046 */
3049
3051
3052void OpcUa_CancelRequest_Clear(void* pValue);
3053
3054#endif
3055
3056#ifndef OPCUA_EXCLUDE_CancelResponse
3057/*============================================================================
3058 * The CancelResponse structure.
3059 *===========================================================================*/
3061
3063{
3065 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3066 * for giving a copy of the header to application.
3067 */
3069 uint32_t CancelCount;
3071
3073
3075
3076#endif
3077#endif
3078
3079#ifndef OPCUA_EXCLUDE_NodeAttributes
3080/*============================================================================
3081 * The NodeAttributes structure.
3082 *===========================================================================*/
3084
3086{
3088 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3089 * for giving a copy of the header to application.
3090 */
3094 uint32_t WriteMask;
3097
3099
3101
3102#endif
3103
3104#ifndef OPCUA_EXCLUDE_ObjectAttributes
3105/*============================================================================
3106 * The ObjectAttributes structure.
3107 *===========================================================================*/
3109
3111{
3113 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3114 * for giving a copy of the header to application.
3115 */
3119 uint32_t WriteMask;
3123
3125
3127
3128#endif
3129
3130#ifndef OPCUA_EXCLUDE_VariableAttributes
3131/*============================================================================
3132 * The VariableAttributes structure.
3133 *===========================================================================*/
3135
3157
3159
3161
3162#endif
3163
3164#ifndef OPCUA_EXCLUDE_MethodAttributes
3165/*============================================================================
3166 * The MethodAttributes structure.
3167 *===========================================================================*/
3169
3171{
3173 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3174 * for giving a copy of the header to application.
3175 */
3179 uint32_t WriteMask;
3184
3186
3188
3189#endif
3190
3191#ifndef OPCUA_EXCLUDE_ObjectTypeAttributes
3192/*============================================================================
3193 * The ObjectTypeAttributes structure.
3194 *===========================================================================*/
3196
3198{
3200 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3201 * for giving a copy of the header to application.
3202 */
3206 uint32_t WriteMask;
3210
3212
3214
3215#endif
3216
3217#ifndef OPCUA_EXCLUDE_VariableTypeAttributes
3218/*============================================================================
3219 * The VariableTypeAttributes structure.
3220 *===========================================================================*/
3222
3224{
3226 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3227 * for giving a copy of the header to application.
3228 */
3232 uint32_t WriteMask;
3236 int32_t ValueRank;
3241
3243
3245
3246#endif
3247
3248#ifndef OPCUA_EXCLUDE_ReferenceTypeAttributes
3249/*============================================================================
3250 * The ReferenceTypeAttributes structure.
3251 *===========================================================================*/
3253
3255{
3257 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3258 * for giving a copy of the header to application.
3259 */
3263 uint32_t WriteMask;
3269
3271
3273
3274#endif
3275
3276#ifndef OPCUA_EXCLUDE_DataTypeAttributes
3277/*============================================================================
3278 * The DataTypeAttributes structure.
3279 *===========================================================================*/
3281
3283{
3285 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3286 * for giving a copy of the header to application.
3287 */
3291 uint32_t WriteMask;
3295
3297
3299
3300#endif
3301
3302#ifndef OPCUA_EXCLUDE_ViewAttributes
3303/*============================================================================
3304 * The ViewAttributes structure.
3305 *===========================================================================*/
3307
3309{
3311 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3312 * for giving a copy of the header to application.
3313 */
3317 uint32_t WriteMask;
3322
3324
3326
3327#endif
3328
3329#ifndef OPCUA_EXCLUDE_GenericAttributeValue
3330/*============================================================================
3331 * The GenericAttributeValue structure.
3332 *===========================================================================*/
3334
3336{
3338 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3339 * for giving a copy of the header to application.
3340 */
3341 uint32_t AttributeId;
3344
3346
3348
3349#endif
3350
3351#ifndef OPCUA_EXCLUDE_GenericAttributes
3352/*============================================================================
3353 * The GenericAttributes structure.
3354 *===========================================================================*/
3356
3358{
3360 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3361 * for giving a copy of the header to application.
3362 */
3366 uint32_t WriteMask;
3371
3373
3375
3376#endif
3377
3378#ifndef OPCUA_EXCLUDE_AddNodesItem
3379/*============================================================================
3380 * The AddNodesItem structure.
3381 *===========================================================================*/
3383
3398
3400
3401void OpcUa_AddNodesItem_Clear(void* pValue);
3402
3403#endif
3404
3405#ifndef OPCUA_EXCLUDE_AddNodesResult
3406/*============================================================================
3407 * The AddNodesResult structure.
3408 *===========================================================================*/
3410
3412{
3414 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3415 * for giving a copy of the header to application.
3416 */
3420
3422
3424
3425#endif
3426
3427#ifndef OPCUA_EXCLUDE_AddNodes
3428#ifndef OPCUA_EXCLUDE_AddNodesRequest
3429/*============================================================================
3430 * The AddNodesRequest structure.
3431 *===========================================================================*/
3433
3435{
3437 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3438 * for giving a copy of the header to application.
3439 */
3443
3445
3447
3448#endif
3449
3450#ifndef OPCUA_EXCLUDE_AddNodesResponse
3451/*============================================================================
3452 * The AddNodesResponse structure.
3453 *===========================================================================*/
3455
3457{
3459 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3460 * for giving a copy of the header to application.
3461 */
3468
3470
3472
3473#endif
3474#endif
3475
3476#ifndef OPCUA_EXCLUDE_AddReferencesItem
3477/*============================================================================
3478 * The AddReferencesItem structure.
3479 *===========================================================================*/
3481
3495
3497
3499
3500#endif
3501
3502#ifndef OPCUA_EXCLUDE_AddReferences
3503#ifndef OPCUA_EXCLUDE_AddReferencesRequest
3504/*============================================================================
3505 * The AddReferencesRequest structure.
3506 *===========================================================================*/
3508
3510{
3512 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3513 * for giving a copy of the header to application.
3514 */
3518
3520
3522
3523#endif
3524
3525#ifndef OPCUA_EXCLUDE_AddReferencesResponse
3526/*============================================================================
3527 * The AddReferencesResponse structure.
3528 *===========================================================================*/
3530
3532{
3534 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3535 * for giving a copy of the header to application.
3536 */
3543
3545
3547
3548#endif
3549#endif
3550
3551#ifndef OPCUA_EXCLUDE_DeleteNodesItem
3552/*============================================================================
3553 * The DeleteNodesItem structure.
3554 *===========================================================================*/
3556
3558{
3560 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3561 * for giving a copy of the header to application.
3562 */
3566
3568
3570
3571#endif
3572
3573#ifndef OPCUA_EXCLUDE_DeleteNodes
3574#ifndef OPCUA_EXCLUDE_DeleteNodesRequest
3575/*============================================================================
3576 * The DeleteNodesRequest structure.
3577 *===========================================================================*/
3579
3581{
3583 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3584 * for giving a copy of the header to application.
3585 */
3589
3591
3593
3594#endif
3595
3596#ifndef OPCUA_EXCLUDE_DeleteNodesResponse
3597/*============================================================================
3598 * The DeleteNodesResponse structure.
3599 *===========================================================================*/
3601
3603{
3605 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3606 * for giving a copy of the header to application.
3607 */
3614
3616
3618
3619#endif
3620#endif
3621
3622#ifndef OPCUA_EXCLUDE_DeleteReferencesItem
3623/*============================================================================
3624 * The DeleteReferencesItem structure.
3625 *===========================================================================*/
3627
3629{
3631 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3632 * for giving a copy of the header to application.
3633 */
3640
3642
3644
3645#endif
3646
3647#ifndef OPCUA_EXCLUDE_DeleteReferences
3648#ifndef OPCUA_EXCLUDE_DeleteReferencesRequest
3649/*============================================================================
3650 * The DeleteReferencesRequest structure.
3651 *===========================================================================*/
3653
3655{
3657 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3658 * for giving a copy of the header to application.
3659 */
3663
3665
3667
3668#endif
3669
3670#ifndef OPCUA_EXCLUDE_DeleteReferencesResponse
3671/*============================================================================
3672 * The DeleteReferencesResponse structure.
3673 *===========================================================================*/
3675
3677{
3679 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3680 * for giving a copy of the header to application.
3681 */
3688
3690
3692
3693#endif
3694#endif
3695
3696#ifndef OPCUA_EXCLUDE_ViewDescription
3697/*============================================================================
3698 * The ViewDescription structure.
3699 *===========================================================================*/
3701
3703{
3705 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3706 * for giving a copy of the header to application.
3707 */
3710 uint32_t ViewVersion;
3712
3714
3716
3717#endif
3718
3719#ifndef OPCUA_EXCLUDE_BrowseDescription
3720/*============================================================================
3721 * The BrowseDescription structure.
3722 *===========================================================================*/
3724
3726{
3728 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3729 * for giving a copy of the header to application.
3730 */
3736 uint32_t ResultMask;
3738
3740
3742
3743#endif
3744
3745#ifndef OPCUA_EXCLUDE_ReferenceDescription
3746/*============================================================================
3747 * The ReferenceDescription structure.
3748 *===========================================================================*/
3750
3765
3767
3769
3770#endif
3771
3772#ifndef OPCUA_EXCLUDE_BrowseResult
3773/*============================================================================
3774 * The BrowseResult structure.
3775 *===========================================================================*/
3777
3779{
3781 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3782 * for giving a copy of the header to application.
3783 */
3789
3791
3792void OpcUa_BrowseResult_Clear(void* pValue);
3793
3794#endif
3795
3796#ifndef OPCUA_EXCLUDE_Browse
3797#ifndef OPCUA_EXCLUDE_BrowseRequest
3798/*============================================================================
3799 * The BrowseRequest structure.
3800 *===========================================================================*/
3802
3804{
3806 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3807 * for giving a copy of the header to application.
3808 */
3814
3816
3817void OpcUa_BrowseRequest_Clear(void* pValue);
3818
3819#endif
3820
3821#ifndef OPCUA_EXCLUDE_BrowseResponse
3822/*============================================================================
3823 * The BrowseResponse structure.
3824 *===========================================================================*/
3826
3828{
3830 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3831 * for giving a copy of the header to application.
3832 */
3839
3841
3843
3844#endif
3845#endif
3846
3847#ifndef OPCUA_EXCLUDE_BrowseNext
3848#ifndef OPCUA_EXCLUDE_BrowseNextRequest
3849/*============================================================================
3850 * The BrowseNextRequest structure.
3851 *===========================================================================*/
3853
3855{
3857 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3858 * for giving a copy of the header to application.
3859 */
3864
3866
3868
3869#endif
3870
3871#ifndef OPCUA_EXCLUDE_BrowseNextResponse
3872/*============================================================================
3873 * The BrowseNextResponse structure.
3874 *===========================================================================*/
3876
3878{
3880 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3881 * for giving a copy of the header to application.
3882 */
3889
3891
3893
3894#endif
3895#endif
3896
3897#ifndef OPCUA_EXCLUDE_RelativePathElement
3898/*============================================================================
3899 * The RelativePathElement structure.
3900 *===========================================================================*/
3902
3904{
3906 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3907 * for giving a copy of the header to application.
3908 */
3914
3916
3918
3919#endif
3920
3921#ifndef OPCUA_EXCLUDE_RelativePath
3922/*============================================================================
3923 * The RelativePath structure.
3924 *===========================================================================*/
3926
3928{
3930 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3931 * for giving a copy of the header to application.
3932 */
3936
3938
3939void OpcUa_RelativePath_Clear(void* pValue);
3940
3941#endif
3942
3943#ifndef OPCUA_EXCLUDE_BrowsePath
3944/*============================================================================
3945 * The BrowsePath structure.
3946 *===========================================================================*/
3948
3949typedef struct _OpcUa_BrowsePath
3950{
3952 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3953 * for giving a copy of the header to application.
3954 */
3958
3960
3961void OpcUa_BrowsePath_Clear(void* pValue);
3962
3963#endif
3964
3965#ifndef OPCUA_EXCLUDE_BrowsePathTarget
3966/*============================================================================
3967 * The BrowsePathTarget structure.
3968 *===========================================================================*/
3970
3972{
3974 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3975 * for giving a copy of the header to application.
3976 */
3980
3982
3984
3985#endif
3986
3987#ifndef OPCUA_EXCLUDE_BrowsePathResult
3988/*============================================================================
3989 * The BrowsePathResult structure.
3990 *===========================================================================*/
3992
3994{
3996 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3997 * for giving a copy of the header to application.
3998 */
4003
4005
4007
4008#endif
4009
4010#ifndef OPCUA_EXCLUDE_TranslateBrowsePathsToNodeIds
4011#ifndef OPCUA_EXCLUDE_TranslateBrowsePathsToNodeIdsRequest
4012/*============================================================================
4013 * The TranslateBrowsePathsToNodeIdsRequest structure.
4014 *===========================================================================*/
4016
4018{
4020 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4021 * for giving a copy of the header to application.
4022 */
4026
4028
4030
4031#endif
4032
4033#ifndef OPCUA_EXCLUDE_TranslateBrowsePathsToNodeIdsResponse
4034/*============================================================================
4035 * The TranslateBrowsePathsToNodeIdsResponse structure.
4036 *===========================================================================*/
4038
4040{
4042 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4043 * for giving a copy of the header to application.
4044 */
4051
4053
4055
4056#endif
4057#endif
4058
4059#ifndef OPCUA_EXCLUDE_RegisterNodes
4060#ifndef OPCUA_EXCLUDE_RegisterNodesRequest
4061/*============================================================================
4062 * The RegisterNodesRequest structure.
4063 *===========================================================================*/
4065
4067{
4069 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4070 * for giving a copy of the header to application.
4071 */
4075
4077
4079
4080#endif
4081
4082#ifndef OPCUA_EXCLUDE_RegisterNodesResponse
4083/*============================================================================
4084 * The RegisterNodesResponse structure.
4085 *===========================================================================*/
4087
4089{
4091 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4092 * for giving a copy of the header to application.
4093 */
4098
4100
4102
4103#endif
4104#endif
4105
4106#ifndef OPCUA_EXCLUDE_UnregisterNodes
4107#ifndef OPCUA_EXCLUDE_UnregisterNodesRequest
4108/*============================================================================
4109 * The UnregisterNodesRequest structure.
4110 *===========================================================================*/
4112
4114{
4116 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4117 * for giving a copy of the header to application.
4118 */
4122
4124
4126
4127#endif
4128
4129#ifndef OPCUA_EXCLUDE_UnregisterNodesResponse
4130/*============================================================================
4131 * The UnregisterNodesResponse structure.
4132 *===========================================================================*/
4134
4136{
4138 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4139 * for giving a copy of the header to application.
4140 */
4143
4145
4147
4148#endif
4149#endif
4150
4151#ifndef OPCUA_EXCLUDE_EndpointConfiguration
4152/*============================================================================
4153 * The EndpointConfiguration structure.
4154 *===========================================================================*/
4156
4158{
4160 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4161 * for giving a copy of the header to application.
4162 */
4173
4175
4177
4178#endif
4179
4180#ifndef OPCUA_EXCLUDE_QueryDataDescription
4181/*============================================================================
4182 * The QueryDataDescription structure.
4183 *===========================================================================*/
4185
4187{
4189 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4190 * for giving a copy of the header to application.
4191 */
4193 uint32_t AttributeId;
4196
4198
4200
4201#endif
4202
4203#ifndef OPCUA_EXCLUDE_NodeTypeDescription
4204/*============================================================================
4205 * The NodeTypeDescription structure.
4206 *===========================================================================*/
4208
4210{
4212 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4213 * for giving a copy of the header to application.
4214 */
4220
4222
4224
4225#endif
4226
4227#ifndef OPCUA_EXCLUDE_QueryDataSet
4228/*============================================================================
4229 * The QueryDataSet structure.
4230 *===========================================================================*/
4232
4234{
4236 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4237 * for giving a copy of the header to application.
4238 */
4241 int32_t NoOfValues;
4244
4246
4247void OpcUa_QueryDataSet_Clear(void* pValue);
4248
4249#endif
4250
4251#ifndef OPCUA_EXCLUDE_NodeReference
4252/*============================================================================
4253 * The NodeReference structure.
4254 *===========================================================================*/
4256
4258{
4260 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4261 * for giving a copy of the header to application.
4262 */
4269
4271
4272void OpcUa_NodeReference_Clear(void* pValue);
4273
4274#endif
4275
4276#ifndef OPCUA_EXCLUDE_ElementOperand
4277/*============================================================================
4278 * The ElementOperand structure.
4279 *===========================================================================*/
4281
4283{
4285 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4286 * for giving a copy of the header to application.
4287 */
4288 uint32_t Index;
4290
4292
4294
4295#endif
4296
4297#ifndef OPCUA_EXCLUDE_LiteralOperand
4298/*============================================================================
4299 * The LiteralOperand structure.
4300 *===========================================================================*/
4302
4304{
4306 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4307 * for giving a copy of the header to application.
4308 */
4311
4313
4315
4316#endif
4317
4318#ifndef OPCUA_EXCLUDE_AttributeOperand
4319/*============================================================================
4320 * The AttributeOperand structure.
4321 *===========================================================================*/
4323
4325{
4327 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4328 * for giving a copy of the header to application.
4329 */
4333 uint32_t AttributeId;
4336
4338
4340
4341#endif
4342
4343#ifndef OPCUA_EXCLUDE_ContentFilterElementResult
4344/*============================================================================
4345 * The ContentFilterElementResult structure.
4346 *===========================================================================*/
4348
4350{
4352 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4353 * for giving a copy of the header to application.
4354 */
4361
4363
4365
4366#endif
4367
4368#ifndef OPCUA_EXCLUDE_ContentFilterResult
4369/*============================================================================
4370 * The ContentFilterResult structure.
4371 *===========================================================================*/
4373
4375{
4377 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4378 * for giving a copy of the header to application.
4379 */
4385
4387
4389
4390#endif
4391
4392#ifndef OPCUA_EXCLUDE_ParsingResult
4393/*============================================================================
4394 * The ParsingResult structure.
4395 *===========================================================================*/
4397
4399{
4401 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4402 * for giving a copy of the header to application.
4403 */
4410
4412
4413void OpcUa_ParsingResult_Clear(void* pValue);
4414
4415#endif
4416
4417#ifndef OPCUA_EXCLUDE_QueryFirst
4418#ifndef OPCUA_EXCLUDE_QueryFirstRequest
4419/*============================================================================
4420 * The QueryFirstRequest structure.
4421 *===========================================================================*/
4423
4425{
4427 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4428 * for giving a copy of the header to application.
4429 */
4437
4439
4441
4442#endif
4443
4444#ifndef OPCUA_EXCLUDE_QueryFirstResponse
4445/*============================================================================
4446 * The QueryFirstResponse structure.
4447 *===========================================================================*/
4449
4466
4468
4470
4471#endif
4472#endif
4473
4474#ifndef OPCUA_EXCLUDE_QueryNext
4475#ifndef OPCUA_EXCLUDE_QueryNextRequest
4476/*============================================================================
4477 * The QueryNextRequest structure.
4478 *===========================================================================*/
4480
4482{
4484 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4485 * for giving a copy of the header to application.
4486 */
4490
4492
4494
4495#endif
4496
4497#ifndef OPCUA_EXCLUDE_QueryNextResponse
4498/*============================================================================
4499 * The QueryNextResponse structure.
4500 *===========================================================================*/
4502
4504{
4506 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4507 * for giving a copy of the header to application.
4508 */
4514
4516
4518
4519#endif
4520#endif
4521
4522#ifndef OPCUA_EXCLUDE_ReadValueId
4523/*============================================================================
4524 * The ReadValueId structure.
4525 *===========================================================================*/
4527
4529{
4531 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4532 * for giving a copy of the header to application.
4533 */
4535 uint32_t AttributeId;
4539
4541
4542void OpcUa_ReadValueId_Clear(void* pValue);
4543
4544#endif
4545
4546#ifndef OPCUA_EXCLUDE_Read
4547#ifndef OPCUA_EXCLUDE_ReadRequest
4548/*============================================================================
4549 * The ReadRequest structure.
4550 *===========================================================================*/
4552
4554{
4556 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4557 * for giving a copy of the header to application.
4558 */
4559 double MaxAge;
4564
4566
4567void OpcUa_ReadRequest_Clear(void* pValue);
4568
4569#endif
4570
4571#ifndef OPCUA_EXCLUDE_ReadResponse
4572/*============================================================================
4573 * The ReadResponse structure.
4574 *===========================================================================*/
4576
4578{
4580 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4581 * for giving a copy of the header to application.
4582 */
4589
4591
4592void OpcUa_ReadResponse_Clear(void* pValue);
4593
4594#endif
4595#endif
4596
4597#ifndef OPCUA_EXCLUDE_HistoryReadValueId
4598/*============================================================================
4599 * The HistoryReadValueId structure.
4600 *===========================================================================*/
4602
4604{
4606 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4607 * for giving a copy of the header to application.
4608 */
4614
4616
4618
4619#endif
4620
4621#ifndef OPCUA_EXCLUDE_HistoryReadResult
4622/*============================================================================
4623 * The HistoryReadResult structure.
4624 *===========================================================================*/
4626
4628{
4630 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4631 * for giving a copy of the header to application.
4632 */
4637
4639
4641
4642#endif
4643
4644#ifndef OPCUA_EXCLUDE_EventFilter
4645/*============================================================================
4646 * The EventFilter structure.
4647 *===========================================================================*/
4649
4651{
4653 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4654 * for giving a copy of the header to application.
4655 */
4660
4662
4663void OpcUa_EventFilter_Clear(void* pValue);
4664
4665#endif
4666
4667#ifndef OPCUA_EXCLUDE_ReadEventDetails
4668/*============================================================================
4669 * The ReadEventDetails structure.
4670 *===========================================================================*/
4672
4674{
4676 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4677 * for giving a copy of the header to application.
4678 */
4684
4686
4688
4689#endif
4690
4691#ifndef OPCUA_EXCLUDE_ReadRawModifiedDetails
4692/*============================================================================
4693 * The ReadRawModifiedDetails structure.
4694 *===========================================================================*/
4696
4698{
4700 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4701 * for giving a copy of the header to application.
4702 */
4709
4711
4713
4714#endif
4715
4716#ifndef OPCUA_EXCLUDE_AggregateConfiguration
4717/*============================================================================
4718 * The AggregateConfiguration structure.
4719 *===========================================================================*/
4721
4734
4736
4738
4739#endif
4740
4741#ifndef OPCUA_EXCLUDE_ReadProcessedDetails
4742/*============================================================================
4743 * The ReadProcessedDetails structure.
4744 *===========================================================================*/
4746
4748{
4750 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4751 * for giving a copy of the header to application.
4752 */
4760
4762
4764
4765#endif
4766
4767#ifndef OPCUA_EXCLUDE_ReadAtTimeDetails
4768/*============================================================================
4769 * The ReadAtTimeDetails structure.
4770 *===========================================================================*/
4772
4774{
4776 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4777 * for giving a copy of the header to application.
4778 */
4783
4785
4787
4788#endif
4789
4790#ifndef OPCUA_EXCLUDE_ReadAnnotationDataDetails
4791/*============================================================================
4792 * The ReadAnnotationDataDetails structure.
4793 *===========================================================================*/
4795
4797{
4799 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4800 * for giving a copy of the header to application.
4801 */
4805
4807
4809
4810#endif
4811
4812#ifndef OPCUA_EXCLUDE_HistoryData
4813/*============================================================================
4814 * The HistoryData structure.
4815 *===========================================================================*/
4817
4819{
4821 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4822 * for giving a copy of the header to application.
4823 */
4827
4829
4830void OpcUa_HistoryData_Clear(void* pValue);
4831
4832#endif
4833
4834#ifndef OPCUA_EXCLUDE_ModificationInfo
4835/*============================================================================
4836 * The ModificationInfo structure.
4837 *===========================================================================*/
4839
4841{
4843 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4844 * for giving a copy of the header to application.
4845 */
4850
4852
4854
4855#endif
4856
4857#ifndef OPCUA_EXCLUDE_HistoryModifiedData
4858/*============================================================================
4859 * The HistoryModifiedData structure.
4860 *===========================================================================*/
4862
4864{
4866 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4867 * for giving a copy of the header to application.
4868 */
4874
4876
4878
4879#endif
4880
4881#ifndef OPCUA_EXCLUDE_HistoryEventFieldList
4882/*============================================================================
4883 * The HistoryEventFieldList structure.
4884 *===========================================================================*/
4886
4888{
4890 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4891 * for giving a copy of the header to application.
4892 */
4896
4898
4900
4901#endif
4902
4903#ifndef OPCUA_EXCLUDE_HistoryEvent
4904/*============================================================================
4905 * The HistoryEvent structure.
4906 *===========================================================================*/
4908
4910{
4912 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4913 * for giving a copy of the header to application.
4914 */
4915 int32_t NoOfEvents;
4918
4920
4921void OpcUa_HistoryEvent_Clear(void* pValue);
4922
4923#endif
4924
4925#ifndef OPCUA_EXCLUDE_HistoryRead
4926#ifndef OPCUA_EXCLUDE_HistoryReadRequest
4927/*============================================================================
4928 * The HistoryReadRequest structure.
4929 *===========================================================================*/
4931
4944
4946
4948
4949#endif
4950
4951#ifndef OPCUA_EXCLUDE_HistoryReadResponse
4952/*============================================================================
4953 * The HistoryReadResponse structure.
4954 *===========================================================================*/
4956
4958{
4960 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4961 * for giving a copy of the header to application.
4962 */
4969
4971
4973
4974#endif
4975#endif
4976
4977#ifndef OPCUA_EXCLUDE_WriteValue
4978/*============================================================================
4979 * The WriteValue structure.
4980 *===========================================================================*/
4982
4983typedef struct _OpcUa_WriteValue
4984{
4986 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4987 * for giving a copy of the header to application.
4988 */
4990 uint32_t AttributeId;
4994
4996
4997void OpcUa_WriteValue_Clear(void* pValue);
4998
4999#endif
5000
5001#ifndef OPCUA_EXCLUDE_Write
5002#ifndef OPCUA_EXCLUDE_WriteRequest
5003/*============================================================================
5004 * The WriteRequest structure.
5005 *===========================================================================*/
5007
5009{
5011 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5012 * for giving a copy of the header to application.
5013 */
5017
5019
5020void OpcUa_WriteRequest_Clear(void* pValue);
5021
5022#endif
5023
5024#ifndef OPCUA_EXCLUDE_WriteResponse
5025/*============================================================================
5026 * The WriteResponse structure.
5027 *===========================================================================*/
5029
5031{
5033 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5034 * for giving a copy of the header to application.
5035 */
5042
5044
5045void OpcUa_WriteResponse_Clear(void* pValue);
5046
5047#endif
5048#endif
5049
5050#ifndef OPCUA_EXCLUDE_HistoryUpdateDetails
5051/*============================================================================
5052 * The HistoryUpdateDetails structure.
5053 *===========================================================================*/
5055
5057{
5059 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5060 * for giving a copy of the header to application.
5061 */
5064
5066
5068
5069#endif
5070
5071#ifndef OPCUA_EXCLUDE_UpdateDataDetails
5072/*============================================================================
5073 * The UpdateDataDetails structure.
5074 *===========================================================================*/
5076
5078{
5080 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5081 * for giving a copy of the header to application.
5082 */
5088
5090
5092
5093#endif
5094
5095#ifndef OPCUA_EXCLUDE_UpdateStructureDataDetails
5096/*============================================================================
5097 * The UpdateStructureDataDetails structure.
5098 *===========================================================================*/
5100
5102{
5104 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5105 * for giving a copy of the header to application.
5106 */
5112
5114
5116
5117#endif
5118
5119#ifndef OPCUA_EXCLUDE_UpdateEventDetails
5120/*============================================================================
5121 * The UpdateEventDetails structure.
5122 *===========================================================================*/
5124
5126{
5128 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5129 * for giving a copy of the header to application.
5130 */
5137
5139
5141
5142#endif
5143
5144#ifndef OPCUA_EXCLUDE_DeleteRawModifiedDetails
5145/*============================================================================
5146 * The DeleteRawModifiedDetails structure.
5147 *===========================================================================*/
5149
5151{
5153 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5154 * for giving a copy of the header to application.
5155 */
5161
5163
5165
5166#endif
5167
5168#ifndef OPCUA_EXCLUDE_DeleteAtTimeDetails
5169/*============================================================================
5170 * The DeleteAtTimeDetails structure.
5171 *===========================================================================*/
5173
5175{
5177 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5178 * for giving a copy of the header to application.
5179 */
5184
5186
5188
5189#endif
5190
5191#ifndef OPCUA_EXCLUDE_DeleteEventDetails
5192/*============================================================================
5193 * The DeleteEventDetails structure.
5194 *===========================================================================*/
5196
5198{
5200 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5201 * for giving a copy of the header to application.
5202 */
5207
5209
5211
5212#endif
5213
5214#ifndef OPCUA_EXCLUDE_HistoryUpdateResult
5215/*============================================================================
5216 * The HistoryUpdateResult structure.
5217 *===========================================================================*/
5219
5221{
5223 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5224 * for giving a copy of the header to application.
5225 */
5232
5234
5236
5237#endif
5238
5239#ifndef OPCUA_EXCLUDE_HistoryUpdate
5240#ifndef OPCUA_EXCLUDE_HistoryUpdateRequest
5241/*============================================================================
5242 * The HistoryUpdateRequest structure.
5243 *===========================================================================*/
5245
5247{
5249 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5250 * for giving a copy of the header to application.
5251 */
5255
5257
5259
5260#endif
5261
5262#ifndef OPCUA_EXCLUDE_HistoryUpdateResponse
5263/*============================================================================
5264 * The HistoryUpdateResponse structure.
5265 *===========================================================================*/
5267
5269{
5271 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5272 * for giving a copy of the header to application.
5273 */
5280
5282
5284
5285#endif
5286#endif
5287
5288#ifndef OPCUA_EXCLUDE_CallMethodRequest
5289/*============================================================================
5290 * The CallMethodRequest structure.
5291 *===========================================================================*/
5293
5295{
5297 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5298 * for giving a copy of the header to application.
5299 */
5305
5307
5309
5310#endif
5311
5312#ifndef OPCUA_EXCLUDE_CallMethodResult
5313/*============================================================================
5314 * The CallMethodResult structure.
5315 *===========================================================================*/
5317
5332
5334
5336
5337#endif
5338
5339#ifndef OPCUA_EXCLUDE_Call
5340#ifndef OPCUA_EXCLUDE_CallRequest
5341/*============================================================================
5342 * The CallRequest structure.
5343 *===========================================================================*/
5345
5347{
5349 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5350 * for giving a copy of the header to application.
5351 */
5355
5357
5358void OpcUa_CallRequest_Clear(void* pValue);
5359
5360#endif
5361
5362#ifndef OPCUA_EXCLUDE_CallResponse
5363/*============================================================================
5364 * The CallResponse structure.
5365 *===========================================================================*/
5367
5369{
5371 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5372 * for giving a copy of the header to application.
5373 */
5380
5382
5383void OpcUa_CallResponse_Clear(void* pValue);
5384
5385#endif
5386#endif
5387
5388#ifndef OPCUA_EXCLUDE_DataChangeFilter
5389/*============================================================================
5390 * The DataChangeFilter structure.
5391 *===========================================================================*/
5393
5395{
5397 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5398 * for giving a copy of the header to application.
5399 */
5404
5406
5408
5409#endif
5410
5411#ifndef OPCUA_EXCLUDE_AggregateFilter
5412/*============================================================================
5413 * The AggregateFilter structure.
5414 *===========================================================================*/
5416
5418{
5420 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5421 * for giving a copy of the header to application.
5422 */
5428
5430
5432
5433#endif
5434
5435#ifndef OPCUA_EXCLUDE_EventFilterResult
5436/*============================================================================
5437 * The EventFilterResult structure.
5438 *===========================================================================*/
5440
5453
5455
5457
5458#endif
5459
5460#ifndef OPCUA_EXCLUDE_AggregateFilterResult
5461/*============================================================================
5462 * The AggregateFilterResult structure.
5463 *===========================================================================*/
5465
5467{
5469 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5470 * for giving a copy of the header to application.
5471 */
5476
5478
5480
5481#endif
5482
5483#ifndef OPCUA_EXCLUDE_MonitoringParameters
5484/*============================================================================
5485 * The MonitoringParameters structure.
5486 *===========================================================================*/
5488
5490{
5492 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5493 * for giving a copy of the header to application.
5494 */
5498 uint32_t QueueSize;
5501
5503
5505
5506#endif
5507
5508#ifndef OPCUA_EXCLUDE_MonitoredItemCreateRequest
5509/*============================================================================
5510 * The MonitoredItemCreateRequest structure.
5511 *===========================================================================*/
5513
5515{
5517 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5518 * for giving a copy of the header to application.
5519 */
5524
5526
5528
5529#endif
5530
5531#ifndef OPCUA_EXCLUDE_MonitoredItemCreateResult
5532/*============================================================================
5533 * The MonitoredItemCreateResult structure.
5534 *===========================================================================*/
5536
5538{
5540 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5541 * for giving a copy of the header to application.
5542 */
5549
5551
5553
5554#endif
5555
5556#ifndef OPCUA_EXCLUDE_CreateMonitoredItems
5557#ifndef OPCUA_EXCLUDE_CreateMonitoredItemsRequest
5558/*============================================================================
5559 * The CreateMonitoredItemsRequest structure.
5560 *===========================================================================*/
5562
5564{
5566 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5567 * for giving a copy of the header to application.
5568 */
5574
5576
5578
5579#endif
5580
5581#ifndef OPCUA_EXCLUDE_CreateMonitoredItemsResponse
5582/*============================================================================
5583 * The CreateMonitoredItemsResponse structure.
5584 *===========================================================================*/
5586
5588{
5590 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5591 * for giving a copy of the header to application.
5592 */
5599
5601
5603
5604#endif
5605#endif
5606
5607#ifndef OPCUA_EXCLUDE_MonitoredItemModifyRequest
5608/*============================================================================
5609 * The MonitoredItemModifyRequest structure.
5610 *===========================================================================*/
5612
5614{
5616 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5617 * for giving a copy of the header to application.
5618 */
5622
5624
5626
5627#endif
5628
5629#ifndef OPCUA_EXCLUDE_MonitoredItemModifyResult
5630/*============================================================================
5631 * The MonitoredItemModifyResult structure.
5632 *===========================================================================*/
5634
5636{
5638 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5639 * for giving a copy of the header to application.
5640 */
5646
5648
5650
5651#endif
5652
5653#ifndef OPCUA_EXCLUDE_ModifyMonitoredItems
5654#ifndef OPCUA_EXCLUDE_ModifyMonitoredItemsRequest
5655/*============================================================================
5656 * The ModifyMonitoredItemsRequest structure.
5657 *===========================================================================*/
5659
5661{
5663 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5664 * for giving a copy of the header to application.
5665 */
5671
5673
5675
5676#endif
5677
5678#ifndef OPCUA_EXCLUDE_ModifyMonitoredItemsResponse
5679/*============================================================================
5680 * The ModifyMonitoredItemsResponse structure.
5681 *===========================================================================*/
5683
5685{
5687 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5688 * for giving a copy of the header to application.
5689 */
5696
5698
5700
5701#endif
5702#endif
5703
5704#ifndef OPCUA_EXCLUDE_SetMonitoringMode
5705#ifndef OPCUA_EXCLUDE_SetMonitoringModeRequest
5706/*============================================================================
5707 * The SetMonitoringModeRequest structure.
5708 *===========================================================================*/
5710
5712{
5714 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5715 * for giving a copy of the header to application.
5716 */
5722
5724
5726
5727#endif
5728
5729#ifndef OPCUA_EXCLUDE_SetMonitoringModeResponse
5730/*============================================================================
5731 * The SetMonitoringModeResponse structure.
5732 *===========================================================================*/
5734
5736{
5738 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5739 * for giving a copy of the header to application.
5740 */
5747
5749
5751
5752#endif
5753#endif
5754
5755#ifndef OPCUA_EXCLUDE_SetTriggering
5756#ifndef OPCUA_EXCLUDE_SetTriggeringRequest
5757/*============================================================================
5758 * The SetTriggeringRequest structure.
5759 *===========================================================================*/
5761
5763{
5765 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5766 * for giving a copy of the header to application.
5767 */
5771 uint32_t* LinksToAdd;
5773 uint32_t* LinksToRemove;
5775
5777
5779
5780#endif
5781
5782#ifndef OPCUA_EXCLUDE_SetTriggeringResponse
5783/*============================================================================
5784 * The SetTriggeringResponse structure.
5785 *===========================================================================*/
5787
5804
5806
5808
5809#endif
5810#endif
5811
5812#ifndef OPCUA_EXCLUDE_DeleteMonitoredItems
5813#ifndef OPCUA_EXCLUDE_DeleteMonitoredItemsRequest
5814/*============================================================================
5815 * The DeleteMonitoredItemsRequest structure.
5816 *===========================================================================*/
5818
5820{
5822 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5823 * for giving a copy of the header to application.
5824 */
5829
5831
5833
5834#endif
5835
5836#ifndef OPCUA_EXCLUDE_DeleteMonitoredItemsResponse
5837/*============================================================================
5838 * The DeleteMonitoredItemsResponse structure.
5839 *===========================================================================*/
5841
5843{
5845 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5846 * for giving a copy of the header to application.
5847 */
5854
5856
5858
5859#endif
5860#endif
5861
5862#ifndef OPCUA_EXCLUDE_CreateSubscription
5863#ifndef OPCUA_EXCLUDE_CreateSubscriptionRequest
5864/*============================================================================
5865 * The CreateSubscriptionRequest structure.
5866 *===========================================================================*/
5868
5870{
5872 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5873 * for giving a copy of the header to application.
5874 */
5882
5884
5886
5887#endif
5888
5889#ifndef OPCUA_EXCLUDE_CreateSubscriptionResponse
5890/*============================================================================
5891 * The CreateSubscriptionResponse structure.
5892 *===========================================================================*/
5894
5896{
5898 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5899 * for giving a copy of the header to application.
5900 */
5907
5909
5911
5912#endif
5913#endif
5914
5915#ifndef OPCUA_EXCLUDE_ModifySubscription
5916#ifndef OPCUA_EXCLUDE_ModifySubscriptionRequest
5917/*============================================================================
5918 * The ModifySubscriptionRequest structure.
5919 *===========================================================================*/
5921
5923{
5925 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5926 * for giving a copy of the header to application.
5927 */
5935
5937
5939
5940#endif
5941
5942#ifndef OPCUA_EXCLUDE_ModifySubscriptionResponse
5943/*============================================================================
5944 * The ModifySubscriptionResponse structure.
5945 *===========================================================================*/
5947
5949{
5951 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5952 * for giving a copy of the header to application.
5953 */
5959
5961
5963
5964#endif
5965#endif
5966
5967#ifndef OPCUA_EXCLUDE_SetPublishingMode
5968#ifndef OPCUA_EXCLUDE_SetPublishingModeRequest
5969/*============================================================================
5970 * The SetPublishingModeRequest structure.
5971 *===========================================================================*/
5973
5975{
5977 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5978 * for giving a copy of the header to application.
5979 */
5984
5986
5988
5989#endif
5990
5991#ifndef OPCUA_EXCLUDE_SetPublishingModeResponse
5992/*============================================================================
5993 * The SetPublishingModeResponse structure.
5994 *===========================================================================*/
5996
5998{
6000 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6001 * for giving a copy of the header to application.
6002 */
6009
6011
6013
6014#endif
6015#endif
6016
6017#ifndef OPCUA_EXCLUDE_NotificationMessage
6018/*============================================================================
6019 * The NotificationMessage structure.
6020 *===========================================================================*/
6022
6024{
6026 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6027 * for giving a copy of the header to application.
6028 */
6034
6036
6038
6039#endif
6040
6041#ifndef OPCUA_EXCLUDE_MonitoredItemNotification
6042/*============================================================================
6043 * The MonitoredItemNotification structure.
6044 *===========================================================================*/
6046
6048{
6050 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6051 * for giving a copy of the header to application.
6052 */
6056
6058
6060
6061#endif
6062
6063#ifndef OPCUA_EXCLUDE_DataChangeNotification
6064/*============================================================================
6065 * The DataChangeNotification structure.
6066 *===========================================================================*/
6068
6070{
6072 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6073 * for giving a copy of the header to application.
6074 */
6080
6082
6084
6085#endif
6086
6087#ifndef OPCUA_EXCLUDE_EventFieldList
6088/*============================================================================
6089 * The EventFieldList structure.
6090 *===========================================================================*/
6092
6094{
6096 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6097 * for giving a copy of the header to application.
6098 */
6103
6105
6107
6108#endif
6109
6110#ifndef OPCUA_EXCLUDE_EventNotificationList
6111/*============================================================================
6112 * The EventNotificationList structure.
6113 *===========================================================================*/
6115
6117{
6119 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6120 * for giving a copy of the header to application.
6121 */
6122 int32_t NoOfEvents;
6125
6127
6129
6130#endif
6131
6132#ifndef OPCUA_EXCLUDE_StatusChangeNotification
6133/*============================================================================
6134 * The StatusChangeNotification structure.
6135 *===========================================================================*/
6137
6139{
6141 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6142 * for giving a copy of the header to application.
6143 */
6147
6149
6151
6152#endif
6153
6154#ifndef OPCUA_EXCLUDE_SubscriptionAcknowledgement
6155/*============================================================================
6156 * The SubscriptionAcknowledgement structure.
6157 *===========================================================================*/
6159
6161{
6163 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6164 * for giving a copy of the header to application.
6165 */
6169
6171
6173
6174#endif
6175
6176#ifndef OPCUA_EXCLUDE_Publish
6177#ifndef OPCUA_EXCLUDE_PublishRequest
6178/*============================================================================
6179 * The PublishRequest structure.
6180 *===========================================================================*/
6182
6184{
6186 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6187 * for giving a copy of the header to application.
6188 */
6192
6194
6196
6197#endif
6198
6199#ifndef OPCUA_EXCLUDE_PublishResponse
6200/*============================================================================
6201 * The PublishResponse structure.
6202 *===========================================================================*/
6204
6222
6224
6226
6227#endif
6228#endif
6229
6230#ifndef OPCUA_EXCLUDE_Republish
6231#ifndef OPCUA_EXCLUDE_RepublishRequest
6232/*============================================================================
6233 * The RepublishRequest structure.
6234 *===========================================================================*/
6236
6238{
6240 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6241 * for giving a copy of the header to application.
6242 */
6246
6248
6250
6251#endif
6252
6253#ifndef OPCUA_EXCLUDE_RepublishResponse
6254/*============================================================================
6255 * The RepublishResponse structure.
6256 *===========================================================================*/
6258
6260{
6262 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6263 * for giving a copy of the header to application.
6264 */
6268
6270
6272
6273#endif
6274#endif
6275
6276#ifndef OPCUA_EXCLUDE_TransferResult
6277/*============================================================================
6278 * The TransferResult structure.
6279 *===========================================================================*/
6281
6283{
6285 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6286 * for giving a copy of the header to application.
6287 */
6292
6294
6296
6297#endif
6298
6299#ifndef OPCUA_EXCLUDE_TransferSubscriptions
6300#ifndef OPCUA_EXCLUDE_TransferSubscriptionsRequest
6301/*============================================================================
6302 * The TransferSubscriptionsRequest structure.
6303 *===========================================================================*/
6305
6307{
6309 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6310 * for giving a copy of the header to application.
6311 */
6316
6318
6320
6321#endif
6322
6323#ifndef OPCUA_EXCLUDE_TransferSubscriptionsResponse
6324/*============================================================================
6325 * The TransferSubscriptionsResponse structure.
6326 *===========================================================================*/
6328
6330{
6332 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6333 * for giving a copy of the header to application.
6334 */
6341
6343
6345
6346#endif
6347#endif
6348
6349#ifndef OPCUA_EXCLUDE_DeleteSubscriptions
6350#ifndef OPCUA_EXCLUDE_DeleteSubscriptionsRequest
6351/*============================================================================
6352 * The DeleteSubscriptionsRequest structure.
6353 *===========================================================================*/
6355
6357{
6359 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6360 * for giving a copy of the header to application.
6361 */
6365
6367
6369
6370#endif
6371
6372#ifndef OPCUA_EXCLUDE_DeleteSubscriptionsResponse
6373/*============================================================================
6374 * The DeleteSubscriptionsResponse structure.
6375 *===========================================================================*/
6377
6379{
6381 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6382 * for giving a copy of the header to application.
6383 */
6390
6392
6394
6395#endif
6396#endif
6397
6398#ifndef OPCUA_EXCLUDE_BuildInfo
6399/*============================================================================
6400 * The BuildInfo structure.
6401 *===========================================================================*/
6403
6404typedef struct _OpcUa_BuildInfo
6405{
6407 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6408 * for giving a copy of the header to application.
6409 */
6417
6419
6420void OpcUa_BuildInfo_Clear(void* pValue);
6421
6422#endif
6423
6424#ifndef OPCUA_EXCLUDE_RedundantServerDataType
6425/*============================================================================
6426 * The RedundantServerDataType structure.
6427 *===========================================================================*/
6429
6431{
6433 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6434 * for giving a copy of the header to application.
6435 */
6440
6442
6444
6445#endif
6446
6447#ifndef OPCUA_EXCLUDE_EndpointUrlListDataType
6448/*============================================================================
6449 * The EndpointUrlListDataType structure.
6450 *===========================================================================*/
6452
6454{
6456 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6457 * for giving a copy of the header to application.
6458 */
6462
6464
6466
6467#endif
6468
6469#ifndef OPCUA_EXCLUDE_NetworkGroupDataType
6470/*============================================================================
6471 * The NetworkGroupDataType structure.
6472 *===========================================================================*/
6474
6476{
6478 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6479 * for giving a copy of the header to application.
6480 */
6485
6487
6489
6490#endif
6491
6492#ifndef OPCUA_EXCLUDE_SamplingIntervalDiagnosticsDataType
6493/*============================================================================
6494 * The SamplingIntervalDiagnosticsDataType structure.
6495 *===========================================================================*/
6497
6499{
6501 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6502 * for giving a copy of the header to application.
6503 */
6509
6511
6513
6514#endif
6515
6516#ifndef OPCUA_EXCLUDE_ServerDiagnosticsSummaryDataType
6517/*============================================================================
6518 * The ServerDiagnosticsSummaryDataType structure.
6519 *===========================================================================*/
6521
6523{
6525 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6526 * for giving a copy of the header to application.
6527 */
6541
6543
6545
6546#endif
6547
6548#ifndef OPCUA_EXCLUDE_ServerStatusDataType
6549/*============================================================================
6550 * The ServerStatusDataType structure.
6551 *===========================================================================*/
6553
6555{
6557 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6558 * for giving a copy of the header to application.
6559 */
6567
6569
6571
6572#endif
6573
6574#ifndef OPCUA_EXCLUDE_ServiceCounterDataType
6575/*============================================================================
6576 * The ServiceCounterDataType structure.
6577 *===========================================================================*/
6579
6581{
6583 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6584 * for giving a copy of the header to application.
6585 */
6586 uint32_t TotalCount;
6587 uint32_t ErrorCount;
6589
6591
6593
6594#endif
6595
6596#ifndef OPCUA_EXCLUDE_SessionDiagnosticsDataType
6597/*============================================================================
6598 * The SessionDiagnosticsDataType structure.
6599 *===========================================================================*/
6601
6603{
6605 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6606 * for giving a copy of the header to application.
6607 */
6653
6655
6657
6658#endif
6659
6660#ifndef OPCUA_EXCLUDE_SessionSecurityDiagnosticsDataType
6661/*============================================================================
6662 * The SessionSecurityDiagnosticsDataType structure.
6663 *===========================================================================*/
6665
6683
6685
6687
6688#endif
6689
6690#ifndef OPCUA_EXCLUDE_StatusResult
6691/*============================================================================
6692 * The StatusResult structure.
6693 *===========================================================================*/
6695
6697{
6699 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6700 * for giving a copy of the header to application.
6701 */
6705
6707
6708void OpcUa_StatusResult_Clear(void* pValue);
6709
6710#endif
6711
6712#ifndef OPCUA_EXCLUDE_SubscriptionDiagnosticsDataType
6713/*============================================================================
6714 * The SubscriptionDiagnosticsDataType structure.
6715 *===========================================================================*/
6717
6756
6758
6760
6761#endif
6762
6763#ifndef OPCUA_EXCLUDE_ModelChangeStructureDataType
6764/*============================================================================
6765 * The ModelChangeStructureDataType structure.
6766 *===========================================================================*/
6768
6770{
6772 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6773 * for giving a copy of the header to application.
6774 */
6779
6781
6783
6784#endif
6785
6786#ifndef OPCUA_EXCLUDE_SemanticChangeStructureDataType
6787/*============================================================================
6788 * The SemanticChangeStructureDataType structure.
6789 *===========================================================================*/
6791
6793{
6795 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6796 * for giving a copy of the header to application.
6797 */
6801
6803
6805
6806#endif
6807
6808#ifndef OPCUA_EXCLUDE_Range
6809/*============================================================================
6810 * The Range structure.
6811 *===========================================================================*/
6813
6814typedef struct _OpcUa_Range
6815{
6817 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6818 * for giving a copy of the header to application.
6819 */
6820 double Low;
6821 double High;
6823
6824void OpcUa_Range_Initialize(void* pValue);
6825
6826void OpcUa_Range_Clear(void* pValue);
6827
6828#endif
6829
6830#ifndef OPCUA_EXCLUDE_EUInformation
6831/*============================================================================
6832 * The EUInformation structure.
6833 *===========================================================================*/
6835
6837{
6839 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6840 * for giving a copy of the header to application.
6841 */
6843 int32_t UnitId;
6847
6849
6850void OpcUa_EUInformation_Clear(void* pValue);
6851
6852#endif
6853
6854#ifndef OPCUA_EXCLUDE_ComplexNumberType
6855/*============================================================================
6856 * The ComplexNumberType structure.
6857 *===========================================================================*/
6859
6861{
6863 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6864 * for giving a copy of the header to application.
6865 */
6866 float Real;
6869
6871
6873
6874#endif
6875
6876#ifndef OPCUA_EXCLUDE_DoubleComplexNumberType
6877/*============================================================================
6878 * The DoubleComplexNumberType structure.
6879 *===========================================================================*/
6881
6883{
6885 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6886 * for giving a copy of the header to application.
6887 */
6888 double Real;
6891
6893
6895
6896#endif
6897
6898#ifndef OPCUA_EXCLUDE_AxisInformation
6899/*============================================================================
6900 * The AxisInformation structure.
6901 *===========================================================================*/
6903
6905{
6907 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6908 * for giving a copy of the header to application.
6909 */
6915 double* AxisSteps;
6917
6919
6921
6922#endif
6923
6924#ifndef OPCUA_EXCLUDE_XVType
6925/*============================================================================
6926 * The XVType structure.
6927 *===========================================================================*/
6929
6930typedef struct _OpcUa_XVType
6931{
6933 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6934 * for giving a copy of the header to application.
6935 */
6936 double X;
6937 float Value;
6939
6940void OpcUa_XVType_Initialize(void* pValue);
6941
6942void OpcUa_XVType_Clear(void* pValue);
6943
6944#endif
6945
6946#ifndef OPCUA_EXCLUDE_ProgramDiagnosticDataType
6947/*============================================================================
6948 * The ProgramDiagnosticDataType structure.
6949 *===========================================================================*/
6951
6971
6973
6975
6976#endif
6977
6978#ifndef OPCUA_EXCLUDE_ProgramDiagnostic2DataType
6979/*============================================================================
6980 * The ProgramDiagnostic2DataType structure.
6981 *===========================================================================*/
6983
7007
7009
7011
7012#endif
7013
7014#ifndef OPCUA_EXCLUDE_Annotation
7015/*============================================================================
7016 * The Annotation structure.
7017 *===========================================================================*/
7019
7020typedef struct _OpcUa_Annotation
7021{
7023 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
7024 * for giving a copy of the header to application.
7025 */
7030
7032
7033void OpcUa_Annotation_Clear(void* pValue);
7034
7035#endif
7036
7037void SOPC_Initialize_EnumeratedType(int32_t* enumerationValue);
7038
7039void SOPC_Clear_EnumeratedType(int32_t* enumerationValue);
7040
7041SOPC_ReturnStatus SOPC_Read_EnumeratedType(SOPC_Buffer* buf, int32_t* enumerationValue, uint32_t nestedStructLevel);
7042
7044 const int32_t* enumerationValue,
7045 uint32_t nestedStructLevel);
7046
7047/*============================================================================
7048 * Indexes in the table of known encodeable types.
7049 *
7050 * The enumerated values are indexes in the sopc_KnownEncodeableTypes array.
7051 *===========================================================================*/
7053{
7054#ifndef OPCUA_EXCLUDE_KeyValuePair
7056#endif
7057#ifndef OPCUA_EXCLUDE_AdditionalParametersType
7059#endif
7060#ifndef OPCUA_EXCLUDE_EphemeralKeyType
7062#endif
7063#ifndef OPCUA_EXCLUDE_EndpointType
7065#endif
7066#ifndef OPCUA_EXCLUDE_RationalNumber
7068#endif
7069#ifndef OPCUA_EXCLUDE_ThreeDVector
7071#endif
7072#ifndef OPCUA_EXCLUDE_ThreeDCartesianCoordinates
7074#endif
7075#ifndef OPCUA_EXCLUDE_ThreeDOrientation
7077#endif
7078#ifndef OPCUA_EXCLUDE_ThreeDFrame
7080#endif
7081#ifndef OPCUA_EXCLUDE_IdentityMappingRuleType
7083#endif
7084#ifndef OPCUA_EXCLUDE_CurrencyUnitType
7086#endif
7087#ifndef OPCUA_EXCLUDE_TrustListDataType
7089#endif
7090#ifndef OPCUA_EXCLUDE_DecimalDataType
7092#endif
7093#ifndef OPCUA_EXCLUDE_StructureField
7095#endif
7096#ifndef OPCUA_EXCLUDE_StructureDefinition
7098#endif
7099#ifndef OPCUA_EXCLUDE_StructureDescription
7101#endif
7102#ifndef OPCUA_EXCLUDE_EnumField
7104#endif
7105#ifndef OPCUA_EXCLUDE_EnumDefinition
7107#endif
7108#ifndef OPCUA_EXCLUDE_EnumDescription
7110#endif
7111#ifndef OPCUA_EXCLUDE_SimpleTypeDescription
7113#endif
7114#ifndef OPCUA_EXCLUDE_DataTypeSchemaHeader
7116#endif
7117#ifndef OPCUA_EXCLUDE_DataTypeDescription
7119#endif
7120#ifndef OPCUA_EXCLUDE_UABinaryFileDataType
7122#endif
7123#ifndef OPCUA_EXCLUDE_FieldMetaData
7125#endif
7126#ifndef OPCUA_EXCLUDE_ConfigurationVersionDataType
7128#endif
7129#ifndef OPCUA_EXCLUDE_DataSetMetaDataType
7131#endif
7132#ifndef OPCUA_EXCLUDE_PublishedDataSetDataType
7134#endif
7135#ifndef OPCUA_EXCLUDE_PublishedVariableDataType
7137#endif
7138#ifndef OPCUA_EXCLUDE_PublishedDataItemsDataType
7140#endif
7141#ifndef OPCUA_EXCLUDE_SimpleAttributeOperand
7143#endif
7144#ifndef OPCUA_EXCLUDE_ContentFilterElement
7146#endif
7147#ifndef OPCUA_EXCLUDE_ContentFilter
7149#endif
7150#ifndef OPCUA_EXCLUDE_PublishedEventsDataType
7152#endif
7153#ifndef OPCUA_EXCLUDE_DataSetWriterDataType
7155#endif
7156#ifndef OPCUA_EXCLUDE_ApplicationDescription
7158#endif
7159#ifndef OPCUA_EXCLUDE_UserTokenPolicy
7161#endif
7162#ifndef OPCUA_EXCLUDE_EndpointDescription
7164#endif
7165#ifndef OPCUA_EXCLUDE_PubSubGroupDataType
7167#endif
7168#ifndef OPCUA_EXCLUDE_WriterGroupDataType
7170#endif
7171#ifndef OPCUA_EXCLUDE_DataSetReaderDataType
7173#endif
7174#ifndef OPCUA_EXCLUDE_ReaderGroupDataType
7176#endif
7177#ifndef OPCUA_EXCLUDE_PubSubConnectionDataType
7179#endif
7180#ifndef OPCUA_EXCLUDE_NetworkAddressDataType
7182#endif
7183#ifndef OPCUA_EXCLUDE_NetworkAddressUrlDataType
7185#endif
7186#ifndef OPCUA_EXCLUDE_FieldTargetDataType
7188#endif
7189#ifndef OPCUA_EXCLUDE_TargetVariablesDataType
7191#endif
7192#ifndef OPCUA_EXCLUDE_RolePermissionType
7194#endif
7195#ifndef OPCUA_EXCLUDE_SubscribedDataSetMirrorDataType
7197#endif
7198#ifndef OPCUA_EXCLUDE_PubSubConfigurationDataType
7200#endif
7201#ifndef OPCUA_EXCLUDE_UadpWriterGroupMessageDataType
7203#endif
7204#ifndef OPCUA_EXCLUDE_UadpDataSetWriterMessageDataType
7206#endif
7207#ifndef OPCUA_EXCLUDE_UadpDataSetReaderMessageDataType
7209#endif
7210#ifndef OPCUA_EXCLUDE_JsonWriterGroupMessageDataType
7212#endif
7213#ifndef OPCUA_EXCLUDE_JsonDataSetWriterMessageDataType
7215#endif
7216#ifndef OPCUA_EXCLUDE_JsonDataSetReaderMessageDataType
7218#endif
7219#ifndef OPCUA_EXCLUDE_DatagramConnectionTransportDataType
7221#endif
7222#ifndef OPCUA_EXCLUDE_DatagramWriterGroupTransportDataType
7224#endif
7225#ifndef OPCUA_EXCLUDE_BrokerConnectionTransportDataType
7227#endif
7228#ifndef OPCUA_EXCLUDE_BrokerWriterGroupTransportDataType
7230#endif
7231#ifndef OPCUA_EXCLUDE_BrokerDataSetWriterTransportDataType
7233#endif
7234#ifndef OPCUA_EXCLUDE_BrokerDataSetReaderTransportDataType
7236#endif
7237#ifndef OPCUA_EXCLUDE_AliasNameDataType
7239#endif
7240#ifndef OPCUA_EXCLUDE_UnsignedRationalNumber
7242#endif
7243#ifndef OPCUA_EXCLUDE_ReferenceNode
7245#endif
7246#ifndef OPCUA_EXCLUDE_Node
7248#endif
7249#ifndef OPCUA_EXCLUDE_InstanceNode
7251#endif
7252#ifndef OPCUA_EXCLUDE_TypeNode
7254#endif
7255#ifndef OPCUA_EXCLUDE_ObjectNode
7257#endif
7258#ifndef OPCUA_EXCLUDE_ObjectTypeNode
7260#endif
7261#ifndef OPCUA_EXCLUDE_VariableNode
7263#endif
7264#ifndef OPCUA_EXCLUDE_VariableTypeNode
7266#endif
7267#ifndef OPCUA_EXCLUDE_ReferenceTypeNode
7269#endif
7270#ifndef OPCUA_EXCLUDE_MethodNode
7272#endif
7273#ifndef OPCUA_EXCLUDE_ViewNode
7275#endif
7276#ifndef OPCUA_EXCLUDE_DataTypeNode
7278#endif
7279#ifndef OPCUA_EXCLUDE_Argument
7281#endif
7282#ifndef OPCUA_EXCLUDE_EnumValueType
7284#endif
7285#ifndef OPCUA_EXCLUDE_OptionSet
7287#endif
7288#ifndef OPCUA_EXCLUDE_TimeZoneDataType
7290#endif
7291#ifndef OPCUA_EXCLUDE_RequestHeader
7293#endif
7294#ifndef OPCUA_EXCLUDE_ResponseHeader
7296#endif
7297#ifndef OPCUA_EXCLUDE_ServiceFault
7299#endif
7300#ifndef OPCUA_EXCLUDE_SessionlessInvokeRequestType
7302#endif
7303#ifndef OPCUA_EXCLUDE_SessionlessInvokeResponseType
7305#endif
7306#ifndef OPCUA_EXCLUDE_FindServers
7307#ifndef OPCUA_EXCLUDE_FindServersRequest
7309#endif
7310#ifndef OPCUA_EXCLUDE_FindServersResponse
7312#endif
7313#endif
7314#ifndef OPCUA_EXCLUDE_ServerOnNetwork
7316#endif
7317#ifndef OPCUA_EXCLUDE_FindServersOnNetwork
7318#ifndef OPCUA_EXCLUDE_FindServersOnNetworkRequest
7320#endif
7321#ifndef OPCUA_EXCLUDE_FindServersOnNetworkResponse
7323#endif
7324#endif
7325#ifndef OPCUA_EXCLUDE_GetEndpoints
7326#ifndef OPCUA_EXCLUDE_GetEndpointsRequest
7328#endif
7329#ifndef OPCUA_EXCLUDE_GetEndpointsResponse
7331#endif
7332#endif
7333#ifndef OPCUA_EXCLUDE_RegisteredServer
7335#endif
7336#ifndef OPCUA_EXCLUDE_RegisterServer
7337#ifndef OPCUA_EXCLUDE_RegisterServerRequest
7339#endif
7340#ifndef OPCUA_EXCLUDE_RegisterServerResponse
7342#endif
7343#endif
7344#ifndef OPCUA_EXCLUDE_MdnsDiscoveryConfiguration
7346#endif
7347#ifndef OPCUA_EXCLUDE_RegisterServer2
7348#ifndef OPCUA_EXCLUDE_RegisterServer2Request
7350#endif
7351#ifndef OPCUA_EXCLUDE_RegisterServer2Response
7353#endif
7354#endif
7355#ifndef OPCUA_EXCLUDE_ChannelSecurityToken
7357#endif
7358#ifndef OPCUA_EXCLUDE_OpenSecureChannel
7359#ifndef OPCUA_EXCLUDE_OpenSecureChannelRequest
7361#endif
7362#ifndef OPCUA_EXCLUDE_OpenSecureChannelResponse
7364#endif
7365#endif
7366#ifndef OPCUA_EXCLUDE_CloseSecureChannel
7367#ifndef OPCUA_EXCLUDE_CloseSecureChannelRequest
7369#endif
7370#ifndef OPCUA_EXCLUDE_CloseSecureChannelResponse
7372#endif
7373#endif
7374#ifndef OPCUA_EXCLUDE_SignedSoftwareCertificate
7376#endif
7377#ifndef OPCUA_EXCLUDE_SignatureData
7379#endif
7380#ifndef OPCUA_EXCLUDE_CreateSession
7381#ifndef OPCUA_EXCLUDE_CreateSessionRequest
7383#endif
7384#ifndef OPCUA_EXCLUDE_CreateSessionResponse
7386#endif
7387#endif
7388#ifndef OPCUA_EXCLUDE_UserIdentityToken
7390#endif
7391#ifndef OPCUA_EXCLUDE_AnonymousIdentityToken
7393#endif
7394#ifndef OPCUA_EXCLUDE_UserNameIdentityToken
7396#endif
7397#ifndef OPCUA_EXCLUDE_X509IdentityToken
7399#endif
7400#ifndef OPCUA_EXCLUDE_IssuedIdentityToken
7402#endif
7403#ifndef OPCUA_EXCLUDE_ActivateSession
7404#ifndef OPCUA_EXCLUDE_ActivateSessionRequest
7406#endif
7407#ifndef OPCUA_EXCLUDE_ActivateSessionResponse
7409#endif
7410#endif
7411#ifndef OPCUA_EXCLUDE_CloseSession
7412#ifndef OPCUA_EXCLUDE_CloseSessionRequest
7414#endif
7415#ifndef OPCUA_EXCLUDE_CloseSessionResponse
7417#endif
7418#endif
7419#ifndef OPCUA_EXCLUDE_Cancel
7420#ifndef OPCUA_EXCLUDE_CancelRequest
7422#endif
7423#ifndef OPCUA_EXCLUDE_CancelResponse
7425#endif
7426#endif
7427#ifndef OPCUA_EXCLUDE_NodeAttributes
7429#endif
7430#ifndef OPCUA_EXCLUDE_ObjectAttributes
7432#endif
7433#ifndef OPCUA_EXCLUDE_VariableAttributes
7435#endif
7436#ifndef OPCUA_EXCLUDE_MethodAttributes
7438#endif
7439#ifndef OPCUA_EXCLUDE_ObjectTypeAttributes
7441#endif
7442#ifndef OPCUA_EXCLUDE_VariableTypeAttributes
7444#endif
7445#ifndef OPCUA_EXCLUDE_ReferenceTypeAttributes
7447#endif
7448#ifndef OPCUA_EXCLUDE_DataTypeAttributes
7450#endif
7451#ifndef OPCUA_EXCLUDE_ViewAttributes
7453#endif
7454#ifndef OPCUA_EXCLUDE_GenericAttributeValue
7456#endif
7457#ifndef OPCUA_EXCLUDE_GenericAttributes
7459#endif
7460#ifndef OPCUA_EXCLUDE_AddNodesItem
7462#endif
7463#ifndef OPCUA_EXCLUDE_AddNodesResult
7465#endif
7466#ifndef OPCUA_EXCLUDE_AddNodes
7467#ifndef OPCUA_EXCLUDE_AddNodesRequest
7469#endif
7470#ifndef OPCUA_EXCLUDE_AddNodesResponse
7472#endif
7473#endif
7474#ifndef OPCUA_EXCLUDE_AddReferencesItem
7476#endif
7477#ifndef OPCUA_EXCLUDE_AddReferences
7478#ifndef OPCUA_EXCLUDE_AddReferencesRequest
7480#endif
7481#ifndef OPCUA_EXCLUDE_AddReferencesResponse
7483#endif
7484#endif
7485#ifndef OPCUA_EXCLUDE_DeleteNodesItem
7487#endif
7488#ifndef OPCUA_EXCLUDE_DeleteNodes
7489#ifndef OPCUA_EXCLUDE_DeleteNodesRequest
7491#endif
7492#ifndef OPCUA_EXCLUDE_DeleteNodesResponse
7494#endif
7495#endif
7496#ifndef OPCUA_EXCLUDE_DeleteReferencesItem
7498#endif
7499#ifndef OPCUA_EXCLUDE_DeleteReferences
7500#ifndef OPCUA_EXCLUDE_DeleteReferencesRequest
7502#endif
7503#ifndef OPCUA_EXCLUDE_DeleteReferencesResponse
7505#endif
7506#endif
7507#ifndef OPCUA_EXCLUDE_ViewDescription
7509#endif
7510#ifndef OPCUA_EXCLUDE_BrowseDescription
7512#endif
7513#ifndef OPCUA_EXCLUDE_ReferenceDescription
7515#endif
7516#ifndef OPCUA_EXCLUDE_BrowseResult
7518#endif
7519#ifndef OPCUA_EXCLUDE_Browse
7520#ifndef OPCUA_EXCLUDE_BrowseRequest
7522#endif
7523#ifndef OPCUA_EXCLUDE_BrowseResponse
7525#endif
7526#endif
7527#ifndef OPCUA_EXCLUDE_BrowseNext
7528#ifndef OPCUA_EXCLUDE_BrowseNextRequest
7530#endif
7531#ifndef OPCUA_EXCLUDE_BrowseNextResponse
7533#endif
7534#endif
7535#ifndef OPCUA_EXCLUDE_RelativePathElement
7537#endif
7538#ifndef OPCUA_EXCLUDE_RelativePath
7540#endif
7541#ifndef OPCUA_EXCLUDE_BrowsePath
7543#endif
7544#ifndef OPCUA_EXCLUDE_BrowsePathTarget
7546#endif
7547#ifndef OPCUA_EXCLUDE_BrowsePathResult
7549#endif
7550#ifndef OPCUA_EXCLUDE_TranslateBrowsePathsToNodeIds
7551#ifndef OPCUA_EXCLUDE_TranslateBrowsePathsToNodeIdsRequest
7553#endif
7554#ifndef OPCUA_EXCLUDE_TranslateBrowsePathsToNodeIdsResponse
7556#endif
7557#endif
7558#ifndef OPCUA_EXCLUDE_RegisterNodes
7559#ifndef OPCUA_EXCLUDE_RegisterNodesRequest
7561#endif
7562#ifndef OPCUA_EXCLUDE_RegisterNodesResponse
7564#endif
7565#endif
7566#ifndef OPCUA_EXCLUDE_UnregisterNodes
7567#ifndef OPCUA_EXCLUDE_UnregisterNodesRequest
7569#endif
7570#ifndef OPCUA_EXCLUDE_UnregisterNodesResponse
7572#endif
7573#endif
7574#ifndef OPCUA_EXCLUDE_EndpointConfiguration
7576#endif
7577#ifndef OPCUA_EXCLUDE_QueryDataDescription
7579#endif
7580#ifndef OPCUA_EXCLUDE_NodeTypeDescription
7582#endif
7583#ifndef OPCUA_EXCLUDE_QueryDataSet
7585#endif
7586#ifndef OPCUA_EXCLUDE_NodeReference
7588#endif
7589#ifndef OPCUA_EXCLUDE_ElementOperand
7591#endif
7592#ifndef OPCUA_EXCLUDE_LiteralOperand
7594#endif
7595#ifndef OPCUA_EXCLUDE_AttributeOperand
7597#endif
7598#ifndef OPCUA_EXCLUDE_ContentFilterElementResult
7600#endif
7601#ifndef OPCUA_EXCLUDE_ContentFilterResult
7603#endif
7604#ifndef OPCUA_EXCLUDE_ParsingResult
7606#endif
7607#ifndef OPCUA_EXCLUDE_QueryFirst
7608#ifndef OPCUA_EXCLUDE_QueryFirstRequest
7610#endif
7611#ifndef OPCUA_EXCLUDE_QueryFirstResponse
7613#endif
7614#endif
7615#ifndef OPCUA_EXCLUDE_QueryNext
7616#ifndef OPCUA_EXCLUDE_QueryNextRequest
7618#endif
7619#ifndef OPCUA_EXCLUDE_QueryNextResponse
7621#endif
7622#endif
7623#ifndef OPCUA_EXCLUDE_ReadValueId
7625#endif
7626#ifndef OPCUA_EXCLUDE_Read
7627#ifndef OPCUA_EXCLUDE_ReadRequest
7629#endif
7630#ifndef OPCUA_EXCLUDE_ReadResponse
7632#endif
7633#endif
7634#ifndef OPCUA_EXCLUDE_HistoryReadValueId
7636#endif
7637#ifndef OPCUA_EXCLUDE_HistoryReadResult
7639#endif
7640#ifndef OPCUA_EXCLUDE_EventFilter
7642#endif
7643#ifndef OPCUA_EXCLUDE_ReadEventDetails
7645#endif
7646#ifndef OPCUA_EXCLUDE_ReadRawModifiedDetails
7648#endif
7649#ifndef OPCUA_EXCLUDE_AggregateConfiguration
7651#endif
7652#ifndef OPCUA_EXCLUDE_ReadProcessedDetails
7654#endif
7655#ifndef OPCUA_EXCLUDE_ReadAtTimeDetails
7657#endif
7658#ifndef OPCUA_EXCLUDE_ReadAnnotationDataDetails
7660#endif
7661#ifndef OPCUA_EXCLUDE_HistoryData
7663#endif
7664#ifndef OPCUA_EXCLUDE_ModificationInfo
7666#endif
7667#ifndef OPCUA_EXCLUDE_HistoryModifiedData
7669#endif
7670#ifndef OPCUA_EXCLUDE_HistoryEventFieldList
7672#endif
7673#ifndef OPCUA_EXCLUDE_HistoryEvent
7675#endif
7676#ifndef OPCUA_EXCLUDE_HistoryRead
7677#ifndef OPCUA_EXCLUDE_HistoryReadRequest
7679#endif
7680#ifndef OPCUA_EXCLUDE_HistoryReadResponse
7682#endif
7683#endif
7684#ifndef OPCUA_EXCLUDE_WriteValue
7686#endif
7687#ifndef OPCUA_EXCLUDE_Write
7688#ifndef OPCUA_EXCLUDE_WriteRequest
7690#endif
7691#ifndef OPCUA_EXCLUDE_WriteResponse
7693#endif
7694#endif
7695#ifndef OPCUA_EXCLUDE_HistoryUpdateDetails
7697#endif
7698#ifndef OPCUA_EXCLUDE_UpdateDataDetails
7700#endif
7701#ifndef OPCUA_EXCLUDE_UpdateStructureDataDetails
7703#endif
7704#ifndef OPCUA_EXCLUDE_UpdateEventDetails
7706#endif
7707#ifndef OPCUA_EXCLUDE_DeleteRawModifiedDetails
7709#endif
7710#ifndef OPCUA_EXCLUDE_DeleteAtTimeDetails
7712#endif
7713#ifndef OPCUA_EXCLUDE_DeleteEventDetails
7715#endif
7716#ifndef OPCUA_EXCLUDE_HistoryUpdateResult
7718#endif
7719#ifndef OPCUA_EXCLUDE_HistoryUpdate
7720#ifndef OPCUA_EXCLUDE_HistoryUpdateRequest
7722#endif
7723#ifndef OPCUA_EXCLUDE_HistoryUpdateResponse
7725#endif
7726#endif
7727#ifndef OPCUA_EXCLUDE_CallMethodRequest
7729#endif
7730#ifndef OPCUA_EXCLUDE_CallMethodResult
7732#endif
7733#ifndef OPCUA_EXCLUDE_Call
7734#ifndef OPCUA_EXCLUDE_CallRequest
7736#endif
7737#ifndef OPCUA_EXCLUDE_CallResponse
7739#endif
7740#endif
7741#ifndef OPCUA_EXCLUDE_DataChangeFilter
7743#endif
7744#ifndef OPCUA_EXCLUDE_AggregateFilter
7746#endif
7747#ifndef OPCUA_EXCLUDE_EventFilterResult
7749#endif
7750#ifndef OPCUA_EXCLUDE_AggregateFilterResult
7752#endif
7753#ifndef OPCUA_EXCLUDE_MonitoringParameters
7755#endif
7756#ifndef OPCUA_EXCLUDE_MonitoredItemCreateRequest
7758#endif
7759#ifndef OPCUA_EXCLUDE_MonitoredItemCreateResult
7761#endif
7762#ifndef OPCUA_EXCLUDE_CreateMonitoredItems
7763#ifndef OPCUA_EXCLUDE_CreateMonitoredItemsRequest
7765#endif
7766#ifndef OPCUA_EXCLUDE_CreateMonitoredItemsResponse
7768#endif
7769#endif
7770#ifndef OPCUA_EXCLUDE_MonitoredItemModifyRequest
7772#endif
7773#ifndef OPCUA_EXCLUDE_MonitoredItemModifyResult
7775#endif
7776#ifndef OPCUA_EXCLUDE_ModifyMonitoredItems
7777#ifndef OPCUA_EXCLUDE_ModifyMonitoredItemsRequest
7779#endif
7780#ifndef OPCUA_EXCLUDE_ModifyMonitoredItemsResponse
7782#endif
7783#endif
7784#ifndef OPCUA_EXCLUDE_SetMonitoringMode
7785#ifndef OPCUA_EXCLUDE_SetMonitoringModeRequest
7787#endif
7788#ifndef OPCUA_EXCLUDE_SetMonitoringModeResponse
7790#endif
7791#endif
7792#ifndef OPCUA_EXCLUDE_SetTriggering
7793#ifndef OPCUA_EXCLUDE_SetTriggeringRequest
7795#endif
7796#ifndef OPCUA_EXCLUDE_SetTriggeringResponse
7798#endif
7799#endif
7800#ifndef OPCUA_EXCLUDE_DeleteMonitoredItems
7801#ifndef OPCUA_EXCLUDE_DeleteMonitoredItemsRequest
7803#endif
7804#ifndef OPCUA_EXCLUDE_DeleteMonitoredItemsResponse
7806#endif
7807#endif
7808#ifndef OPCUA_EXCLUDE_CreateSubscription
7809#ifndef OPCUA_EXCLUDE_CreateSubscriptionRequest
7811#endif
7812#ifndef OPCUA_EXCLUDE_CreateSubscriptionResponse
7814#endif
7815#endif
7816#ifndef OPCUA_EXCLUDE_ModifySubscription
7817#ifndef OPCUA_EXCLUDE_ModifySubscriptionRequest
7819#endif
7820#ifndef OPCUA_EXCLUDE_ModifySubscriptionResponse
7822#endif
7823#endif
7824#ifndef OPCUA_EXCLUDE_SetPublishingMode
7825#ifndef OPCUA_EXCLUDE_SetPublishingModeRequest
7827#endif
7828#ifndef OPCUA_EXCLUDE_SetPublishingModeResponse
7830#endif
7831#endif
7832#ifndef OPCUA_EXCLUDE_NotificationMessage
7834#endif
7835#ifndef OPCUA_EXCLUDE_MonitoredItemNotification
7837#endif
7838#ifndef OPCUA_EXCLUDE_DataChangeNotification
7840#endif
7841#ifndef OPCUA_EXCLUDE_EventFieldList
7843#endif
7844#ifndef OPCUA_EXCLUDE_EventNotificationList
7846#endif
7847#ifndef OPCUA_EXCLUDE_StatusChangeNotification
7849#endif
7850#ifndef OPCUA_EXCLUDE_SubscriptionAcknowledgement
7852#endif
7853#ifndef OPCUA_EXCLUDE_Publish
7854#ifndef OPCUA_EXCLUDE_PublishRequest
7856#endif
7857#ifndef OPCUA_EXCLUDE_PublishResponse
7859#endif
7860#endif
7861#ifndef OPCUA_EXCLUDE_Republish
7862#ifndef OPCUA_EXCLUDE_RepublishRequest
7864#endif
7865#ifndef OPCUA_EXCLUDE_RepublishResponse
7867#endif
7868#endif
7869#ifndef OPCUA_EXCLUDE_TransferResult
7871#endif
7872#ifndef OPCUA_EXCLUDE_TransferSubscriptions
7873#ifndef OPCUA_EXCLUDE_TransferSubscriptionsRequest
7875#endif
7876#ifndef OPCUA_EXCLUDE_TransferSubscriptionsResponse
7878#endif
7879#endif
7880#ifndef OPCUA_EXCLUDE_DeleteSubscriptions
7881#ifndef OPCUA_EXCLUDE_DeleteSubscriptionsRequest
7883#endif
7884#ifndef OPCUA_EXCLUDE_DeleteSubscriptionsResponse
7886#endif
7887#endif
7888#ifndef OPCUA_EXCLUDE_BuildInfo
7890#endif
7891#ifndef OPCUA_EXCLUDE_RedundantServerDataType
7893#endif
7894#ifndef OPCUA_EXCLUDE_EndpointUrlListDataType
7896#endif
7897#ifndef OPCUA_EXCLUDE_NetworkGroupDataType
7899#endif
7900#ifndef OPCUA_EXCLUDE_SamplingIntervalDiagnosticsDataType
7902#endif
7903#ifndef OPCUA_EXCLUDE_ServerDiagnosticsSummaryDataType
7905#endif
7906#ifndef OPCUA_EXCLUDE_ServerStatusDataType
7908#endif
7909#ifndef OPCUA_EXCLUDE_ServiceCounterDataType
7911#endif
7912#ifndef OPCUA_EXCLUDE_SessionDiagnosticsDataType
7914#endif
7915#ifndef OPCUA_EXCLUDE_SessionSecurityDiagnosticsDataType
7917#endif
7918#ifndef OPCUA_EXCLUDE_StatusResult
7920#endif
7921#ifndef OPCUA_EXCLUDE_SubscriptionDiagnosticsDataType
7923#endif
7924#ifndef OPCUA_EXCLUDE_ModelChangeStructureDataType
7926#endif
7927#ifndef OPCUA_EXCLUDE_SemanticChangeStructureDataType
7929#endif
7930#ifndef OPCUA_EXCLUDE_Range
7932#endif
7933#ifndef OPCUA_EXCLUDE_EUInformation
7935#endif
7936#ifndef OPCUA_EXCLUDE_ComplexNumberType
7938#endif
7939#ifndef OPCUA_EXCLUDE_DoubleComplexNumberType
7941#endif
7942#ifndef OPCUA_EXCLUDE_AxisInformation
7944#endif
7945#ifndef OPCUA_EXCLUDE_XVType
7947#endif
7948#ifndef OPCUA_EXCLUDE_ProgramDiagnosticDataType
7950#endif
7951#ifndef OPCUA_EXCLUDE_ProgramDiagnostic2DataType
7953#endif
7954#ifndef OPCUA_EXCLUDE_Annotation
7956#endif
7959
7960/*============================================================================
7961 * UserTokenPolicies example constant values
7962 *===========================================================================*/
7963#ifndef OPCUA_EXCLUDE_UserTokenPolicy
7964// UserTokenPolicyId for anonymous token type example
7965#define SOPC_UserTokenPolicy_Anonymous_ID "anonymous"
7968
7969// UserTokenPolicyId for username token type with None SecurityPolicy example
7970#define SOPC_UserTokenPolicy_UserNameNone_ID "username_None"
7976
7977// UserTokenPolicyId for username token type with default SecurityPolicy example
7978#define SOPC_UserTokenPolicy_UserName_ID "username"
7984
7985// UserTokenPolicyId for username token type with Basic256Sha256 SecurityPolicy example
7986#define SOPC_UserTokenPolicy_UserNameBasic256Sha256_ID "username_Basic256Sha256"
7991
7992// UserTokenPolicyId for x509 token type with Basic256Sha256 SecurityPolicy example
7993#define SOPC_UserTokenPolicy_X509Basic256Sha256_ID "X509_Basic256Sha256"
7997
7998// UserTokenPolicyId for x509 token type with default SecurityPolicy example
7999#define SOPC_UserTokenPolicy_X509_ID "X509"
8001
8002#endif
8003
8004/*============================================================================
8005 * Table of known types.
8006 *===========================================================================*/
8008
8009#endif
8010/* This is the last line of an autogenerated file. */
#define S2OPC_COMMON_EXPORT
Definition s2opc_common_export.h:33
A buffer of bytes with a maximum size, length and position.
int8_t SOPC_SByte
Definition sopc_builtintypes.h:179
uint8_t SOPC_Byte
Definition sopc_builtintypes.h:175
SOPC_Byte SOPC_Boolean
Definition sopc_builtintypes.h:177
int64_t SOPC_DateTime
OPC UA timestamp format which is 100 nanoseconds from 1601/01/01 00:00:00 UTC.
Definition sopc_builtintypes.h:197
uint32_t SOPC_StatusCode
Definition sopc_builtintypes.h:36
EncodeableType and services on encodeable object.
enum _OpcUa_HistoryUpdateType OpcUa_HistoryUpdateType
enum _OpcUa_ApplicationType OpcUa_ApplicationType
enum _OpcUa_DataSetOrderingType OpcUa_DataSetOrderingType
enum _OpcUa_SecurityTokenRequestType OpcUa_SecurityTokenRequestType
enum _OpcUa_BrokerTransportQualityOfService OpcUa_BrokerTransportQualityOfService
enum _OpcUa_TimestampsToReturn OpcUa_TimestampsToReturn
enum _OpcUa_PerformUpdateType OpcUa_PerformUpdateType
enum _OpcUa_MessageSecurityMode OpcUa_MessageSecurityMode
enum _OpcUa_BrowseDirection OpcUa_BrowseDirection
enum _OpcUa_UserTokenType OpcUa_UserTokenType
enum _OpcUa_MonitoringMode OpcUa_MonitoringMode
enum _OpcUa_ServerState OpcUa_ServerState
enum _OpcUa_DataChangeTrigger OpcUa_DataChangeTrigger
enum _OpcUa_FilterOperator OpcUa_FilterOperator
enum _OpcUa_OverrideValueHandling OpcUa_OverrideValueHandling
enum _OpcUa_StructureType OpcUa_StructureType
enum _OpcUa_IdentityCriteriaType OpcUa_IdentityCriteriaType
enum _OpcUa_NodeClass OpcUa_NodeClass
enum _OpcUa_AxisScaleEnumeration OpcUa_AxisScaleEnumeration
enum _SOPC_ReturnStatus SOPC_ReturnStatus
Common enumerations for S2OPC.
void OpcUa_PublishedDataItemsDataType_Clear(void *pValue)
void OpcUa_ActivateSessionResponse_Initialize(void *pValue)
void OpcUa_UpdateStructureDataDetails_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ProgramDiagnostic2DataType_EncodeableType
void OpcUa_HistoryReadResponse_Clear(void *pValue)
void OpcUa_UadpDataSetReaderMessageDataType_Clear(void *pValue)
struct _OpcUa_TranslateBrowsePathsToNodeIdsResponse OpcUa_TranslateBrowsePathsToNodeIdsResponse
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_TransferResult_EncodeableType
struct _OpcUa_DeleteNodesRequest OpcUa_DeleteNodesRequest
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SessionDiagnosticsDataType_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_HistoryUpdateResponse_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SignedSoftwareCertificate_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ObjectAttributes_EncodeableType
void OpcUa_BrowseRequest_Clear(void *pValue)
struct _OpcUa_CurrencyUnitType OpcUa_CurrencyUnitType
struct _OpcUa_DataTypeSchemaHeader OpcUa_DataTypeSchemaHeader
struct _OpcUa_ReadAnnotationDataDetails OpcUa_ReadAnnotationDataDetails
struct _OpcUa_StructureDefinition OpcUa_StructureDefinition
void OpcUa_VariableAttributes_Initialize(void *pValue)
struct _OpcUa_ServerStatusDataType OpcUa_ServerStatusDataType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DeleteEventDetails_EncodeableType
struct _OpcUa_VariableTypeNode OpcUa_VariableTypeNode
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ThreeDFrame_EncodeableType
void OpcUa_PubSubConnectionDataType_Initialize(void *pValue)
void OpcUa_BuildInfo_Clear(void *pValue)
void OpcUa_TranslateBrowsePathsToNodeIdsRequest_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ServerStatusDataType_EncodeableType
struct _OpcUa_BrowseDescription OpcUa_BrowseDescription
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SimpleTypeDescription_EncodeableType
struct _OpcUa_WriteRequest OpcUa_WriteRequest
void OpcUa_SimpleAttributeOperand_Initialize(void *pValue)
void OpcUa_GetEndpointsResponse_Initialize(void *pValue)
struct _OpcUa_FindServersOnNetworkRequest OpcUa_FindServersOnNetworkRequest
struct _OpcUa_DeleteReferencesItem OpcUa_DeleteReferencesItem
void OpcUa_PublishResponse_Initialize(void *pValue)
void OpcUa_RegisterServer2Response_Clear(void *pValue)
void OpcUa_RegisterServerResponse_Clear(void *pValue)
void OpcUa_HistoryEvent_Clear(void *pValue)
void OpcUa_CallRequest_Clear(void *pValue)
void OpcUa_EnumValueType_Clear(void *pValue)
void OpcUa_OpenSecureChannelRequest_Initialize(void *pValue)
void OpcUa_ThreeDCartesianCoordinates_Clear(void *pValue)
struct _OpcUa_AnonymousIdentityToken OpcUa_AnonymousIdentityToken
void OpcUa_ParsingResult_Clear(void *pValue)
void OpcUa_Argument_Initialize(void *pValue)
struct _OpcUa_StructureField OpcUa_StructureField
void OpcUa_BrowseResult_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_AddNodesItem_EncodeableType
void OpcUa_SessionDiagnosticsDataType_Initialize(void *pValue)
void OpcUa_ContentFilter_Initialize(void *pValue)
void OpcUa_ResponseHeader_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_BrowseResponse_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ChannelSecurityToken_EncodeableType
struct _OpcUa_DatagramWriterGroupTransportDataType OpcUa_DatagramWriterGroupTransportDataType
void OpcUa_DataTypeNode_Clear(void *pValue)
void OpcUa_CloseSessionResponse_Clear(void *pValue)
struct _OpcUa_BrowsePath OpcUa_BrowsePath
void OpcUa_TranslateBrowsePathsToNodeIdsRequest_Clear(void *pValue)
void OpcUa_ServiceFault_Clear(void *pValue)
struct _OpcUa_ServerOnNetwork OpcUa_ServerOnNetwork
void OpcUa_AnonymousIdentityToken_Clear(void *pValue)
void OpcUa_SessionSecurityDiagnosticsDataType_Clear(void *pValue)
void OpcUa_AxisInformation_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ReadAtTimeDetails_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_UnregisterNodesResponse_EncodeableType
SOPC_ReturnStatus SOPC_Read_EnumeratedType(SOPC_Buffer *buf, int32_t *enumerationValue, uint32_t nestedStructLevel)
struct _OpcUa_CancelResponse OpcUa_CancelResponse
struct _OpcUa_CallResponse OpcUa_CallResponse
struct _OpcUa_MonitoredItemNotification OpcUa_MonitoredItemNotification
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_CallMethodResult_EncodeableType
struct _OpcUa_HistoryUpdateDetails OpcUa_HistoryUpdateDetails
struct _OpcUa_AttributeOperand OpcUa_AttributeOperand
struct _OpcUa_EventFieldList OpcUa_EventFieldList
S2OPC_COMMON_EXPORT const OpcUa_UserTokenPolicy SOPC_UserTokenPolicy_X509_DefaultSecurityPolicy
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_HistoryUpdateRequest_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SetMonitoringModeRequest_EncodeableType
void OpcUa_ReferenceNode_Initialize(void *pValue)
void OpcUa_DeleteAtTimeDetails_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ViewNode_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_RegisterServerRequest_EncodeableType
void OpcUa_ReaderGroupDataType_Initialize(void *pValue)
struct _OpcUa_BrokerWriterGroupTransportDataType OpcUa_BrokerWriterGroupTransportDataType
void OpcUa_WriteResponse_Initialize(void *pValue)
struct _OpcUa_ChannelSecurityToken OpcUa_ChannelSecurityToken
void OpcUa_ModifySubscriptionRequest_Initialize(void *pValue)
void OpcUa_DeleteReferencesItem_Clear(void *pValue)
struct _OpcUa_ThreeDCartesianCoordinates OpcUa_ThreeDCartesianCoordinates
struct _OpcUa_CloseSessionResponse OpcUa_CloseSessionResponse
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_VariableNode_EncodeableType
void OpcUa_GenericAttributes_Clear(void *pValue)
void OpcUa_AddReferencesRequest_Initialize(void *pValue)
void OpcUa_NetworkAddressUrlDataType_Initialize(void *pValue)
void OpcUa_HistoryModifiedData_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_AggregateFilter_EncodeableType
void OpcUa_KeyValuePair_Clear(void *pValue)
struct _OpcUa_DeleteReferencesResponse OpcUa_DeleteReferencesResponse
void OpcUa_ContentFilterResult_Clear(void *pValue)
void OpcUa_ComplexNumberType_Clear(void *pValue)
struct _OpcUa_AddNodesRequest OpcUa_AddNodesRequest
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_NodeTypeDescription_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_MdnsDiscoveryConfiguration_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_BrowseNextResponse_EncodeableType
void OpcUa_CallResponse_Clear(void *pValue)
void OpcUa_UserTokenPolicy_Clear(void *pValue)
void OpcUa_BrokerDataSetWriterTransportDataType_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_MonitoredItemCreateRequest_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ReaderGroupDataType_EncodeableType
void OpcUa_ReadResponse_Clear(void *pValue)
void OpcUa_VariableAttributes_Clear(void *pValue)
struct _OpcUa_RepublishRequest OpcUa_RepublishRequest
void OpcUa_HistoryData_Clear(void *pValue)
void OpcUa_PubSubGroupDataType_Initialize(void *pValue)
void OpcUa_CurrencyUnitType_Clear(void *pValue)
void OpcUa_MonitoredItemNotification_Clear(void *pValue)
struct _OpcUa_UnsignedRationalNumber OpcUa_UnsignedRationalNumber
void OpcUa_CreateSubscriptionRequest_Clear(void *pValue)
void OpcUa_ModificationInfo_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SetMonitoringModeResponse_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_IssuedIdentityToken_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ReadAnnotationDataDetails_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_PubSubConfigurationDataType_EncodeableType
struct _OpcUa_CloseSecureChannelRequest OpcUa_CloseSecureChannelRequest
struct _OpcUa_VariableAttributes OpcUa_VariableAttributes
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_UadpDataSetReaderMessageDataType_EncodeableType
struct _OpcUa_UadpDataSetWriterMessageDataType OpcUa_UadpDataSetWriterMessageDataType
void OpcUa_UserNameIdentityToken_Initialize(void *pValue)
void OpcUa_BrowsePathResult_Initialize(void *pValue)
void OpcUa_ThreeDOrientation_Initialize(void *pValue)
struct _OpcUa_FieldMetaData OpcUa_FieldMetaData
void OpcUa_BrokerDataSetReaderTransportDataType_Initialize(void *pValue)
void OpcUa_X509IdentityToken_Initialize(void *pValue)
void OpcUa_ModifyMonitoredItemsRequest_Clear(void *pValue)
struct _OpcUa_NotificationMessage OpcUa_NotificationMessage
struct _OpcUa_DeleteRawModifiedDetails OpcUa_DeleteRawModifiedDetails
void OpcUa_VariableTypeAttributes_Clear(void *pValue)
struct _OpcUa_CancelRequest OpcUa_CancelRequest
void OpcUa_DeleteEventDetails_Clear(void *pValue)
struct _OpcUa_KeyValuePair OpcUa_KeyValuePair
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_BrokerDataSetWriterTransportDataType_EncodeableType
void OpcUa_ServiceFault_Initialize(void *pValue)
void OpcUa_PublishedDataItemsDataType_Initialize(void *pValue)
void OpcUa_OptionSet_Clear(void *pValue)
void OpcUa_GenericAttributeValue_Clear(void *pValue)
void OpcUa_TranslateBrowsePathsToNodeIdsResponse_Clear(void *pValue)
struct _OpcUa_ServerDiagnosticsSummaryDataType OpcUa_ServerDiagnosticsSummaryDataType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ApplicationDescription_EncodeableType
struct _OpcUa_NetworkAddressUrlDataType OpcUa_NetworkAddressUrlDataType
void OpcUa_ChannelSecurityToken_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_UpdateStructureDataDetails_EncodeableType
struct _OpcUa_DeleteAtTimeDetails OpcUa_DeleteAtTimeDetails
void OpcUa_HistoryUpdateResponse_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_UserTokenPolicy_EncodeableType
void OpcUa_DataSetReaderDataType_Clear(void *pValue)
void OpcUa_ViewNode_Clear(void *pValue)
void OpcUa_SimpleTypeDescription_Clear(void *pValue)
void OpcUa_MdnsDiscoveryConfiguration_Initialize(void *pValue)
struct _OpcUa_AggregateConfiguration OpcUa_AggregateConfiguration
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ActivateSessionResponse_EncodeableType
void OpcUa_BrowsePathTarget_Initialize(void *pValue)
struct _OpcUa_TargetVariablesDataType OpcUa_TargetVariablesDataType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_AttributeOperand_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ObjectTypeNode_EncodeableType
struct _OpcUa_AliasNameDataType OpcUa_AliasNameDataType
void OpcUa_ModelChangeStructureDataType_Initialize(void *pValue)
void OpcUa_QueryNextRequest_Initialize(void *pValue)
void OpcUa_IdentityMappingRuleType_Clear(void *pValue)
struct _OpcUa_UserNameIdentityToken OpcUa_UserNameIdentityToken
void OpcUa_DataTypeSchemaHeader_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_RepublishRequest_EncodeableType
struct _OpcUa_RedundantServerDataType OpcUa_RedundantServerDataType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_CloseSecureChannelResponse_EncodeableType
void OpcUa_ProgramDiagnosticDataType_Initialize(void *pValue)
void OpcUa_NetworkAddressDataType_Clear(void *pValue)
void OpcUa_RedundantServerDataType_Clear(void *pValue)
struct _OpcUa_EnumField OpcUa_EnumField
struct _OpcUa_ViewNode OpcUa_ViewNode
void OpcUa_CreateSubscriptionResponse_Initialize(void *pValue)
void OpcUa_SetTriggeringResponse_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DeleteNodesRequest_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_RegisterServer2Request_EncodeableType
struct _OpcUa_ReferenceDescription OpcUa_ReferenceDescription
void OpcUa_ServerDiagnosticsSummaryDataType_Initialize(void *pValue)
void OpcUa_SubscriptionAcknowledgement_Initialize(void *pValue)
struct _OpcUa_HistoryModifiedData OpcUa_HistoryModifiedData
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_QueryDataDescription_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_EventNotificationList_EncodeableType
struct _OpcUa_SetMonitoringModeResponse OpcUa_SetMonitoringModeResponse
void OpcUa_BrowseDescription_Clear(void *pValue)
void OpcUa_BrowseNextRequest_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_EventFilter_EncodeableType
void OpcUa_DatagramConnectionTransportDataType_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_StructureDescription_EncodeableType
void OpcUa_FindServersResponse_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_GenericAttributeValue_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_AggregateConfiguration_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_FieldMetaData_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_WriteValue_EncodeableType
struct _OpcUa_SessionSecurityDiagnosticsDataType OpcUa_SessionSecurityDiagnosticsDataType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ParsingResult_EncodeableType
struct _OpcUa_OpenSecureChannelResponse OpcUa_OpenSecureChannelResponse
struct _OpcUa_RepublishResponse OpcUa_RepublishResponse
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DataTypeAttributes_EncodeableType
void OpcUa_PublishResponse_Clear(void *pValue)
struct _OpcUa_CreateMonitoredItemsRequest OpcUa_CreateMonitoredItemsRequest
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ViewDescription_EncodeableType
void OpcUa_CreateMonitoredItemsResponse_Clear(void *pValue)
struct _OpcUa_Node OpcUa_Node
void OpcUa_ServerOnNetwork_Initialize(void *pValue)
void OpcUa_ContentFilterElementResult_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DataTypeNode_EncodeableType
void OpcUa_ConfigurationVersionDataType_Clear(void *pValue)
struct _OpcUa_HistoryEventFieldList OpcUa_HistoryEventFieldList
void OpcUa_EventFilter_Initialize(void *pValue)
void OpcUa_ResponseHeader_Initialize(void *pValue)
void OpcUa_TranslateBrowsePathsToNodeIdsResponse_Initialize(void *pValue)
struct _OpcUa_PublishedDataItemsDataType OpcUa_PublishedDataItemsDataType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ServiceCounterDataType_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SessionSecurityDiagnosticsDataType_EncodeableType
struct _OpcUa_DeleteSubscriptionsResponse OpcUa_DeleteSubscriptionsResponse
void OpcUa_FindServersRequest_Clear(void *pValue)
void OpcUa_TrustListDataType_Initialize(void *pValue)
void OpcUa_BrowseResult_Clear(void *pValue)
struct _OpcUa_SetPublishingModeRequest OpcUa_SetPublishingModeRequest
void OpcUa_EndpointConfiguration_Initialize(void *pValue)
void OpcUa_DeleteMonitoredItemsResponse_Initialize(void *pValue)
void OpcUa_StructureDefinition_Clear(void *pValue)
void OpcUa_AggregateFilter_Clear(void *pValue)
void OpcUa_HistoryUpdateRequest_Initialize(void *pValue)
void OpcUa_AnonymousIdentityToken_Initialize(void *pValue)
struct _OpcUa_TranslateBrowsePathsToNodeIdsRequest OpcUa_TranslateBrowsePathsToNodeIdsRequest
struct _OpcUa_AddReferencesRequest OpcUa_AddReferencesRequest
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_RelativePath_EncodeableType
struct _OpcUa_QueryNextResponse OpcUa_QueryNextResponse
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DatagramWriterGroupTransportDataType_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_QueryNextRequest_EncodeableType
void OpcUa_StructureField_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_InstanceNode_EncodeableType
void OpcUa_UnregisterNodesResponse_Initialize(void *pValue)
void OpcUa_DecimalDataType_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SetPublishingModeResponse_EncodeableType
struct _OpcUa_ReadAtTimeDetails OpcUa_ReadAtTimeDetails
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DeleteNodesResponse_EncodeableType
void OpcUa_NodeReference_Clear(void *pValue)
struct _OpcUa_NodeAttributes OpcUa_NodeAttributes
struct _OpcUa_RolePermissionType OpcUa_RolePermissionType
struct _OpcUa_EnumDescription OpcUa_EnumDescription
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_RedundantServerDataType_EncodeableType
struct _OpcUa_BrowseResponse OpcUa_BrowseResponse
void OpcUa_PublishRequest_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DoubleComplexNumberType_EncodeableType
void OpcUa_CreateSessionRequest_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ReadEventDetails_EncodeableType
void OpcUa_FieldTargetDataType_Clear(void *pValue)
void OpcUa_VariableTypeNode_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ThreeDOrientation_EncodeableType
struct _OpcUa_UnregisterNodesRequest OpcUa_UnregisterNodesRequest
struct _OpcUa_HistoryReadResponse OpcUa_HistoryReadResponse
void OpcUa_HistoryReadRequest_Clear(void *pValue)
void OpcUa_NodeReference_Initialize(void *pValue)
struct _OpcUa_ParsingResult OpcUa_ParsingResult
enum _SOPC_TypeInternalIndex SOPC_TypeInternalIndex
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DataChangeFilter_EncodeableType
void OpcUa_SetMonitoringModeRequest_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_RegisterNodesRequest_EncodeableType
void OpcUa_ThreeDFrame_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DeleteSubscriptionsRequest_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_CallRequest_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_BuildInfo_EncodeableType
void OpcUa_BrowsePath_Clear(void *pValue)
void OpcUa_CallMethodResult_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_HistoryReadRequest_EncodeableType
void OpcUa_ProgramDiagnosticDataType_Clear(void *pValue)
void OpcUa_RolePermissionType_Clear(void *pValue)
void OpcUa_GenericAttributeValue_Initialize(void *pValue)
struct _OpcUa_ActivateSessionRequest OpcUa_ActivateSessionRequest
struct _OpcUa_PublishedEventsDataType OpcUa_PublishedEventsDataType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DataSetWriterDataType_EncodeableType
void OpcUa_MonitoringParameters_Clear(void *pValue)
void OpcUa_DatagramWriterGroupTransportDataType_Clear(void *pValue)
void OpcUa_StatusResult_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ModelChangeStructureDataType_EncodeableType
struct _OpcUa_AddNodesResult OpcUa_AddNodesResult
struct _OpcUa_RequestHeader OpcUa_RequestHeader
void OpcUa_TimeZoneDataType_Clear(void *pValue)
struct _OpcUa_CreateSessionRequest OpcUa_CreateSessionRequest
struct _OpcUa_ReadValueId OpcUa_ReadValueId
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ThreeDVector_EncodeableType
void OpcUa_SessionlessInvokeResponseType_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_PublishResponse_EncodeableType
void OpcUa_DataSetMetaDataType_Clear(void *pValue)
void OpcUa_ObjectNode_Initialize(void *pValue)
void OpcUa_FindServersRequest_Initialize(void *pValue)
void OpcUa_LiteralOperand_Initialize(void *pValue)
struct _OpcUa_PubSubGroupDataType OpcUa_PubSubGroupDataType
struct _OpcUa_HistoryUpdateResult OpcUa_HistoryUpdateResult
void OpcUa_ProgramDiagnostic2DataType_Clear(void *pValue)
struct _OpcUa_EndpointDescription OpcUa_EndpointDescription
void OpcUa_DeleteNodesItem_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ObjectNode_EncodeableType
struct _OpcUa_ModifySubscriptionRequest OpcUa_ModifySubscriptionRequest
void OpcUa_FieldTargetDataType_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_NodeAttributes_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ContentFilterElementResult_EncodeableType
void OpcUa_ReadRequest_Initialize(void *pValue)
void OpcUa_ContentFilterElement_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ResponseHeader_EncodeableType
void OpcUa_RegisterServerResponse_Initialize(void *pValue)
void OpcUa_ReadAtTimeDetails_Clear(void *pValue)
void OpcUa_RegisterNodesRequest_Clear(void *pValue)
void OpcUa_PublishedVariableDataType_Initialize(void *pValue)
void OpcUa_Argument_Clear(void *pValue)
struct _OpcUa_EventNotificationList OpcUa_EventNotificationList
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_AddReferencesResponse_EncodeableType
struct _OpcUa_CallMethodRequest OpcUa_CallMethodRequest
void OpcUa_ConfigurationVersionDataType_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ReferenceTypeAttributes_EncodeableType
void OpcUa_AliasNameDataType_Clear(void *pValue)
struct _OpcUa_RegisteredServer OpcUa_RegisteredServer
void OpcUa_ReadProcessedDetails_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_EnumValueType_EncodeableType
void OpcUa_WriterGroupDataType_Initialize(void *pValue)
void OpcUa_ReferenceTypeNode_Initialize(void *pValue)
void OpcUa_CloseSecureChannelRequest_Clear(void *pValue)
void OpcUa_EnumDescription_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_UserIdentityToken_EncodeableType
void OpcUa_RepublishRequest_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_EnumDescription_EncodeableType
void OpcUa_EndpointDescription_Clear(void *pValue)
void OpcUa_ActivateSessionResponse_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_Range_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_VariableTypeAttributes_EncodeableType
struct _OpcUa_ReadResponse OpcUa_ReadResponse
void OpcUa_VariableNode_Clear(void *pValue)
struct _OpcUa_EUInformation OpcUa_EUInformation
void OpcUa_EUInformation_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ActivateSessionRequest_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SetTriggeringResponse_EncodeableType
void OpcUa_ReadAnnotationDataDetails_Clear(void *pValue)
void OpcUa_KeyValuePair_Initialize(void *pValue)
struct _OpcUa_EnumDefinition OpcUa_EnumDefinition
struct _OpcUa_ContentFilterElement OpcUa_ContentFilterElement
void OpcUa_NodeTypeDescription_Initialize(void *pValue)
void OpcUa_CreateSessionResponse_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_CancelRequest_EncodeableType
struct _OpcUa_CloseSessionRequest OpcUa_CloseSessionRequest
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_BrokerWriterGroupTransportDataType_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_PubSubConnectionDataType_EncodeableType
void OpcUa_OptionSet_Initialize(void *pValue)
void OpcUa_ModelChangeStructureDataType_Clear(void *pValue)
S2OPC_COMMON_EXPORT const OpcUa_UserTokenPolicy SOPC_UserTokenPolicy_X509_Basic256Sha256SecurityPolicy
void OpcUa_TrustListDataType_Clear(void *pValue)
void OpcUa_DeleteAtTimeDetails_Initialize(void *pValue)
struct _OpcUa_RegisterNodesResponse OpcUa_RegisterNodesResponse
void OpcUa_PubSubConfigurationDataType_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_CreateSubscriptionResponse_EncodeableType
struct _OpcUa_ReferenceTypeAttributes OpcUa_ReferenceTypeAttributes
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ReferenceTypeNode_EncodeableType
void OpcUa_ObjectTypeNode_Initialize(void *pValue)
void OpcUa_MonitoredItemNotification_Initialize(void *pValue)
struct _OpcUa_ObjectTypeAttributes OpcUa_ObjectTypeAttributes
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_CreateMonitoredItemsRequest_EncodeableType
struct _OpcUa_RelativePathElement OpcUa_RelativePathElement
void OpcUa_CloseSecureChannelResponse_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_BrowsePathTarget_EncodeableType
void OpcUa_QueryDataDescription_Initialize(void *pValue)
void OpcUa_QueryFirstResponse_Clear(void *pValue)
void OpcUa_ThreeDOrientation_Clear(void *pValue)
void OpcUa_NodeAttributes_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ModifyMonitoredItemsResponse_EncodeableType
void OpcUa_ReferenceNode_Clear(void *pValue)
void OpcUa_Range_Clear(void *pValue)
void OpcUa_BrokerConnectionTransportDataType_Clear(void *pValue)
struct _OpcUa_SetTriggeringResponse OpcUa_SetTriggeringResponse
struct _OpcUa_CreateSubscriptionRequest OpcUa_CreateSubscriptionRequest
void OpcUa_RegisterNodesRequest_Initialize(void *pValue)
void OpcUa_BrowseResponse_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ThreeDCartesianCoordinates_EncodeableType
struct _OpcUa_UnregisterNodesResponse OpcUa_UnregisterNodesResponse
void OpcUa_ReferenceTypeNode_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_BrowseResult_EncodeableType
void OpcUa_MdnsDiscoveryConfiguration_Clear(void *pValue)
void OpcUa_MethodAttributes_Clear(void *pValue)
void OpcUa_CreateMonitoredItemsRequest_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ReadRequest_EncodeableType
void OpcUa_JsonWriterGroupMessageDataType_Clear(void *pValue)
void OpcUa_RelativePath_Initialize(void *pValue)
void OpcUa_BrokerDataSetWriterTransportDataType_Clear(void *pValue)
struct _OpcUa_NetworkGroupDataType OpcUa_NetworkGroupDataType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_XVType_EncodeableType
struct _OpcUa_ReaderGroupDataType OpcUa_ReaderGroupDataType
void OpcUa_ReferenceTypeAttributes_Clear(void *pValue)
void OpcUa_FindServersOnNetworkRequest_Initialize(void *pValue)
void OpcUa_ReadProcessedDetails_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_EUInformation_EncodeableType
void OpcUa_ApplicationDescription_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_OpenSecureChannelResponse_EncodeableType
void OpcUa_ThreeDCartesianCoordinates_Initialize(void *pValue)
struct _OpcUa_PubSubConfigurationDataType OpcUa_PubSubConfigurationDataType
void OpcUa_ContentFilterElementResult_Clear(void *pValue)
void OpcUa_SignatureData_Clear(void *pValue)
void OpcUa_NotificationMessage_Initialize(void *pValue)
void OpcUa_BrokerWriterGroupTransportDataType_Initialize(void *pValue)
void OpcUa_RepublishResponse_Clear(void *pValue)
void OpcUa_ContentFilter_Clear(void *pValue)
struct _OpcUa_CreateMonitoredItemsResponse OpcUa_CreateMonitoredItemsResponse
void OpcUa_HistoryReadResult_Clear(void *pValue)
void OpcUa_SemanticChangeStructureDataType_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_EventFieldList_EncodeableType
void OpcUa_QueryNextRequest_Clear(void *pValue)
struct _OpcUa_HistoryReadValueId OpcUa_HistoryReadValueId
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_VariableTypeNode_EncodeableType
void OpcUa_SubscriptionDiagnosticsDataType_Clear(void *pValue)
void OpcUa_EphemeralKeyType_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_AnonymousIdentityToken_EncodeableType
void OpcUa_UadpDataSetWriterMessageDataType_Initialize(void *pValue)
struct _OpcUa_SubscribedDataSetMirrorDataType OpcUa_SubscribedDataSetMirrorDataType
struct _OpcUa_ModifyMonitoredItemsResponse OpcUa_ModifyMonitoredItemsResponse
void OpcUa_DeleteNodesResponse_Initialize(void *pValue)
void OpcUa_CloseSessionResponse_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_CancelResponse_EncodeableType
void OpcUa_ServerDiagnosticsSummaryDataType_Clear(void *pValue)
void OpcUa_DataSetMetaDataType_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DeleteReferencesItem_EncodeableType
struct _OpcUa_CallMethodResult OpcUa_CallMethodResult
void OpcUa_TransferResult_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_JsonDataSetReaderMessageDataType_EncodeableType
struct _OpcUa_QueryDataSet OpcUa_QueryDataSet
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_RelativePathElement_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SemanticChangeStructureDataType_EncodeableType
void OpcUa_PublishedEventsDataType_Clear(void *pValue)
struct _OpcUa_BrokerDataSetWriterTransportDataType OpcUa_BrokerDataSetWriterTransportDataType
void OpcUa_GetEndpointsRequest_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_WriterGroupDataType_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DataChangeNotification_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_StructureField_EncodeableType
void OpcUa_FindServersOnNetworkRequest_Clear(void *pValue)
void OpcUa_StructureDescription_Clear(void *pValue)
void OpcUa_SetMonitoringModeResponse_Clear(void *pValue)
void OpcUa_PubSubConnectionDataType_Clear(void *pValue)
void OpcUa_FieldMetaData_Clear(void *pValue)
struct _OpcUa_ModifySubscriptionResponse OpcUa_ModifySubscriptionResponse
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_BrowseDescription_EncodeableType
void OpcUa_EventFilter_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_EndpointConfiguration_EncodeableType
void OpcUa_HistoryUpdateDetails_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_AddReferencesItem_EncodeableType
struct _OpcUa_ObjectTypeNode OpcUa_ObjectTypeNode
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DataSetReaderDataType_EncodeableType
void OpcUa_BrowseNextResponse_Initialize(void *pValue)
SOPC_EncodeableType ** sopc_KnownEncodeableTypes
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_CloseSecureChannelRequest_EncodeableType
void OpcUa_RegisterServer2Response_Initialize(void *pValue)
void OpcUa_HistoryData_Initialize(void *pValue)
void OpcUa_HistoryUpdateDetails_Clear(void *pValue)
void OpcUa_RequestHeader_Clear(void *pValue)
void OpcUa_ReferenceDescription_Initialize(void *pValue)
void OpcUa_AggregateFilterResult_Initialize(void *pValue)
struct _OpcUa_WriteValue OpcUa_WriteValue
void OpcUa_ThreeDFrame_Clear(void *pValue)
void OpcUa_StructureField_Clear(void *pValue)
struct _OpcUa_EndpointType OpcUa_EndpointType
void OpcUa_TransferResult_Clear(void *pValue)
void OpcUa_ViewDescription_Clear(void *pValue)
void OpcUa_MonitoredItemModifyRequest_Initialize(void *pValue)
struct _OpcUa_AddReferencesResponse OpcUa_AddReferencesResponse
struct _OpcUa_QueryDataDescription OpcUa_QueryDataDescription
void OpcUa_ReadRawModifiedDetails_Clear(void *pValue)
struct _OpcUa_DataChangeNotification OpcUa_DataChangeNotification
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_WriteRequest_EncodeableType
void OpcUa_EUInformation_Initialize(void *pValue)
void OpcUa_DataTypeDescription_Clear(void *pValue)
struct _OpcUa_ThreeDOrientation OpcUa_ThreeDOrientation
struct _OpcUa_InstanceNode OpcUa_InstanceNode
void OpcUa_WriteValue_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_AxisInformation_EncodeableType
struct _OpcUa_StatusResult OpcUa_StatusResult
void OpcUa_AddReferencesResponse_Clear(void *pValue)
void OpcUa_PublishRequest_Initialize(void *pValue)
void OpcUa_AddNodesResponse_Initialize(void *pValue)
void OpcUa_FindServersResponse_Clear(void *pValue)
void OpcUa_QueryDataDescription_Clear(void *pValue)
void OpcUa_AggregateConfiguration_Clear(void *pValue)
void OpcUa_AddNodesRequest_Clear(void *pValue)
void OpcUa_EndpointType_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_TranslateBrowsePathsToNodeIdsResponse_EncodeableType
struct _OpcUa_DataTypeNode OpcUa_DataTypeNode
struct _OpcUa_EndpointConfiguration OpcUa_EndpointConfiguration
struct _OpcUa_ProgramDiagnosticDataType OpcUa_ProgramDiagnosticDataType
struct _OpcUa_MonitoringParameters OpcUa_MonitoringParameters
void OpcUa_UnregisterNodesResponse_Clear(void *pValue)
void OpcUa_QueryDataSet_Clear(void *pValue)
struct _OpcUa_SetTriggeringRequest OpcUa_SetTriggeringRequest
struct _OpcUa_SemanticChangeStructureDataType OpcUa_SemanticChangeStructureDataType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_CreateSessionRequest_EncodeableType
void OpcUa_ContentFilterResult_Initialize(void *pValue)
struct _OpcUa_IdentityMappingRuleType OpcUa_IdentityMappingRuleType
void OpcUa_InstanceNode_Initialize(void *pValue)
void OpcUa_EventNotificationList_Initialize(void *pValue)
struct _OpcUa_ObjectNode OpcUa_ObjectNode
struct _OpcUa_MethodAttributes OpcUa_MethodAttributes
struct _OpcUa_SessionlessInvokeRequestType OpcUa_SessionlessInvokeRequestType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_MonitoredItemNotification_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DataSetMetaDataType_EncodeableType
void OpcUa_Annotation_Initialize(void *pValue)
void OpcUa_ObjectAttributes_Initialize(void *pValue)
void OpcUa_SessionlessInvokeRequestType_Initialize(void *pValue)
void OpcUa_UadpWriterGroupMessageDataType_Initialize(void *pValue)
struct _OpcUa_ModifyMonitoredItemsRequest OpcUa_ModifyMonitoredItemsRequest
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_TransferSubscriptionsResponse_EncodeableType
void OpcUa_ServerStatusDataType_Clear(void *pValue)
void OpcUa_EnumField_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SetPublishingModeRequest_EncodeableType
void OpcUa_EnumField_Initialize(void *pValue)
void OpcUa_IssuedIdentityToken_Clear(void *pValue)
struct _OpcUa_DecimalDataType OpcUa_DecimalDataType
void OpcUa_UpdateDataDetails_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_EndpointType_EncodeableType
void OpcUa_NetworkGroupDataType_Clear(void *pValue)
void OpcUa_EventFieldList_Clear(void *pValue)
void OpcUa_SetPublishingModeResponse_Clear(void *pValue)
void OpcUa_CreateSessionResponse_Clear(void *pValue)
void OpcUa_SamplingIntervalDiagnosticsDataType_Initialize(void *pValue)
void OpcUa_BrowseRequest_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SimpleAttributeOperand_EncodeableType
void OpcUa_AddReferencesResponse_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_PublishedEventsDataType_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_HistoryUpdateDetails_EncodeableType
void OpcUa_WriteRequest_Clear(void *pValue)
struct _OpcUa_LiteralOperand OpcUa_LiteralOperand
void OpcUa_CreateSubscriptionResponse_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ContentFilterElement_EncodeableType
void OpcUa_PublishedDataSetDataType_Initialize(void *pValue)
void OpcUa_DataTypeAttributes_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_MethodAttributes_EncodeableType
void OpcUa_UserNameIdentityToken_Clear(void *pValue)
void OpcUa_MonitoredItemModifyResult_Initialize(void *pValue)
struct _OpcUa_FieldTargetDataType OpcUa_FieldTargetDataType
void OpcUa_NetworkAddressDataType_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DeleteNodesItem_EncodeableType
void OpcUa_SemanticChangeStructureDataType_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_JsonWriterGroupMessageDataType_EncodeableType
void OpcUa_DataSetWriterDataType_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_CurrencyUnitType_EncodeableType
void OpcUa_RedundantServerDataType_Initialize(void *pValue)
void OpcUa_JsonDataSetWriterMessageDataType_Clear(void *pValue)
struct _OpcUa_SimpleTypeDescription OpcUa_SimpleTypeDescription
void OpcUa_MonitoredItemCreateRequest_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_TransferSubscriptionsRequest_EncodeableType
void OpcUa_UpdateDataDetails_Initialize(void *pValue)
struct _OpcUa_BrowseNextRequest OpcUa_BrowseNextRequest
void OpcUa_HistoryUpdateResult_Clear(void *pValue)
void OpcUa_RelativePathElement_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_UABinaryFileDataType_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_BrokerConnectionTransportDataType_EncodeableType
void OpcUa_QueryNextResponse_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_RegisterNodesResponse_EncodeableType
struct _OpcUa_GenericAttributeValue OpcUa_GenericAttributeValue
struct _OpcUa_ReferenceNode OpcUa_ReferenceNode
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_LiteralOperand_EncodeableType
struct _OpcUa_ThreeDVector OpcUa_ThreeDVector
void OpcUa_ActivateSessionRequest_Clear(void *pValue)
void OpcUa_NotificationMessage_Clear(void *pValue)
void OpcUa_DataChangeNotification_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_HistoryReadResult_EncodeableType
void OpcUa_UnregisterNodesRequest_Initialize(void *pValue)
void OpcUa_QueryFirstResponse_Initialize(void *pValue)
struct _OpcUa_X509IdentityToken OpcUa_X509IdentityToken
void OpcUa_CreateSubscriptionRequest_Initialize(void *pValue)
void OpcUa_ViewAttributes_Initialize(void *pValue)
void OpcUa_ViewDescription_Initialize(void *pValue)
struct _OpcUa_RegisterServerRequest OpcUa_RegisterServerRequest
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ProgramDiagnosticDataType_EncodeableType
struct _OpcUa_ServiceFault OpcUa_ServiceFault
void OpcUa_BuildInfo_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ModifySubscriptionRequest_EncodeableType
struct _OpcUa_BrokerConnectionTransportDataType OpcUa_BrokerConnectionTransportDataType
struct _OpcUa_SamplingIntervalDiagnosticsDataType OpcUa_SamplingIntervalDiagnosticsDataType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DeleteMonitoredItemsResponse_EncodeableType
void OpcUa_BrowsePathTarget_Clear(void *pValue)
void OpcUa_PublishedDataSetDataType_Clear(void *pValue)
void OpcUa_HistoryUpdateRequest_Clear(void *pValue)
_SOPC_TypeInternalIndex
Definition sopc_types.h:7053
@ SOPC_TypeInternalIndex_HistoryUpdateRequest
Definition sopc_types.h:7721
@ SOPC_TypeInternalIndex_MonitoredItemNotification
Definition sopc_types.h:7836
@ SOPC_TypeInternalIndex_BrokerDataSetWriterTransportDataType
Definition sopc_types.h:7232
@ SOPC_TypeInternalIndex_UpdateEventDetails
Definition sopc_types.h:7705
@ SOPC_TypeInternalIndex_QueryNextRequest
Definition sopc_types.h:7617
@ SOPC_TypeInternalIndex_CloseSessionResponse
Definition sopc_types.h:7416
@ SOPC_TypeInternalIndex_X509IdentityToken
Definition sopc_types.h:7398
@ SOPC_TypeInternalIndex_BrowseResponse
Definition sopc_types.h:7524
@ SOPC_TypeInternalIndex_AggregateConfiguration
Definition sopc_types.h:7650
@ SOPC_TypeInternalIndex_AdditionalParametersType
Definition sopc_types.h:7058
@ SOPC_TypeInternalIndex_DataTypeSchemaHeader
Definition sopc_types.h:7115
@ SOPC_TypeInternalIndex_TimeZoneDataType
Definition sopc_types.h:7289
@ SOPC_TypeInternalIndex_StructureDescription
Definition sopc_types.h:7100
@ SOPC_TypeInternalIndex_BrowseResult
Definition sopc_types.h:7517
@ SOPC_TypeInternalIndex_HistoryModifiedData
Definition sopc_types.h:7668
@ SOPC_TypeInternalIndex_ModifySubscriptionRequest
Definition sopc_types.h:7818
@ SOPC_TypeInternalIndex_ReadResponse
Definition sopc_types.h:7631
@ SOPC_TypeInternalIndex_CallMethodRequest
Definition sopc_types.h:7728
@ SOPC_TypeInternalIndex_OptionSet
Definition sopc_types.h:7286
@ SOPC_TypeInternalIndex_UadpDataSetWriterMessageDataType
Definition sopc_types.h:7205
@ SOPC_TypeInternalIndex_QueryFirstRequest
Definition sopc_types.h:7609
@ SOPC_TypeInternalIndex_HistoryReadRequest
Definition sopc_types.h:7678
@ SOPC_TypeInternalIndex_ServerStatusDataType
Definition sopc_types.h:7907
@ SOPC_TypeInternalIndex_RationalNumber
Definition sopc_types.h:7067
@ SOPC_TypeInternalIndex_TransferResult
Definition sopc_types.h:7870
@ SOPC_TypeInternalIndex_SetTriggeringRequest
Definition sopc_types.h:7794
@ SOPC_TypeInternalIndex_ContentFilterElementResult
Definition sopc_types.h:7599
@ SOPC_TypeInternalIndex_PublishRequest
Definition sopc_types.h:7855
@ SOPC_TypeInternalIndex_RequestHeader
Definition sopc_types.h:7292
@ SOPC_TypeInternalIndex_JsonDataSetWriterMessageDataType
Definition sopc_types.h:7214
@ SOPC_TypeInternalIndex_AliasNameDataType
Definition sopc_types.h:7238
@ SOPC_TypeInternalIndex_UpdateDataDetails
Definition sopc_types.h:7699
@ SOPC_TypeInternalIndex_BrokerDataSetReaderTransportDataType
Definition sopc_types.h:7235
@ SOPC_TypeInternalIndex_Annotation
Definition sopc_types.h:7955
@ SOPC_TypeInternalIndex_KeyValuePair
Definition sopc_types.h:7055
@ SOPC_TypeInternalIndex_DataChangeNotification
Definition sopc_types.h:7839
@ SOPC_TypeInternalIndex_CallResponse
Definition sopc_types.h:7738
@ SOPC_TypeInternalIndex_DataTypeDescription
Definition sopc_types.h:7118
@ SOPC_TypeInternalIndex_PubSubGroupDataType
Definition sopc_types.h:7166
@ SOPC_TypeInternalIndex_TransferSubscriptionsResponse
Definition sopc_types.h:7877
@ SOPC_TypeInternalIndex_AggregateFilterResult
Definition sopc_types.h:7751
@ SOPC_TypeInternalIndex_AddReferencesRequest
Definition sopc_types.h:7479
@ SOPC_TypeInternalIndex_ModifyMonitoredItemsRequest
Definition sopc_types.h:7778
@ SOPC_TypeInternalIndex_RegisterServer2Response
Definition sopc_types.h:7352
@ SOPC_TypeInternalIndex_ServiceCounterDataType
Definition sopc_types.h:7910
@ SOPC_TypeInternalIndex_UpdateStructureDataDetails
Definition sopc_types.h:7702
@ SOPC_TypeInternalIndex_RelativePathElement
Definition sopc_types.h:7536
@ SOPC_TypeInternalIndex_CreateSessionRequest
Definition sopc_types.h:7382
@ SOPC_TypeInternalIndex_NodeAttributes
Definition sopc_types.h:7428
@ SOPC_TypeInternalIndex_EventFilterResult
Definition sopc_types.h:7748
@ SOPC_TypeInternalIndex_JsonDataSetReaderMessageDataType
Definition sopc_types.h:7217
@ SOPC_TypeInternalIndex_OpenSecureChannelRequest
Definition sopc_types.h:7360
@ SOPC_TypeInternalIndex_ReaderGroupDataType
Definition sopc_types.h:7175
@ SOPC_TypeInternalIndex_SessionSecurityDiagnosticsDataType
Definition sopc_types.h:7916
@ SOPC_TypeInternalIndex_StructureDefinition
Definition sopc_types.h:7097
@ SOPC_TypeInternalIndex_PublishedDataSetDataType
Definition sopc_types.h:7133
@ SOPC_TypeInternalIndex_AggregateFilter
Definition sopc_types.h:7745
@ SOPC_TypeInternalIndex_ApplicationDescription
Definition sopc_types.h:7157
@ SOPC_TypeInternalIndex_NotificationMessage
Definition sopc_types.h:7833
@ SOPC_TypeInternalIndex_FieldMetaData
Definition sopc_types.h:7124
@ SOPC_TypeInternalIndex_ThreeDOrientation
Definition sopc_types.h:7076
@ SOPC_TypeInternalIndex_CallMethodResult
Definition sopc_types.h:7731
@ SOPC_TypeInternalIndex_DoubleComplexNumberType
Definition sopc_types.h:7940
@ SOPC_TypeInternalIndex_UadpWriterGroupMessageDataType
Definition sopc_types.h:7202
@ SOPC_TypeInternalIndex_ReadAtTimeDetails
Definition sopc_types.h:7656
@ SOPC_TypeInternalIndex_WriteRequest
Definition sopc_types.h:7689
@ SOPC_TypeInternalIndex_ConfigurationVersionDataType
Definition sopc_types.h:7127
@ SOPC_TypeInternalIndex_SamplingIntervalDiagnosticsDataType
Definition sopc_types.h:7901
@ SOPC_TypeInternalIndex_ActivateSessionRequest
Definition sopc_types.h:7405
@ SOPC_TypeInternalIndex_ViewNode
Definition sopc_types.h:7274
@ SOPC_TypeInternalIndex_AddNodesResult
Definition sopc_types.h:7464
@ SOPC_TypeInternalIndex_PublishedVariableDataType
Definition sopc_types.h:7136
@ SOPC_TypeInternalIndex_GetEndpointsResponse
Definition sopc_types.h:7330
@ SOPC_TypeInternalIndex_UserTokenPolicy
Definition sopc_types.h:7160
@ SOPC_TypeInternalIndex_ViewAttributes
Definition sopc_types.h:7452
@ SOPC_TypeInternalIndex_TranslateBrowsePathsToNodeIdsResponse
Definition sopc_types.h:7555
@ SOPC_TypeInternalIndex_Node
Definition sopc_types.h:7247
@ SOPC_TypeInternalIndex_ServerDiagnosticsSummaryDataType
Definition sopc_types.h:7904
@ SOPC_TypeInternalIndex_SubscriptionAcknowledgement
Definition sopc_types.h:7851
@ SOPC_TypeInternalIndex_NetworkAddressDataType
Definition sopc_types.h:7181
@ SOPC_TypeInternalIndex_BrowseNextRequest
Definition sopc_types.h:7529
@ SOPC_TypeInternalIndex_UserIdentityToken
Definition sopc_types.h:7389
@ SOPC_TypeInternalIndex_DeleteReferencesRequest
Definition sopc_types.h:7501
@ SOPC_TypeInternalIndex_ReferenceDescription
Definition sopc_types.h:7514
@ SOPC_TypeInternalIndex_BrowseNextResponse
Definition sopc_types.h:7532
@ SOPC_TypeInternalIndex_BuildInfo
Definition sopc_types.h:7889
@ SOPC_TypeInternalIndex_NodeReference
Definition sopc_types.h:7587
@ SOPC_TypeInternalIndex_CloseSessionRequest
Definition sopc_types.h:7413
@ SOPC_TypeInternalIndex_DataSetReaderDataType
Definition sopc_types.h:7172
@ SOPC_TypeInternalIndex_NetworkGroupDataType
Definition sopc_types.h:7898
@ SOPC_TypeInternalIndex_WriteResponse
Definition sopc_types.h:7692
@ SOPC_TypeInternalIndex_RegisterServerResponse
Definition sopc_types.h:7341
@ SOPC_TypeInternalIndex_RepublishResponse
Definition sopc_types.h:7866
@ SOPC_TypeInternalIndex_TranslateBrowsePathsToNodeIdsRequest
Definition sopc_types.h:7552
@ SOPC_TypeInternalIndex_EphemeralKeyType
Definition sopc_types.h:7061
@ SOPC_TypeInternalIndex_EndpointUrlListDataType
Definition sopc_types.h:7895
@ SOPC_TypeInternalIndex_DeleteEventDetails
Definition sopc_types.h:7714
@ SOPC_TypeInternalIndex_ServerOnNetwork
Definition sopc_types.h:7315
@ SOPC_TypeInternalIndex_FindServersResponse
Definition sopc_types.h:7311
@ SOPC_TypeInternalIndex_QueryFirstResponse
Definition sopc_types.h:7612
@ SOPC_TypeInternalIndex_EventNotificationList
Definition sopc_types.h:7845
@ SOPC_TypeInternalIndex_PublishResponse
Definition sopc_types.h:7858
@ SOPC_TypeInternalIndex_VariableTypeAttributes
Definition sopc_types.h:7443
@ SOPC_TypeInternalIndex_ResponseHeader
Definition sopc_types.h:7295
@ SOPC_TypeInternalIndex_RegisteredServer
Definition sopc_types.h:7334
@ SOPC_TypeInternalIndex_ModifyMonitoredItemsResponse
Definition sopc_types.h:7781
@ SOPC_TypeInternalIndex_ContentFilterElement
Definition sopc_types.h:7145
@ SOPC_TypeInternalIndex_StructureField
Definition sopc_types.h:7094
@ SOPC_TypeInternalIndex_ReferenceNode
Definition sopc_types.h:7244
@ SOPC_TypeInternalIndex_MonitoredItemCreateResult
Definition sopc_types.h:7760
@ SOPC_TypeInternalIndex_MonitoredItemCreateRequest
Definition sopc_types.h:7757
@ SOPC_TypeInternalIndex_SessionlessInvokeResponseType
Definition sopc_types.h:7304
@ SOPC_TypeInternalIndex_DatagramConnectionTransportDataType
Definition sopc_types.h:7220
@ SOPC_TypeInternalIndex_ChannelSecurityToken
Definition sopc_types.h:7356
@ SOPC_TypeInternalIndex_DeleteSubscriptionsRequest
Definition sopc_types.h:7882
@ SOPC_TypeInternalIndex_GetEndpointsRequest
Definition sopc_types.h:7327
@ SOPC_TypeInternalIndex_SignatureData
Definition sopc_types.h:7378
@ SOPC_TypeInternalIndex_DataChangeFilter
Definition sopc_types.h:7742
@ SOPC_TypeInternalIndex_UadpDataSetReaderMessageDataType
Definition sopc_types.h:7208
@ SOPC_TypeInternalIndex_StatusResult
Definition sopc_types.h:7919
@ SOPC_TypeInternalIndex_DeleteNodesRequest
Definition sopc_types.h:7490
@ SOPC_TypeInternalIndex_ProgramDiagnosticDataType
Definition sopc_types.h:7949
@ SOPC_TypeInternalIndex_HistoryReadValueId
Definition sopc_types.h:7635
@ SOPC_TypeInternalIndex_HistoryEventFieldList
Definition sopc_types.h:7671
@ SOPC_TypeInternalIndex_SetMonitoringModeResponse
Definition sopc_types.h:7789
@ SOPC_TypeInternalIndex_CloseSecureChannelResponse
Definition sopc_types.h:7371
@ SOPC_TypeInternalIndex_ObjectTypeNode
Definition sopc_types.h:7259
@ SOPC_TypeInternalIndex_UABinaryFileDataType
Definition sopc_types.h:7121
@ SOPC_TypeInternalIndex_NodeTypeDescription
Definition sopc_types.h:7581
@ SOPC_TypeInternalIndex_VariableNode
Definition sopc_types.h:7262
@ SOPC_TypeInternalIndex_ReferenceTypeNode
Definition sopc_types.h:7268
@ SOPC_TypeInternalIndex_MonitoredItemModifyResult
Definition sopc_types.h:7774
@ SOPC_TypeInternalIndex_CancelResponse
Definition sopc_types.h:7424
@ SOPC_TypeInternalIndex_SessionDiagnosticsDataType
Definition sopc_types.h:7913
@ SOPC_TypeInternalIndex_AddNodesResponse
Definition sopc_types.h:7471
@ SOPC_TypeInternalIndex_FindServersRequest
Definition sopc_types.h:7308
@ SOPC_TypeInternalIndex_PubSubConfigurationDataType
Definition sopc_types.h:7199
@ SOPC_TypeInternalIndex_EndpointConfiguration
Definition sopc_types.h:7575
@ SOPC_TypeInternalIndex_AddReferencesResponse
Definition sopc_types.h:7482
@ SOPC_TypeInternalIndex_ReadValueId
Definition sopc_types.h:7624
@ SOPC_TypeInternalIndex_TypeNode
Definition sopc_types.h:7253
@ SOPC_TypeInternalIndex_NetworkAddressUrlDataType
Definition sopc_types.h:7184
@ SOPC_TypeInternalIndex_TransferSubscriptionsRequest
Definition sopc_types.h:7874
@ SOPC_TypeInternalIndex_ContentFilter
Definition sopc_types.h:7148
@ SOPC_TypeInternalIndex_QueryDataDescription
Definition sopc_types.h:7578
@ SOPC_TypeInternalIndex_RolePermissionType
Definition sopc_types.h:7193
@ SOPC_TypeInternalIndex_ReadProcessedDetails
Definition sopc_types.h:7653
@ SOPC_TypeInternalIndex_SubscriptionDiagnosticsDataType
Definition sopc_types.h:7922
@ SOPC_TypeInternalIndex_HistoryReadResult
Definition sopc_types.h:7638
@ SOPC_TypeInternalIndex_ElementOperand
Definition sopc_types.h:7590
@ SOPC_TypeInternalIndex_ObjectTypeAttributes
Definition sopc_types.h:7440
@ SOPC_TypeInternalIndex_PublishedDataItemsDataType
Definition sopc_types.h:7139
@ SOPC_TypeInternalIndex_EndpointType
Definition sopc_types.h:7064
@ SOPC_TypeInternalIndex_ContentFilterResult
Definition sopc_types.h:7602
@ SOPC_TypeInternalIndex_DeleteNodesResponse
Definition sopc_types.h:7493
@ SOPC_TypeInternalIndex_MethodNode
Definition sopc_types.h:7271
@ SOPC_TypeInternalIndex_DataTypeNode
Definition sopc_types.h:7277
@ SOPC_TypeInternalIndex_ComplexNumberType
Definition sopc_types.h:7937
@ SOPC_TypeInternalIndex_SignedSoftwareCertificate
Definition sopc_types.h:7375
@ SOPC_TypeInternalIndex_HistoryData
Definition sopc_types.h:7662
@ SOPC_TypeInternalIndex_AddReferencesItem
Definition sopc_types.h:7475
@ SOPC_TypeInternalIndex_EnumDescription
Definition sopc_types.h:7109
@ SOPC_TypeInternalIndex_ReadEventDetails
Definition sopc_types.h:7644
@ SOPC_TypeInternalIndex_ParsingResult
Definition sopc_types.h:7605
@ SOPC_TypeInternalIndex_BrowseRequest
Definition sopc_types.h:7521
@ SOPC_TypeInternalIndex_VariableTypeNode
Definition sopc_types.h:7265
@ SOPC_TypeInternalIndex_ThreeDCartesianCoordinates
Definition sopc_types.h:7073
@ SOPC_TypeInternalIndex_IdentityMappingRuleType
Definition sopc_types.h:7082
@ SOPC_TypeInternalIndex_QueryNextResponse
Definition sopc_types.h:7620
@ SOPC_TypeInternalIndex_DeleteReferencesItem
Definition sopc_types.h:7497
@ SOPC_TypeInternalIndex_XVType
Definition sopc_types.h:7946
@ SOPC_TypeInternalIndex_ThreeDVector
Definition sopc_types.h:7070
@ SOPC_TypeInternalIndex_MonitoredItemModifyRequest
Definition sopc_types.h:7771
@ SOPC_TypeInternalIndex_JsonWriterGroupMessageDataType
Definition sopc_types.h:7211
@ SOPC_TypeInternalIndex_Argument
Definition sopc_types.h:7280
@ SOPC_TypeInternalIndex_FindServersOnNetworkRequest
Definition sopc_types.h:7319
@ SOPC_TypeInternalIndex_RelativePath
Definition sopc_types.h:7539
@ SOPC_TypeInternalIndex_CallRequest
Definition sopc_types.h:7735
@ SOPC_TypeInternalIndex_DeleteMonitoredItemsRequest
Definition sopc_types.h:7802
@ SOPC_TypeInternalIndex_RegisterNodesResponse
Definition sopc_types.h:7563
@ SOPC_TypeInternalIndex_EndpointDescription
Definition sopc_types.h:7163
@ SOPC_TypeInternalIndex_DeleteAtTimeDetails
Definition sopc_types.h:7711
@ SOPC_TypeInternalIndex_CreateMonitoredItemsResponse
Definition sopc_types.h:7767
@ SOPC_TypeInternalIndex_ModifySubscriptionResponse
Definition sopc_types.h:7821
@ SOPC_TypeInternalIndex_DeleteRawModifiedDetails
Definition sopc_types.h:7708
@ SOPC_TypeInternalIndex_RegisterNodesRequest
Definition sopc_types.h:7560
@ SOPC_TypeInternalIndex_HistoryUpdateResponse
Definition sopc_types.h:7724
@ SOPC_TypeInternalIndex_BrowsePathTarget
Definition sopc_types.h:7545
@ SOPC_TypeInternalIndex_DecimalDataType
Definition sopc_types.h:7091
@ SOPC_TypeInternalIndex_SubscribedDataSetMirrorDataType
Definition sopc_types.h:7196
@ SOPC_TypeInternalIndex_CreateSessionResponse
Definition sopc_types.h:7385
@ SOPC_TypeInternalIndex_AddNodesRequest
Definition sopc_types.h:7468
@ SOPC_TypeInternalIndex_UnsignedRationalNumber
Definition sopc_types.h:7241
@ SOPC_TypeInternalIndex_LiteralOperand
Definition sopc_types.h:7593
@ SOPC_TypeInternalIndex_DataTypeAttributes
Definition sopc_types.h:7449
@ SOPC_TypeInternalIndex_EnumField
Definition sopc_types.h:7103
@ SOPC_TypeInternalIndex_TrustListDataType
Definition sopc_types.h:7088
@ SOPC_TypeInternalIndex_AxisInformation
Definition sopc_types.h:7943
@ SOPC_TypeInternalIndex_Range
Definition sopc_types.h:7931
@ SOPC_TypeInternalIndex_DataSetMetaDataType
Definition sopc_types.h:7130
@ SOPC_TypeInternalIndex_ServiceFault
Definition sopc_types.h:7298
@ SOPC_TypeInternalIndex_SetMonitoringModeRequest
Definition sopc_types.h:7786
@ SOPC_TypeInternalIndex_RegisterServer2Request
Definition sopc_types.h:7349
@ SOPC_TypeInternalIndex_ActivateSessionResponse
Definition sopc_types.h:7408
@ SOPC_TypeInternalIndex_SessionlessInvokeRequestType
Definition sopc_types.h:7301
@ SOPC_TypeInternalIndex_IssuedIdentityToken
Definition sopc_types.h:7401
@ SOPC_TypeInternalIndex_CloseSecureChannelRequest
Definition sopc_types.h:7368
@ SOPC_TypeInternalIndex_QueryDataSet
Definition sopc_types.h:7584
@ SOPC_TypeInternalIndex_ThreeDFrame
Definition sopc_types.h:7079
@ SOPC_TypeInternalIndex_ObjectNode
Definition sopc_types.h:7256
@ SOPC_TypeInternalIndex_BrowsePath
Definition sopc_types.h:7542
@ SOPC_TypeInternalIndex_HistoryUpdateDetails
Definition sopc_types.h:7696
@ SOPC_TypeInternalIndex_InstanceNode
Definition sopc_types.h:7250
@ SOPC_TypeInternalIndex_DeleteMonitoredItemsResponse
Definition sopc_types.h:7805
@ SOPC_TypeInternalIndex_DeleteNodesItem
Definition sopc_types.h:7486
@ SOPC_TypeInternalIndex_EUInformation
Definition sopc_types.h:7934
@ SOPC_TypeInternalIndex_ReadAnnotationDataDetails
Definition sopc_types.h:7659
@ SOPC_TypeInternalIndex_HistoryReadResponse
Definition sopc_types.h:7681
@ SOPC_TypeInternalIndex_FindServersOnNetworkResponse
Definition sopc_types.h:7322
@ SOPC_TypeInternalIndex_GenericAttributes
Definition sopc_types.h:7458
@ SOPC_TypeInternalIndex_ReferenceTypeAttributes
Definition sopc_types.h:7446
@ SOPC_TypeInternalIndex_UnregisterNodesRequest
Definition sopc_types.h:7568
@ SOPC_TypeInternalIndex_PublishedEventsDataType
Definition sopc_types.h:7151
@ SOPC_TypeInternalIndex_FieldTargetDataType
Definition sopc_types.h:7187
@ SOPC_TypeInternalIndex_CreateSubscriptionResponse
Definition sopc_types.h:7813
@ SOPC_TypeInternalIndex_CancelRequest
Definition sopc_types.h:7421
@ SOPC_TypeInternalIndex_DataSetWriterDataType
Definition sopc_types.h:7154
@ SOPC_TypeInternalIndex_WriteValue
Definition sopc_types.h:7685
@ SOPC_TypeInternalIndex_TargetVariablesDataType
Definition sopc_types.h:7190
@ SOPC_TypeInternalIndex_RepublishRequest
Definition sopc_types.h:7863
@ SOPC_TypeInternalIndex_CreateMonitoredItemsRequest
Definition sopc_types.h:7764
@ SOPC_TypeInternalIndex_EventFilter
Definition sopc_types.h:7641
@ SOPC_TypeInternalIndex_WriterGroupDataType
Definition sopc_types.h:7169
@ SOPC_TypeInternalIndex_CurrencyUnitType
Definition sopc_types.h:7085
@ SOPC_TypeInternalIndex_StatusChangeNotification
Definition sopc_types.h:7848
@ SOPC_TypeInternalIndex_ViewDescription
Definition sopc_types.h:7508
@ SOPC_TypeInternalIndex_GenericAttributeValue
Definition sopc_types.h:7455
@ SOPC_TypeInternalIndex_SetTriggeringResponse
Definition sopc_types.h:7797
@ SOPC_TypeInternalIndex_MdnsDiscoveryConfiguration
Definition sopc_types.h:7345
@ SOPC_TypeInternalIndex_UnregisterNodesResponse
Definition sopc_types.h:7571
@ SOPC_TypeInternalIndex_BrokerWriterGroupTransportDataType
Definition sopc_types.h:7229
@ SOPC_TypeInternalIndex_DeleteReferencesResponse
Definition sopc_types.h:7504
@ SOPC_TypeInternalIndex_VariableAttributes
Definition sopc_types.h:7434
@ SOPC_TypeInternalIndex_HistoryEvent
Definition sopc_types.h:7674
@ SOPC_TypeInternalIndex_AnonymousIdentityToken
Definition sopc_types.h:7392
@ SOPC_TypeInternalIndex_EnumDefinition
Definition sopc_types.h:7106
@ SOPC_TypeInternalIndex_AttributeOperand
Definition sopc_types.h:7596
@ SOPC_TypeInternalIndex_RegisterServerRequest
Definition sopc_types.h:7338
@ SOPC_TypeInternalIndex_MonitoringParameters
Definition sopc_types.h:7754
@ SOPC_TypeInternalIndex_BrokerConnectionTransportDataType
Definition sopc_types.h:7226
@ SOPC_TypeInternalIndex_SemanticChangeStructureDataType
Definition sopc_types.h:7928
@ SOPC_TypeInternalIndex_SIZE
Definition sopc_types.h:7957
@ SOPC_TypeInternalIndex_ObjectAttributes
Definition sopc_types.h:7431
@ SOPC_TypeInternalIndex_OpenSecureChannelResponse
Definition sopc_types.h:7363
@ SOPC_TypeInternalIndex_ReadRawModifiedDetails
Definition sopc_types.h:7647
@ SOPC_TypeInternalIndex_CreateSubscriptionRequest
Definition sopc_types.h:7810
@ SOPC_TypeInternalIndex_ReadRequest
Definition sopc_types.h:7628
@ SOPC_TypeInternalIndex_SetPublishingModeResponse
Definition sopc_types.h:7829
@ SOPC_TypeInternalIndex_DatagramWriterGroupTransportDataType
Definition sopc_types.h:7223
@ SOPC_TypeInternalIndex_EventFieldList
Definition sopc_types.h:7842
@ SOPC_TypeInternalIndex_BrowsePathResult
Definition sopc_types.h:7548
@ SOPC_TypeInternalIndex_PubSubConnectionDataType
Definition sopc_types.h:7178
@ SOPC_TypeInternalIndex_UserNameIdentityToken
Definition sopc_types.h:7395
@ SOPC_TypeInternalIndex_ModificationInfo
Definition sopc_types.h:7665
@ SOPC_TypeInternalIndex_SimpleTypeDescription
Definition sopc_types.h:7112
@ SOPC_TypeInternalIndex_RedundantServerDataType
Definition sopc_types.h:7892
@ SOPC_TypeInternalIndex_EnumValueType
Definition sopc_types.h:7283
@ SOPC_TypeInternalIndex_AddNodesItem
Definition sopc_types.h:7461
@ SOPC_TypeInternalIndex_SetPublishingModeRequest
Definition sopc_types.h:7826
@ SOPC_TypeInternalIndex_HistoryUpdateResult
Definition sopc_types.h:7717
@ SOPC_TypeInternalIndex_SimpleAttributeOperand
Definition sopc_types.h:7142
@ SOPC_TypeInternalIndex_DeleteSubscriptionsResponse
Definition sopc_types.h:7885
@ SOPC_TypeInternalIndex_BrowseDescription
Definition sopc_types.h:7511
@ SOPC_TypeInternalIndex_MethodAttributes
Definition sopc_types.h:7437
@ SOPC_TypeInternalIndex_ModelChangeStructureDataType
Definition sopc_types.h:7925
@ SOPC_TypeInternalIndex_ProgramDiagnostic2DataType
Definition sopc_types.h:7952
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_MonitoringParameters_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DeleteReferencesRequest_EncodeableType
void OpcUa_JsonWriterGroupMessageDataType_Initialize(void *pValue)
void OpcUa_SessionlessInvokeRequestType_Clear(void *pValue)
void OpcUa_SetTriggeringRequest_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_HistoryModifiedData_EncodeableType
void OpcUa_UpdateEventDetails_Clear(void *pValue)
void OpcUa_DoubleComplexNumberType_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_BrowsePathResult_EncodeableType
void OpcUa_EphemeralKeyType_Initialize(void *pValue)
void OpcUa_SimpleAttributeOperand_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DataTypeSchemaHeader_EncodeableType
void OpcUa_CallMethodRequest_Initialize(void *pValue)
void OpcUa_ModificationInfo_Clear(void *pValue)
struct _OpcUa_ReadProcessedDetails OpcUa_ReadProcessedDetails
void OpcUa_AddNodesRequest_Initialize(void *pValue)
void OpcUa_SamplingIntervalDiagnosticsDataType_Clear(void *pValue)
void OpcUa_MonitoredItemModifyResult_Clear(void *pValue)
void OpcUa_AdditionalParametersType_Clear(void *pValue)
struct _OpcUa_NetworkAddressDataType OpcUa_NetworkAddressDataType
void SOPC_Clear_EnumeratedType(int32_t *enumerationValue)
struct _OpcUa_PublishRequest OpcUa_PublishRequest
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_RegisterServerResponse_EncodeableType
struct _OpcUa_AddNodesItem OpcUa_AddNodesItem
struct _OpcUa_ModelChangeStructureDataType OpcUa_ModelChangeStructureDataType
void OpcUa_RegisterServer2Request_Clear(void *pValue)
void OpcUa_UadpDataSetReaderMessageDataType_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ReadProcessedDetails_EncodeableType
void OpcUa_VariableTypeNode_Clear(void *pValue)
struct _OpcUa_QueryFirstRequest OpcUa_QueryFirstRequest
void OpcUa_AttributeOperand_Initialize(void *pValue)
void OpcUa_NodeAttributes_Clear(void *pValue)
void OpcUa_DataChangeNotification_Initialize(void *pValue)
struct _OpcUa_ResponseHeader OpcUa_ResponseHeader
void OpcUa_CreateMonitoredItemsRequest_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ElementOperand_EncodeableType
void OpcUa_DeleteNodesResponse_Clear(void *pValue)
void OpcUa_CancelRequest_Clear(void *pValue)
void OpcUa_SubscriptionDiagnosticsDataType_Initialize(void *pValue)
void OpcUa_DataTypeAttributes_Initialize(void *pValue)
void OpcUa_WriteResponse_Clear(void *pValue)
struct _OpcUa_AggregateFilterResult OpcUa_AggregateFilterResult
struct _OpcUa_DataTypeAttributes OpcUa_DataTypeAttributes
void OpcUa_ReadEventDetails_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_RationalNumber_EncodeableType
void OpcUa_SetPublishingModeResponse_Initialize(void *pValue)
void OpcUa_AddReferencesItem_Clear(void *pValue)
void OpcUa_IssuedIdentityToken_Initialize(void *pValue)
void OpcUa_EndpointDescription_Initialize(void *pValue)
void OpcUa_RelativePath_Clear(void *pValue)
void OpcUa_UadpDataSetWriterMessageDataType_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_StructureDefinition_EncodeableType
void OpcUa_HistoryReadResult_Initialize(void *pValue)
struct _OpcUa_BrowseNextResponse OpcUa_BrowseNextResponse
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_Argument_EncodeableType
void OpcUa_PublishedVariableDataType_Clear(void *pValue)
struct _OpcUa_BrowseResult OpcUa_BrowseResult
void OpcUa_NetworkGroupDataType_Initialize(void *pValue)
void OpcUa_MethodAttributes_Initialize(void *pValue)
struct _OpcUa_DataTypeDescription OpcUa_DataTypeDescription
void OpcUa_CancelResponse_Clear(void *pValue)
struct _OpcUa_PublishResponse OpcUa_PublishResponse
struct _OpcUa_ReadEventDetails OpcUa_ReadEventDetails
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_VariableAttributes_EncodeableType
void OpcUa_RegisteredServer_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_PublishedDataSetDataType_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_PublishedVariableDataType_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_AdditionalParametersType_EncodeableType
void OpcUa_DeleteNodesRequest_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_CallResponse_EncodeableType
void OpcUa_WriterGroupDataType_Clear(void *pValue)
void OpcUa_EnumDefinition_Clear(void *pValue)
void OpcUa_DatagramWriterGroupTransportDataType_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SubscriptionAcknowledgement_EncodeableType
void OpcUa_DecimalDataType_Clear(void *pValue)
struct _OpcUa_UadpDataSetReaderMessageDataType OpcUa_UadpDataSetReaderMessageDataType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_UserNameIdentityToken_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_OpenSecureChannelRequest_EncodeableType
struct _OpcUa_BrokerDataSetReaderTransportDataType OpcUa_BrokerDataSetReaderTransportDataType
struct _OpcUa_JsonWriterGroupMessageDataType OpcUa_JsonWriterGroupMessageDataType
void OpcUa_DeleteSubscriptionsRequest_Clear(void *pValue)
struct _OpcUa_BrowsePathTarget OpcUa_BrowsePathTarget
struct _OpcUa_BrowseRequest OpcUa_BrowseRequest
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_NotificationMessage_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SignatureData_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_QueryNextResponse_EncodeableType
struct _OpcUa_ReferenceTypeNode OpcUa_ReferenceTypeNode
void OpcUa_DeleteMonitoredItemsRequest_Initialize(void *pValue)
struct _OpcUa_TransferSubscriptionsRequest OpcUa_TransferSubscriptionsRequest
struct _OpcUa_ContentFilter OpcUa_ContentFilter
struct _OpcUa_AggregateFilter OpcUa_AggregateFilter
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SessionlessInvokeResponseType_EncodeableType
void OpcUa_DataTypeNode_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_CreateMonitoredItemsResponse_EncodeableType
void OpcUa_SubscribedDataSetMirrorDataType_Clear(void *pValue)
void OpcUa_BrowseNextRequest_Clear(void *pValue)
void SOPC_Initialize_EnumeratedType(int32_t *enumerationValue)
void OpcUa_X509IdentityToken_Clear(void *pValue)
void OpcUa_DeleteReferencesItem_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_FindServersRequest_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DatagramConnectionTransportDataType_EncodeableType
SOPC_ReturnStatus SOPC_Write_EnumeratedType(SOPC_Buffer *buf, const int32_t *enumerationValue, uint32_t nestedStructLevel)
void OpcUa_TransferSubscriptionsRequest_Initialize(void *pValue)
void OpcUa_ServerStatusDataType_Initialize(void *pValue)
void OpcUa_AliasNameDataType_Initialize(void *pValue)
void OpcUa_ReadRawModifiedDetails_Initialize(void *pValue)
struct _OpcUa_Range OpcUa_Range
void OpcUa_DeleteSubscriptionsRequest_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_TypeNode_EncodeableType
void OpcUa_OpenSecureChannelResponse_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_PubSubGroupDataType_EncodeableType
void OpcUa_UpdateEventDetails_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_AddNodesRequest_EncodeableType
void OpcUa_ComplexNumberType_Initialize(void *pValue)
void OpcUa_RepublishResponse_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_CloseSessionResponse_EncodeableType
void OpcUa_GetEndpointsRequest_Clear(void *pValue)
void OpcUa_UpdateStructureDataDetails_Clear(void *pValue)
void OpcUa_ReadRequest_Clear(void *pValue)
struct _OpcUa_UpdateDataDetails OpcUa_UpdateDataDetails
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_PublishRequest_EncodeableType
void OpcUa_UserIdentityToken_Clear(void *pValue)
void OpcUa_AttributeOperand_Clear(void *pValue)
void OpcUa_ThreeDVector_Initialize(void *pValue)
struct _OpcUa_BuildInfo OpcUa_BuildInfo
struct _OpcUa_HistoryReadResult OpcUa_HistoryReadResult
void OpcUa_CurrencyUnitType_Initialize(void *pValue)
struct _OpcUa_VariableTypeAttributes OpcUa_VariableTypeAttributes
void OpcUa_AggregateFilterResult_Clear(void *pValue)
void OpcUa_HistoryEventFieldList_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DataTypeDescription_EncodeableType
void OpcUa_EnumDefinition_Initialize(void *pValue)
void OpcUa_Range_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SamplingIntervalDiagnosticsDataType_EncodeableType
struct _OpcUa_GenericAttributes OpcUa_GenericAttributes
struct _OpcUa_JsonDataSetReaderMessageDataType OpcUa_JsonDataSetReaderMessageDataType
void OpcUa_SessionlessInvokeResponseType_Initialize(void *pValue)
void OpcUa_MonitoredItemCreateRequest_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ComplexNumberType_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ReferenceDescription_EncodeableType
void OpcUa_QueryNextResponse_Clear(void *pValue)
void OpcUa_HistoryReadResponse_Initialize(void *pValue)
void OpcUa_ReadAnnotationDataDetails_Initialize(void *pValue)
struct _OpcUa_UserTokenPolicy OpcUa_UserTokenPolicy
void OpcUa_Annotation_Clear(void *pValue)
struct _OpcUa_BrowsePathResult OpcUa_BrowsePathResult
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ReadValueId_EncodeableType
void OpcUa_StatusResult_Clear(void *pValue)
void OpcUa_BrowsePath_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_FindServersOnNetworkRequest_EncodeableType
struct _OpcUa_DeleteSubscriptionsRequest OpcUa_DeleteSubscriptionsRequest
void OpcUa_DeleteReferencesResponse_Clear(void *pValue)
void OpcUa_StructureDescription_Initialize(void *pValue)
void OpcUa_XVType_Initialize(void *pValue)
void OpcUa_JsonDataSetReaderMessageDataType_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_HistoryEvent_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ContentFilterResult_EncodeableType
void OpcUa_SignedSoftwareCertificate_Initialize(void *pValue)
void OpcUa_VariableNode_Initialize(void *pValue)
void OpcUa_PubSubGroupDataType_Clear(void *pValue)
void OpcUa_DeleteRawModifiedDetails_Initialize(void *pValue)
void OpcUa_HistoryReadValueId_Clear(void *pValue)
struct _OpcUa_RationalNumber OpcUa_RationalNumber
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_MonitoredItemModifyRequest_EncodeableType
S2OPC_COMMON_EXPORT const OpcUa_UserTokenPolicy SOPC_UserTokenPolicy_UserName_Basic256Sha256SecurityPolicy
void OpcUa_AggregateConfiguration_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_MonitoredItemCreateResult_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_BrowseRequest_EncodeableType
void OpcUa_DeleteMonitoredItemsRequest_Clear(void *pValue)
void OpcUa_EventFieldList_Initialize(void *pValue)
void OpcUa_AdditionalParametersType_Initialize(void *pValue)
void OpcUa_AddNodesResponse_Clear(void *pValue)
void OpcUa_GetEndpointsResponse_Clear(void *pValue)
struct _OpcUa_AxisInformation OpcUa_AxisInformation
void OpcUa_RelativePathElement_Clear(void *pValue)
void OpcUa_FindServersOnNetworkResponse_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_StatusChangeNotification_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_GetEndpointsRequest_EncodeableType
void OpcUa_TypeNode_Initialize(void *pValue)
void OpcUa_ElementOperand_Clear(void *pValue)
void OpcUa_BrowseDescription_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_HistoryUpdateResult_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DeleteSubscriptionsResponse_EncodeableType
void OpcUa_ReferenceTypeAttributes_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ServerDiagnosticsSummaryDataType_EncodeableType
void OpcUa_RegisterNodesResponse_Initialize(void *pValue)
void OpcUa_ModifyMonitoredItemsRequest_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_RequestHeader_EncodeableType
void OpcUa_DeleteReferencesResponse_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_JsonDataSetWriterMessageDataType_EncodeableType
void OpcUa_CancelResponse_Initialize(void *pValue)
void OpcUa_TransferSubscriptionsResponse_Initialize(void *pValue)
void OpcUa_TransferSubscriptionsRequest_Clear(void *pValue)
void OpcUa_ActivateSessionRequest_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_AddReferencesRequest_EncodeableType
struct _OpcUa_SubscriptionDiagnosticsDataType OpcUa_SubscriptionDiagnosticsDataType
void OpcUa_ServerOnNetwork_Clear(void *pValue)
void OpcUa_MonitoringParameters_Initialize(void *pValue)
struct _OpcUa_FindServersResponse OpcUa_FindServersResponse
struct _OpcUa_ServiceCounterDataType OpcUa_ServiceCounterDataType
struct _OpcUa_ViewAttributes OpcUa_ViewAttributes
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_UadpDataSetWriterMessageDataType_EncodeableType
struct _OpcUa_MonitoredItemCreateResult OpcUa_MonitoredItemCreateResult
void OpcUa_ApplicationDescription_Initialize(void *pValue)
void OpcUa_BrowseResponse_Clear(void *pValue)
void OpcUa_AddNodesResult_Initialize(void *pValue)
void OpcUa_EndpointType_Clear(void *pValue)
struct _OpcUa_DataSetReaderDataType OpcUa_DataSetReaderDataType
struct _OpcUa_DataSetMetaDataType OpcUa_DataSetMetaDataType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DeleteAtTimeDetails_EncodeableType
void OpcUa_QueryFirstRequest_Clear(void *pValue)
struct _OpcUa_UserIdentityToken OpcUa_UserIdentityToken
void OpcUa_ReadEventDetails_Initialize(void *pValue)
void OpcUa_SetPublishingModeRequest_Clear(void *pValue)
struct _OpcUa_FindServersOnNetworkResponse OpcUa_FindServersOnNetworkResponse
void OpcUa_HistoryUpdateResponse_Initialize(void *pValue)
void OpcUa_EnumValueType_Initialize(void *pValue)
void OpcUa_BrokerDataSetReaderTransportDataType_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SetTriggeringRequest_EncodeableType
void OpcUa_MonitoredItemCreateResult_Initialize(void *pValue)
void OpcUa_TargetVariablesDataType_Initialize(void *pValue)
struct _OpcUa_EnumValueType OpcUa_EnumValueType
void OpcUa_DeleteNodesRequest_Clear(void *pValue)
void OpcUa_CallMethodRequest_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_TrustListDataType_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_QueryFirstRequest_EncodeableType
void OpcUa_SignatureData_Initialize(void *pValue)
struct _OpcUa_ApplicationDescription OpcUa_ApplicationDescription
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ObjectTypeAttributes_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_GetEndpointsResponse_EncodeableType
struct _OpcUa_HistoryUpdateResponse OpcUa_HistoryUpdateResponse
struct _OpcUa_SignedSoftwareCertificate OpcUa_SignedSoftwareCertificate
struct _OpcUa_UpdateEventDetails OpcUa_UpdateEventDetails
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_CreateSubscriptionRequest_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_BrokerDataSetReaderTransportDataType_EncodeableType
struct _OpcUa_UadpWriterGroupMessageDataType OpcUa_UadpWriterGroupMessageDataType
struct _OpcUa_TrustListDataType OpcUa_TrustListDataType
void OpcUa_NodeTypeDescription_Clear(void *pValue)
void OpcUa_CallRequest_Initialize(void *pValue)
struct _OpcUa_TransferSubscriptionsResponse OpcUa_TransferSubscriptionsResponse
struct _OpcUa_FindServersRequest OpcUa_FindServersRequest
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ReadRawModifiedDetails_EncodeableType
void OpcUa_IdentityMappingRuleType_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DecimalDataType_EncodeableType
struct _OpcUa_SetMonitoringModeRequest OpcUa_SetMonitoringModeRequest
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_NodeReference_EncodeableType
void OpcUa_ContentFilterElement_Initialize(void *pValue)
void OpcUa_SubscriptionAcknowledgement_Clear(void *pValue)
void OpcUa_ViewNode_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_NetworkGroupDataType_EncodeableType
struct _OpcUa_TransferResult OpcUa_TransferResult
void OpcUa_BrowsePathResult_Clear(void *pValue)
struct _OpcUa_ViewDescription OpcUa_ViewDescription
void OpcUa_StructureDefinition_Initialize(void *pValue)
struct _OpcUa_EventFilter OpcUa_EventFilter
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_AddNodesResponse_EncodeableType
struct _OpcUa_RelativePath OpcUa_RelativePath
void OpcUa_FieldMetaData_Initialize(void *pValue)
void OpcUa_EventFilterResult_Clear(void *pValue)
struct _OpcUa_EphemeralKeyType OpcUa_EphemeralKeyType
void OpcUa_ObjectAttributes_Clear(void *pValue)
void OpcUa_ModifyMonitoredItemsResponse_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_FindServersResponse_EncodeableType
void OpcUa_SetTriggeringRequest_Initialize(void *pValue)
struct _OpcUa_SessionlessInvokeResponseType OpcUa_SessionlessInvokeResponseType
void OpcUa_SessionDiagnosticsDataType_Clear(void *pValue)
void OpcUa_DeleteEventDetails_Initialize(void *pValue)
void OpcUa_RepublishRequest_Initialize(void *pValue)
void OpcUa_WriteValue_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DeleteRawModifiedDetails_EncodeableType
void OpcUa_InstanceNode_Clear(void *pValue)
struct _OpcUa_NodeTypeDescription OpcUa_NodeTypeDescription
struct _OpcUa_MethodNode OpcUa_MethodNode
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_UpdateDataDetails_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_RegisterServer2Response_EncodeableType
struct _OpcUa_RegisterServerResponse OpcUa_RegisterServerResponse
void OpcUa_ObjectTypeAttributes_Clear(void *pValue)
struct _OpcUa_PublishedVariableDataType OpcUa_PublishedVariableDataType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_BrowseNextRequest_EncodeableType
void OpcUa_AddReferencesItem_Initialize(void *pValue)
void OpcUa_RolePermissionType_Initialize(void *pValue)
void OpcUa_RegisteredServer_Initialize(void *pValue)
struct _OpcUa_ConfigurationVersionDataType OpcUa_ConfigurationVersionDataType
void OpcUa_DataSetWriterDataType_Initialize(void *pValue)
void OpcUa_BrowseNextResponse_Clear(void *pValue)
struct _OpcUa_StatusChangeNotification OpcUa_StatusChangeNotification
void OpcUa_MonitoredItemModifyRequest_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_HistoryEventFieldList_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_PublishedDataItemsDataType_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DeleteMonitoredItemsRequest_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_HistoryData_EncodeableType
void OpcUa_SetPublishingModeRequest_Initialize(void *pValue)
struct _OpcUa_GetEndpointsResponse OpcUa_GetEndpointsResponse
void OpcUa_QueryDataSet_Initialize(void *pValue)
void OpcUa_EventFilterResult_Initialize(void *pValue)
struct _OpcUa_ActivateSessionResponse OpcUa_ActivateSessionResponse
void OpcUa_ChannelSecurityToken_Initialize(void *pValue)
void OpcUa_MethodNode_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_EphemeralKeyType_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_HistoryReadValueId_EncodeableType
void OpcUa_GenericAttributes_Initialize(void *pValue)
struct _OpcUa_AddReferencesItem OpcUa_AddReferencesItem
struct _OpcUa_TypeNode OpcUa_TypeNode
void OpcUa_HistoryReadRequest_Initialize(void *pValue)
void OpcUa_RationalNumber_Initialize(void *pValue)
struct _OpcUa_RegisterServer2Response OpcUa_RegisterServer2Response
struct _OpcUa_HistoryReadRequest OpcUa_HistoryReadRequest
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_RolePermissionType_EncodeableType
void OpcUa_UserTokenPolicy_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SessionlessInvokeRequestType_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_Node_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_OptionSet_EncodeableType
void OpcUa_ServiceCounterDataType_Clear(void *pValue)
struct _OpcUa_QueryFirstResponse OpcUa_QueryFirstResponse
void OpcUa_CancelRequest_Initialize(void *pValue)
void OpcUa_ReferenceDescription_Clear(void *pValue)
void OpcUa_CloseSessionRequest_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_CloseSessionRequest_EncodeableType
void OpcUa_ReadValueId_Clear(void *pValue)
void OpcUa_UABinaryFileDataType_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_IdentityMappingRuleType_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_CallMethodRequest_EncodeableType
struct _OpcUa_SetPublishingModeResponse OpcUa_SetPublishingModeResponse
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_X509IdentityToken_EncodeableType
struct _OpcUa_ContentFilterResult OpcUa_ContentFilterResult
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_TargetVariablesDataType_EncodeableType
struct _OpcUa_MonitoredItemModifyRequest OpcUa_MonitoredItemModifyRequest
void OpcUa_LiteralOperand_Clear(void *pValue)
struct _OpcUa_SubscriptionAcknowledgement OpcUa_SubscriptionAcknowledgement
struct _OpcUa_MonitoredItemModifyResult OpcUa_MonitoredItemModifyResult
void OpcUa_ReadResponse_Initialize(void *pValue)
void OpcUa_PublishedEventsDataType_Initialize(void *pValue)
struct _OpcUa_CloseSecureChannelResponse OpcUa_CloseSecureChannelResponse
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_AggregateFilterResult_EncodeableType
void OpcUa_JsonDataSetWriterMessageDataType_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_EnumField_EncodeableType
void OpcUa_AddNodesResult_Clear(void *pValue)
struct _OpcUa_ProgramDiagnostic2DataType OpcUa_ProgramDiagnostic2DataType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SubscribedDataSetMirrorDataType_EncodeableType
struct _OpcUa_AddNodesResponse OpcUa_AddNodesResponse
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_AliasNameDataType_EncodeableType
void OpcUa_Node_Initialize(void *pValue)
void OpcUa_RegisterServer2Request_Initialize(void *pValue)
void OpcUa_AggregateFilter_Initialize(void *pValue)
void OpcUa_SetMonitoringModeResponse_Initialize(void *pValue)
void OpcUa_CloseSecureChannelRequest_Initialize(void *pValue)
void OpcUa_ModifySubscriptionResponse_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_WriteResponse_EncodeableType
void OpcUa_CreateMonitoredItemsResponse_Initialize(void *pValue)
void OpcUa_UnsignedRationalNumber_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ContentFilter_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_FieldTargetDataType_EncodeableType
void OpcUa_Node_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ReadResponse_EncodeableType
void OpcUa_HistoryUpdateResult_Initialize(void *pValue)
void OpcUa_RationalNumber_Clear(void *pValue)
void OpcUa_RegisterNodesResponse_Clear(void *pValue)
void OpcUa_DatagramConnectionTransportDataType_Clear(void *pValue)
void OpcUa_QueryFirstRequest_Initialize(void *pValue)
void OpcUa_DeleteMonitoredItemsResponse_Clear(void *pValue)
struct _OpcUa_EndpointUrlListDataType OpcUa_EndpointUrlListDataType
void OpcUa_CloseSecureChannelResponse_Initialize(void *pValue)
void OpcUa_EndpointUrlListDataType_Clear(void *pValue)
void OpcUa_DataTypeDescription_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_RegisteredServer_EncodeableType
struct _OpcUa_MdnsDiscoveryConfiguration OpcUa_MdnsDiscoveryConfiguration
void OpcUa_UserIdentityToken_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_UnregisterNodesRequest_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ModificationInfo_EncodeableType
void OpcUa_TypeNode_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_CreateSessionResponse_EncodeableType
void OpcUa_ProgramDiagnostic2DataType_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_UadpWriterGroupMessageDataType_EncodeableType
void OpcUa_ObjectTypeAttributes_Initialize(void *pValue)
void OpcUa_CloseSessionRequest_Clear(void *pValue)
struct _OpcUa_ComplexNumberType OpcUa_ComplexNumberType
void OpcUa_MonitoredItemCreateResult_Clear(void *pValue)
void OpcUa_ModifySubscriptionResponse_Clear(void *pValue)
void OpcUa_SignedSoftwareCertificate_Clear(void *pValue)
void OpcUa_TimeZoneDataType_Initialize(void *pValue)
void OpcUa_ReadAtTimeDetails_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_TimeZoneDataType_EncodeableType
struct _OpcUa_PubSubConnectionDataType OpcUa_PubSubConnectionDataType
void OpcUa_OpenSecureChannelRequest_Clear(void *pValue)
void OpcUa_TargetVariablesDataType_Clear(void *pValue)
void OpcUa_RegisterServerRequest_Initialize(void *pValue)
void OpcUa_ThreeDVector_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_EventFilterResult_EncodeableType
void OpcUa_SimpleTypeDescription_Initialize(void *pValue)
struct _OpcUa_QueryNextRequest OpcUa_QueryNextRequest
struct _OpcUa_SignatureData OpcUa_SignatureData
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_NetworkAddressUrlDataType_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ViewAttributes_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_UnsignedRationalNumber_EncodeableType
void OpcUa_ViewAttributes_Clear(void *pValue)
void OpcUa_NetworkAddressUrlDataType_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ServiceFault_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_SubscriptionDiagnosticsDataType_EncodeableType
void OpcUa_CallMethodResult_Initialize(void *pValue)
void OpcUa_ModifyMonitoredItemsResponse_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_EnumDefinition_EncodeableType
struct _OpcUa_CallRequest OpcUa_CallRequest
void OpcUa_StatusChangeNotification_Clear(void *pValue)
void OpcUa_HistoryReadValueId_Initialize(void *pValue)
struct _OpcUa_PublishedDataSetDataType OpcUa_PublishedDataSetDataType
S2OPC_COMMON_EXPORT const OpcUa_UserTokenPolicy SOPC_UserTokenPolicy_UserName_NoneSecurityPolicy
void OpcUa_DeleteSubscriptionsResponse_Clear(void *pValue)
struct _OpcUa_WriterGroupDataType OpcUa_WriterGroupDataType
void OpcUa_DataSetReaderDataType_Initialize(void *pValue)
void OpcUa_StatusChangeNotification_Initialize(void *pValue)
void OpcUa_HistoryEvent_Initialize(void *pValue)
void OpcUa_EndpointUrlListDataType_Initialize(void *pValue)
struct _OpcUa_NodeReference OpcUa_NodeReference
void OpcUa_ElementOperand_Initialize(void *pValue)
void OpcUa_SessionSecurityDiagnosticsDataType_Initialize(void *pValue)
void OpcUa_DeleteNodesItem_Clear(void *pValue)
struct _OpcUa_ModificationInfo OpcUa_ModificationInfo
struct _OpcUa_RegisterNodesRequest OpcUa_RegisterNodesRequest
struct _OpcUa_GetEndpointsRequest OpcUa_GetEndpointsRequest
struct _OpcUa_JsonDataSetWriterMessageDataType OpcUa_JsonDataSetWriterMessageDataType
struct _OpcUa_ContentFilterElementResult OpcUa_ContentFilterElementResult
struct _OpcUa_CreateSubscriptionResponse OpcUa_CreateSubscriptionResponse
void OpcUa_PubSubConfigurationDataType_Initialize(void *pValue)
void OpcUa_BrokerWriterGroupTransportDataType_Clear(void *pValue)
struct _OpcUa_UpdateStructureDataDetails OpcUa_UpdateStructureDataDetails
struct _OpcUa_AdditionalParametersType OpcUa_AdditionalParametersType
void OpcUa_RegisterServerRequest_Clear(void *pValue)
struct _OpcUa_VariableNode OpcUa_VariableNode
struct _OpcUa_DeleteNodesResponse OpcUa_DeleteNodesResponse
void OpcUa_EventNotificationList_Clear(void *pValue)
struct _OpcUa_OpenSecureChannelRequest OpcUa_OpenSecureChannelRequest
void OpcUa_ParsingResult_Initialize(void *pValue)
void OpcUa_AddNodesItem_Clear(void *pValue)
struct _OpcUa_SimpleAttributeOperand OpcUa_SimpleAttributeOperand
struct _OpcUa_ElementOperand OpcUa_ElementOperand
void OpcUa_UnsignedRationalNumber_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_QueryFirstResponse_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_EndpointDescription_EncodeableType
void OpcUa_EndpointConfiguration_Clear(void *pValue)
struct _OpcUa_ThreeDFrame OpcUa_ThreeDFrame
void OpcUa_ObjectTypeNode_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_HistoryReadResponse_EncodeableType
void OpcUa_AddReferencesRequest_Clear(void *pValue)
void OpcUa_FindServersOnNetworkResponse_Clear(void *pValue)
struct _OpcUa_DoubleComplexNumberType OpcUa_DoubleComplexNumberType
void OpcUa_DeleteReferencesRequest_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_AddNodesResult_EncodeableType
void OpcUa_DataChangeFilter_Initialize(void *pValue)
struct _OpcUa_WriteResponse OpcUa_WriteResponse
void OpcUa_RequestHeader_Initialize(void *pValue)
struct _OpcUa_ReadRequest OpcUa_ReadRequest
struct _OpcUa_ObjectAttributes OpcUa_ObjectAttributes
void OpcUa_AxisInformation_Initialize(void *pValue)
void OpcUa_AddNodesItem_Initialize(void *pValue)
struct _OpcUa_DeleteMonitoredItemsResponse OpcUa_DeleteMonitoredItemsResponse
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_DeleteReferencesResponse_EncodeableType
struct _OpcUa_HistoryUpdateRequest OpcUa_HistoryUpdateRequest
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_KeyValuePair_EncodeableType
void OpcUa_ServiceCounterDataType_Initialize(void *pValue)
void OpcUa_MethodNode_Initialize(void *pValue)
void OpcUa_UnregisterNodesRequest_Clear(void *pValue)
void OpcUa_VariableTypeAttributes_Initialize(void *pValue)
struct _OpcUa_DatagramConnectionTransportDataType OpcUa_DatagramConnectionTransportDataType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_StatusResult_EncodeableType
struct _OpcUa_DataChangeFilter OpcUa_DataChangeFilter
void OpcUa_XVType_Clear(void *pValue)
void OpcUa_OpenSecureChannelResponse_Initialize(void *pValue)
void OpcUa_SubscribedDataSetMirrorDataType_Initialize(void *pValue)
void OpcUa_HistoryEventFieldList_Initialize(void *pValue)
void OpcUa_WriteRequest_Initialize(void *pValue)
struct _OpcUa_DeleteNodesItem OpcUa_DeleteNodesItem
void OpcUa_CreateSessionRequest_Clear(void *pValue)
void OpcUa_DataChangeFilter_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_Annotation_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_BrowsePath_EncodeableType
struct _OpcUa_ReadRawModifiedDetails OpcUa_ReadRawModifiedDetails
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ModifyMonitoredItemsRequest_EncodeableType
S2OPC_COMMON_EXPORT const OpcUa_UserTokenPolicy SOPC_UserTokenPolicy_Anonymous
struct _OpcUa_SessionDiagnosticsDataType OpcUa_SessionDiagnosticsDataType
struct _OpcUa_HistoryData OpcUa_HistoryData
void OpcUa_ReadValueId_Initialize(void *pValue)
struct _OpcUa_StructureDescription OpcUa_StructureDescription
void OpcUa_BrokerConnectionTransportDataType_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_FindServersOnNetworkResponse_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ConfigurationVersionDataType_EncodeableType
struct _OpcUa_Annotation OpcUa_Annotation
struct _OpcUa_DataSetWriterDataType OpcUa_DataSetWriterDataType
struct _OpcUa_Argument OpcUa_Argument
struct _OpcUa_MonitoredItemCreateRequest OpcUa_MonitoredItemCreateRequest
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_RepublishResponse_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_TranslateBrowsePathsToNodeIdsRequest_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_MethodNode_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ServerOnNetwork_EncodeableType
struct _OpcUa_DeleteReferencesRequest OpcUa_DeleteReferencesRequest
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ReferenceNode_EncodeableType
void OpcUa_JsonDataSetReaderMessageDataType_Initialize(void *pValue)
void OpcUa_DataTypeSchemaHeader_Clear(void *pValue)
void OpcUa_DeleteReferencesRequest_Initialize(void *pValue)
void OpcUa_DeleteRawModifiedDetails_Clear(void *pValue)
struct _OpcUa_EventFilterResult OpcUa_EventFilterResult
struct _OpcUa_IssuedIdentityToken OpcUa_IssuedIdentityToken
S2OPC_COMMON_EXPORT const OpcUa_UserTokenPolicy SOPC_UserTokenPolicy_UserName_DefaultSecurityPolicy
void OpcUa_HistoryModifiedData_Clear(void *pValue)
struct _OpcUa_TimeZoneDataType OpcUa_TimeZoneDataType
void OpcUa_ReaderGroupDataType_Clear(void *pValue)
void OpcUa_DeleteSubscriptionsResponse_Initialize(void *pValue)
void OpcUa_ModifySubscriptionRequest_Clear(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_MonitoredItemModifyResult_EncodeableType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_ModifySubscriptionResponse_EncodeableType
struct _OpcUa_DeleteMonitoredItemsRequest OpcUa_DeleteMonitoredItemsRequest
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_EndpointUrlListDataType_EncodeableType
void OpcUa_CallResponse_Initialize(void *pValue)
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_GenericAttributes_EncodeableType
struct _OpcUa_OptionSet OpcUa_OptionSet
struct _OpcUa_RegisterServer2Request OpcUa_RegisterServer2Request
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_NetworkAddressDataType_EncodeableType
void OpcUa_SetTriggeringResponse_Initialize(void *pValue)
struct _OpcUa_DeleteEventDetails OpcUa_DeleteEventDetails
void OpcUa_UABinaryFileDataType_Initialize(void *pValue)
struct _OpcUa_HistoryEvent OpcUa_HistoryEvent
void OpcUa_TransferSubscriptionsResponse_Clear(void *pValue)
void OpcUa_EnumDescription_Initialize(void *pValue)
struct _OpcUa_XVType OpcUa_XVType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_UpdateEventDetails_EncodeableType
struct _OpcUa_CreateSessionResponse OpcUa_CreateSessionResponse
struct _OpcUa_UABinaryFileDataType OpcUa_UABinaryFileDataType
S2OPC_COMMON_EXPORT SOPC_EncodeableType OpcUa_QueryDataSet_EncodeableType
void OpcUa_UadpWriterGroupMessageDataType_Clear(void *pValue)
void OpcUa_ObjectNode_Clear(void *pValue)
void OpcUa_DoubleComplexNumberType_Clear(void *pValue)
void OpcUa_SetMonitoringModeRequest_Initialize(void *pValue)
Bytes buffer structure.
Definition sopc_buffer.h:38
Each attribute in OPC UA has a DataValue caracterized by the following structure.
Definition sopc_builtintypes.h:545
This structure provides vendor specific diagnostic information.
Definition sopc_builtintypes.h:254
Encodeable object type structure definition. It provides all the services functions associated with t...
Definition sopc_encodeabletype.h:177
ExpandedNodeId allows the namespace to be specified explicitly as a string or with an index in the Se...
Definition sopc_builtintypes.h:244
An ExtensionObject is a container for any Structured DataTypes which cannot be encoded as one of the ...
Definition sopc_builtintypes.h:299
Definition sopc_builtintypes.h:200
Definition sopc_builtintypes.h:271
This structure describes a basic NodeID in OPC UA.
Definition sopc_builtintypes.h:226
Definition sopc_builtintypes.h:265
This structure provides string encapsulation.
Definition sopc_builtintypes.h:185
This structure provides variant encapsulation.
Definition sopc_builtintypes.h:411
Definition sopc_types.h:2943
SOPC_String * LocaleIds
Definition sopc_types.h:2952
SOPC_ExtensionObject UserIdentityToken
Definition sopc_types.h:2953
OpcUa_SignatureData UserTokenSignature
Definition sopc_types.h:2954
int32_t NoOfClientSoftwareCertificates
Definition sopc_types.h:2949
OpcUa_SignedSoftwareCertificate * ClientSoftwareCertificates
Definition sopc_types.h:2950
OpcUa_SignatureData ClientSignature
Definition sopc_types.h:2948
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2944
int32_t NoOfLocaleIds
Definition sopc_types.h:2951
Definition sopc_types.h:2970
SOPC_ByteString ServerNonce
Definition sopc_types.h:2976
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2975
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2971
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:2979
int32_t NoOfResults
Definition sopc_types.h:2977
SOPC_StatusCode * Results
Definition sopc_types.h:2978
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:2980
Definition sopc_types.h:3385
SOPC_ExpandedNodeId RequestedNewNodeId
Definition sopc_types.h:3392
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3386
OpcUa_NodeClass NodeClass
Definition sopc_types.h:3394
SOPC_ExpandedNodeId TypeDefinition
Definition sopc_types.h:3396
SOPC_NodeId ReferenceTypeId
Definition sopc_types.h:3391
SOPC_ExpandedNodeId ParentNodeId
Definition sopc_types.h:3390
SOPC_ExtensionObject NodeAttributes
Definition sopc_types.h:3395
SOPC_QualifiedName BrowseName
Definition sopc_types.h:3393
Definition sopc_types.h:3435
OpcUa_AddNodesItem * NodesToAdd
Definition sopc_types.h:3441
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3436
int32_t NoOfNodesToAdd
Definition sopc_types.h:3440
Definition sopc_types.h:3457
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:3466
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:3462
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:3465
int32_t NoOfResults
Definition sopc_types.h:3463
OpcUa_AddNodesResult * Results
Definition sopc_types.h:3464
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3458
Definition sopc_types.h:3412
SOPC_NodeId AddedNodeId
Definition sopc_types.h:3418
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3413
SOPC_StatusCode StatusCode
Definition sopc_types.h:3417
Definition sopc_types.h:3483
SOPC_Boolean IsForward
Definition sopc_types.h:3490
SOPC_NodeId SourceNodeId
Definition sopc_types.h:3488
SOPC_String TargetServerUri
Definition sopc_types.h:3491
SOPC_ExpandedNodeId TargetNodeId
Definition sopc_types.h:3492
SOPC_NodeId ReferenceTypeId
Definition sopc_types.h:3489
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3484
OpcUa_NodeClass TargetNodeClass
Definition sopc_types.h:3493
Definition sopc_types.h:3510
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3511
OpcUa_AddReferencesItem * ReferencesToAdd
Definition sopc_types.h:3516
int32_t NoOfReferencesToAdd
Definition sopc_types.h:3515
Definition sopc_types.h:3532
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:3537
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:3541
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:3540
SOPC_StatusCode * Results
Definition sopc_types.h:3539
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3533
int32_t NoOfResults
Definition sopc_types.h:3538
Definition sopc_types.h:75
int32_t NoOfParameters
Definition sopc_types.h:80
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:76
OpcUa_KeyValuePair * Parameters
Definition sopc_types.h:81
Definition sopc_types.h:4723
SOPC_Boolean UseServerCapabilitiesDefaults
Definition sopc_types.h:4728
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4724
SOPC_Boolean UseSlopedExtrapolation
Definition sopc_types.h:4732
SOPC_Boolean TreatUncertainAsBad
Definition sopc_types.h:4729
SOPC_Byte PercentDataGood
Definition sopc_types.h:4731
SOPC_Byte PercentDataBad
Definition sopc_types.h:4730
Definition sopc_types.h:5467
double RevisedProcessingInterval
Definition sopc_types.h:5473
SOPC_DateTime RevisedStartTime
Definition sopc_types.h:5472
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5468
OpcUa_AggregateConfiguration RevisedAggregateConfiguration
Definition sopc_types.h:5474
Definition sopc_types.h:5418
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5419
SOPC_DateTime StartTime
Definition sopc_types.h:5423
OpcUa_AggregateConfiguration AggregateConfiguration
Definition sopc_types.h:5426
SOPC_NodeId AggregateType
Definition sopc_types.h:5424
double ProcessingInterval
Definition sopc_types.h:5425
Definition sopc_types.h:1595
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1596
SOPC_ExpandedNodeId * ReferencedNodes
Definition sopc_types.h:1602
int32_t NoOfReferencedNodes
Definition sopc_types.h:1601
SOPC_QualifiedName AliasName
Definition sopc_types.h:1600
Definition sopc_types.h:7021
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:7022
SOPC_String UserName
Definition sopc_types.h:7027
SOPC_DateTime AnnotationTime
Definition sopc_types.h:7028
SOPC_String Message
Definition sopc_types.h:7026
Definition sopc_types.h:2852
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2853
SOPC_String PolicyId
Definition sopc_types.h:2857
Definition sopc_types.h:895
SOPC_String * DiscoveryUrls
Definition sopc_types.h:907
SOPC_String ApplicationUri
Definition sopc_types.h:900
OpcUa_ApplicationType ApplicationType
Definition sopc_types.h:903
SOPC_String DiscoveryProfileUri
Definition sopc_types.h:905
SOPC_String ProductUri
Definition sopc_types.h:901
SOPC_LocalizedText ApplicationName
Definition sopc_types.h:902
SOPC_String GatewayServerUri
Definition sopc_types.h:904
int32_t NoOfDiscoveryUrls
Definition sopc_types.h:906
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:896
Definition sopc_types.h:2064
SOPC_String Name
Definition sopc_types.h:2069
uint32_t * ArrayDimensions
Definition sopc_types.h:2073
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2065
SOPC_LocalizedText Description
Definition sopc_types.h:2074
SOPC_NodeId DataType
Definition sopc_types.h:2070
int32_t ValueRank
Definition sopc_types.h:2071
int32_t NoOfArrayDimensions
Definition sopc_types.h:2072
Definition sopc_types.h:4325
SOPC_String IndexRange
Definition sopc_types.h:4334
SOPC_String Alias
Definition sopc_types.h:4331
uint32_t AttributeId
Definition sopc_types.h:4333
SOPC_NodeId NodeId
Definition sopc_types.h:4330
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4326
OpcUa_RelativePath BrowsePath
Definition sopc_types.h:4332
Definition sopc_types.h:6905
SOPC_LocalizedText Title
Definition sopc_types.h:6912
int32_t NoOfAxisSteps
Definition sopc_types.h:6914
double * AxisSteps
Definition sopc_types.h:6915
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6906
OpcUa_AxisScaleEnumeration AxisScaleType
Definition sopc_types.h:6913
OpcUa_EUInformation EngineeringUnits
Definition sopc_types.h:6910
OpcUa_Range EURange
Definition sopc_types.h:6911
Definition sopc_types.h:1498
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1499
SOPC_String AuthenticationProfileUri
Definition sopc_types.h:1504
SOPC_String ResourceUri
Definition sopc_types.h:1503
SOPC_String ResourceUri
Definition sopc_types.h:1576
SOPC_String AuthenticationProfileUri
Definition sopc_types.h:1577
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1571
SOPC_String MetaDataQueueName
Definition sopc_types.h:1579
OpcUa_BrokerTransportQualityOfService RequestedDeliveryGuarantee
Definition sopc_types.h:1578
SOPC_String QueueName
Definition sopc_types.h:1575
SOPC_String AuthenticationProfileUri
Definition sopc_types.h:1551
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1545
OpcUa_BrokerTransportQualityOfService RequestedDeliveryGuarantee
Definition sopc_types.h:1552
SOPC_String ResourceUri
Definition sopc_types.h:1550
SOPC_String QueueName
Definition sopc_types.h:1549
SOPC_String MetaDataQueueName
Definition sopc_types.h:1553
double MetaDataUpdateTime
Definition sopc_types.h:1554
Definition sopc_types.h:1520
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1521
SOPC_String QueueName
Definition sopc_types.h:1525
SOPC_String AuthenticationProfileUri
Definition sopc_types.h:1527
SOPC_String ResourceUri
Definition sopc_types.h:1526
OpcUa_BrokerTransportQualityOfService RequestedDeliveryGuarantee
Definition sopc_types.h:1528
Definition sopc_types.h:3726
uint32_t NodeClassMask
Definition sopc_types.h:3735
SOPC_NodeId ReferenceTypeId
Definition sopc_types.h:3733
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3727
SOPC_Boolean IncludeSubtypes
Definition sopc_types.h:3734
OpcUa_BrowseDirection BrowseDirection
Definition sopc_types.h:3732
uint32_t ResultMask
Definition sopc_types.h:3736
SOPC_NodeId NodeId
Definition sopc_types.h:3731
Definition sopc_types.h:3855
SOPC_ByteString * ContinuationPoints
Definition sopc_types.h:3862
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3856
SOPC_Boolean ReleaseContinuationPoints
Definition sopc_types.h:3860
int32_t NoOfContinuationPoints
Definition sopc_types.h:3861
Definition sopc_types.h:3878
OpcUa_BrowseResult * Results
Definition sopc_types.h:3885
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3879
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:3887
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:3886
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:3883
int32_t NoOfResults
Definition sopc_types.h:3884
Definition sopc_types.h:3994
int32_t NoOfTargets
Definition sopc_types.h:4000
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3995
SOPC_StatusCode StatusCode
Definition sopc_types.h:3999
OpcUa_BrowsePathTarget * Targets
Definition sopc_types.h:4001
Definition sopc_types.h:3972
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3973
SOPC_ExpandedNodeId TargetId
Definition sopc_types.h:3977
uint32_t RemainingPathIndex
Definition sopc_types.h:3978
Definition sopc_types.h:3950
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3951
SOPC_NodeId StartingNode
Definition sopc_types.h:3955
OpcUa_RelativePath RelativePath
Definition sopc_types.h:3956
Definition sopc_types.h:3804
OpcUa_BrowseDescription * NodesToBrowse
Definition sopc_types.h:3812
uint32_t RequestedMaxReferencesPerNode
Definition sopc_types.h:3810
OpcUa_ViewDescription View
Definition sopc_types.h:3809
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3805
int32_t NoOfNodesToBrowse
Definition sopc_types.h:3811
Definition sopc_types.h:3828
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:3837
OpcUa_BrowseResult * Results
Definition sopc_types.h:3835
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:3833
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:3836
int32_t NoOfResults
Definition sopc_types.h:3834
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3829
Definition sopc_types.h:3779
SOPC_StatusCode StatusCode
Definition sopc_types.h:3784
OpcUa_ReferenceDescription * References
Definition sopc_types.h:3787
SOPC_ByteString ContinuationPoint
Definition sopc_types.h:3785
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3780
int32_t NoOfReferences
Definition sopc_types.h:3786
Definition sopc_types.h:6405
SOPC_String BuildNumber
Definition sopc_types.h:6414
SOPC_String ProductUri
Definition sopc_types.h:6410
SOPC_String SoftwareVersion
Definition sopc_types.h:6413
SOPC_String ProductName
Definition sopc_types.h:6412
SOPC_DateTime BuildDate
Definition sopc_types.h:6415
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6406
SOPC_String ManufacturerName
Definition sopc_types.h:6411
Definition sopc_types.h:5295
SOPC_NodeId MethodId
Definition sopc_types.h:5301
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5296
SOPC_Variant * InputArguments
Definition sopc_types.h:5303
int32_t NoOfInputArguments
Definition sopc_types.h:5302
SOPC_NodeId ObjectId
Definition sopc_types.h:5300
Definition sopc_types.h:5319
int32_t NoOfOutputArguments
Definition sopc_types.h:5329
SOPC_StatusCode StatusCode
Definition sopc_types.h:5324
int32_t NoOfInputArgumentDiagnosticInfos
Definition sopc_types.h:5327
SOPC_Variant * OutputArguments
Definition sopc_types.h:5330
SOPC_StatusCode * InputArgumentResults
Definition sopc_types.h:5326
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5320
SOPC_DiagnosticInfo * InputArgumentDiagnosticInfos
Definition sopc_types.h:5328
int32_t NoOfInputArgumentResults
Definition sopc_types.h:5325
Definition sopc_types.h:5347
OpcUa_CallMethodRequest * MethodsToCall
Definition sopc_types.h:5353
int32_t NoOfMethodsToCall
Definition sopc_types.h:5352
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5348
Definition sopc_types.h:5369
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5370
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5374
OpcUa_CallMethodResult * Results
Definition sopc_types.h:5376
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:5378
int32_t NoOfResults
Definition sopc_types.h:5375
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:5377
Definition sopc_types.h:3042
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3043
uint32_t RequestHandle
Definition sopc_types.h:3047
Definition sopc_types.h:3063
uint32_t CancelCount
Definition sopc_types.h:3069
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:3068
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3064
Definition sopc_types.h:2607
uint32_t RevisedLifetime
Definition sopc_types.h:2615
uint32_t TokenId
Definition sopc_types.h:2613
uint32_t ChannelId
Definition sopc_types.h:2612
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2608
SOPC_DateTime CreatedAt
Definition sopc_types.h:2614
Definition sopc_types.h:2683
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2684
Definition sopc_types.h:2703
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2704
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2708
Definition sopc_types.h:2998
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2999
SOPC_Boolean DeleteSubscriptions
Definition sopc_types.h:3003
Definition sopc_types.h:3019
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:3024
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3020
Definition sopc_types.h:6861
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6862
float Real
Definition sopc_types.h:6866
float Imaginary
Definition sopc_types.h:6867
Definition sopc_types.h:637
uint32_t MajorVersion
Definition sopc_types.h:642
uint32_t MinorVersion
Definition sopc_types.h:643
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:638
Definition sopc_types.h:4350
SOPC_StatusCode StatusCode
Definition sopc_types.h:4355
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4351
int32_t NoOfOperandDiagnosticInfos
Definition sopc_types.h:4358
int32_t NoOfOperandStatusCodes
Definition sopc_types.h:4356
SOPC_StatusCode * OperandStatusCodes
Definition sopc_types.h:4357
SOPC_DiagnosticInfo * OperandDiagnosticInfos
Definition sopc_types.h:4359
Definition sopc_types.h:796
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:797
OpcUa_FilterOperator FilterOperator
Definition sopc_types.h:801
SOPC_ExtensionObject * FilterOperands
Definition sopc_types.h:803
int32_t NoOfFilterOperands
Definition sopc_types.h:802
Definition sopc_types.h:4375
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4376
int32_t NoOfElementResults
Definition sopc_types.h:4380
OpcUa_ContentFilterElementResult * ElementResults
Definition sopc_types.h:4381
SOPC_DiagnosticInfo * ElementDiagnosticInfos
Definition sopc_types.h:4383
int32_t NoOfElementDiagnosticInfos
Definition sopc_types.h:4382
Definition sopc_types.h:819
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:820
int32_t NoOfElements
Definition sopc_types.h:824
OpcUa_ContentFilterElement * Elements
Definition sopc_types.h:825
Definition sopc_types.h:5564
OpcUa_MonitoredItemCreateRequest * ItemsToCreate
Definition sopc_types.h:5572
uint32_t SubscriptionId
Definition sopc_types.h:5569
OpcUa_TimestampsToReturn TimestampsToReturn
Definition sopc_types.h:5570
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5565
int32_t NoOfItemsToCreate
Definition sopc_types.h:5571
Definition sopc_types.h:5588
OpcUa_MonitoredItemCreateResult * Results
Definition sopc_types.h:5595
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5593
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:5596
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:5597
int32_t NoOfResults
Definition sopc_types.h:5594
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5589
Definition sopc_types.h:2770
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2771
uint32_t MaxResponseMessageSize
Definition sopc_types.h:2782
SOPC_ByteString ClientNonce
Definition sopc_types.h:2779
double RequestedSessionTimeout
Definition sopc_types.h:2781
SOPC_String SessionName
Definition sopc_types.h:2778
SOPC_ByteString ClientCertificate
Definition sopc_types.h:2780
OpcUa_ApplicationDescription ClientDescription
Definition sopc_types.h:2775
SOPC_String EndpointUrl
Definition sopc_types.h:2777
SOPC_String ServerUri
Definition sopc_types.h:2776
Definition sopc_types.h:2798
OpcUa_EndpointDescription * ServerEndpoints
Definition sopc_types.h:2810
SOPC_ByteString ServerNonce
Definition sopc_types.h:2807
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2799
int32_t NoOfServerEndpoints
Definition sopc_types.h:2809
SOPC_NodeId SessionId
Definition sopc_types.h:2804
double RevisedSessionTimeout
Definition sopc_types.h:2806
SOPC_ByteString ServerCertificate
Definition sopc_types.h:2808
OpcUa_SignatureData ServerSignature
Definition sopc_types.h:2813
SOPC_NodeId AuthenticationToken
Definition sopc_types.h:2805
uint32_t MaxRequestMessageSize
Definition sopc_types.h:2814
OpcUa_SignedSoftwareCertificate * ServerSoftwareCertificates
Definition sopc_types.h:2812
int32_t NoOfServerSoftwareCertificates
Definition sopc_types.h:2811
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2803
Definition sopc_types.h:5870
SOPC_Boolean PublishingEnabled
Definition sopc_types.h:5879
uint32_t RequestedLifetimeCount
Definition sopc_types.h:5876
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5871
uint32_t RequestedMaxKeepAliveCount
Definition sopc_types.h:5877
SOPC_Byte Priority
Definition sopc_types.h:5880
uint32_t MaxNotificationsPerPublish
Definition sopc_types.h:5878
double RequestedPublishingInterval
Definition sopc_types.h:5875
Definition sopc_types.h:5896
uint32_t RevisedLifetimeCount
Definition sopc_types.h:5904
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5901
uint32_t SubscriptionId
Definition sopc_types.h:5902
double RevisedPublishingInterval
Definition sopc_types.h:5903
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5897
uint32_t RevisedMaxKeepAliveCount
Definition sopc_types.h:5905
Definition sopc_types.h:278
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:279
SOPC_SByte Exponent
Definition sopc_types.h:284
int16_t NumericCode
Definition sopc_types.h:283
SOPC_String AlphabeticCode
Definition sopc_types.h:285
SOPC_LocalizedText Currency
Definition sopc_types.h:286
Definition sopc_types.h:5395
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5396
double DeadbandValue
Definition sopc_types.h:5402
OpcUa_DataChangeTrigger Trigger
Definition sopc_types.h:5400
uint32_t DeadbandType
Definition sopc_types.h:5401
Definition sopc_types.h:6070
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:6077
int32_t NoOfMonitoredItems
Definition sopc_types.h:6075
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6071
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:6078
OpcUa_MonitoredItemNotification * MonitoredItems
Definition sopc_types.h:6076
Definition sopc_types.h:659
OpcUa_SimpleTypeDescription * SimpleDataTypes
Definition sopc_types.h:671
OpcUa_FieldMetaData * Fields
Definition sopc_types.h:675
SOPC_LocalizedText Description
Definition sopc_types.h:673
OpcUa_EnumDescription * EnumDataTypes
Definition sopc_types.h:669
SOPC_String Name
Definition sopc_types.h:672
SOPC_String * Namespaces
Definition sopc_types.h:665
int32_t NoOfNamespaces
Definition sopc_types.h:664
int32_t NoOfStructureDataTypes
Definition sopc_types.h:666
int32_t NoOfSimpleDataTypes
Definition sopc_types.h:670
int32_t NoOfFields
Definition sopc_types.h:674
int32_t NoOfEnumDataTypes
Definition sopc_types.h:668
SOPC_Guid DataSetClassId
Definition sopc_types.h:676
OpcUa_StructureDescription * StructureDataTypes
Definition sopc_types.h:667
OpcUa_ConfigurationVersionDataType ConfigurationVersion
Definition sopc_types.h:677
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:660
Definition sopc_types.h:1046
SOPC_String HeaderLayoutUri
Definition sopc_types.h:1060
uint16_t DataSetWriterId
Definition sopc_types.h:1055
SOPC_ExtensionObject TransportSettings
Definition sopc_types.h:1067
SOPC_String SecurityGroupId
Definition sopc_types.h:1062
uint32_t KeyFrameCount
Definition sopc_types.h:1059
SOPC_String Name
Definition sopc_types.h:1051
SOPC_Variant PublisherId
Definition sopc_types.h:1053
int32_t NoOfSecurityKeyServices
Definition sopc_types.h:1063
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1047
SOPC_ExtensionObject SubscribedDataSet
Definition sopc_types.h:1069
uint32_t DataSetFieldContentMask
Definition sopc_types.h:1057
OpcUa_MessageSecurityMode SecurityMode
Definition sopc_types.h:1061
SOPC_ExtensionObject MessageSettings
Definition sopc_types.h:1068
uint16_t WriterGroupId
Definition sopc_types.h:1054
double MessageReceiveTimeout
Definition sopc_types.h:1058
OpcUa_KeyValuePair * DataSetReaderProperties
Definition sopc_types.h:1066
SOPC_Boolean Enabled
Definition sopc_types.h:1052
int32_t NoOfDataSetReaderProperties
Definition sopc_types.h:1065
OpcUa_DataSetMetaDataType DataSetMetaData
Definition sopc_types.h:1056
OpcUa_EndpointDescription * SecurityKeyServices
Definition sopc_types.h:1064
Definition sopc_types.h:865
SOPC_String DataSetName
Definition sopc_types.h:875
SOPC_ExtensionObject TransportSettings
Definition sopc_types.h:878
uint16_t DataSetWriterId
Definition sopc_types.h:872
OpcUa_KeyValuePair * DataSetWriterProperties
Definition sopc_types.h:877
uint32_t KeyFrameCount
Definition sopc_types.h:874
uint32_t DataSetFieldContentMask
Definition sopc_types.h:873
int32_t NoOfDataSetWriterProperties
Definition sopc_types.h:876
SOPC_ExtensionObject MessageSettings
Definition sopc_types.h:879
SOPC_String Name
Definition sopc_types.h:870
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:866
SOPC_Boolean Enabled
Definition sopc_types.h:871
Definition sopc_types.h:3283
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3284
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3289
SOPC_Boolean IsAbstract
Definition sopc_types.h:3293
uint32_t UserWriteMask
Definition sopc_types.h:3292
SOPC_LocalizedText Description
Definition sopc_types.h:3290
uint32_t SpecifiedAttributes
Definition sopc_types.h:3288
uint32_t WriteMask
Definition sopc_types.h:3291
Definition sopc_types.h:551
SOPC_QualifiedName Name
Definition sopc_types.h:557
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:552
SOPC_NodeId DataTypeId
Definition sopc_types.h:556
Definition sopc_types.h:2028
uint32_t WriteMask
Definition sopc_types.h:2038
int32_t NoOfReferences
Definition sopc_types.h:2045
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:2043
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:2041
SOPC_ExtensionObject DataTypeDefinition
Definition sopc_types.h:2048
SOPC_LocalizedText DisplayName
Definition sopc_types.h:2036
uint32_t UserWriteMask
Definition sopc_types.h:2039
SOPC_QualifiedName BrowseName
Definition sopc_types.h:2035
SOPC_Boolean IsAbstract
Definition sopc_types.h:2047
SOPC_NodeId NodeId
Definition sopc_types.h:2033
uint16_t AccessRestrictions
Definition sopc_types.h:2044
int32_t NoOfRolePermissions
Definition sopc_types.h:2040
OpcUa_ReferenceNode * References
Definition sopc_types.h:2046
int32_t NoOfUserRolePermissions
Definition sopc_types.h:2042
SOPC_LocalizedText Description
Definition sopc_types.h:2037
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2029
OpcUa_NodeClass NodeClass
Definition sopc_types.h:2034
Definition sopc_types.h:523
int32_t NoOfSimpleDataTypes
Definition sopc_types.h:534
int32_t NoOfStructureDataTypes
Definition sopc_types.h:530
int32_t NoOfNamespaces
Definition sopc_types.h:528
OpcUa_SimpleTypeDescription * SimpleDataTypes
Definition sopc_types.h:535
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:524
OpcUa_EnumDescription * EnumDataTypes
Definition sopc_types.h:533
SOPC_String * Namespaces
Definition sopc_types.h:529
OpcUa_StructureDescription * StructureDataTypes
Definition sopc_types.h:531
int32_t NoOfEnumDataTypes
Definition sopc_types.h:532
Definition sopc_types.h:1455
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1456
SOPC_ExtensionObject DiscoveryAddress
Definition sopc_types.h:1460
SOPC_Byte MessageRepeatCount
Definition sopc_types.h:1481
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1477
double MessageRepeatDelay
Definition sopc_types.h:1482
Definition sopc_types.h:331
SOPC_ByteString Value
Definition sopc_types.h:337
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:332
int16_t Scale
Definition sopc_types.h:336
Definition sopc_types.h:5175
int32_t NoOfReqTimes
Definition sopc_types.h:5181
SOPC_DateTime * ReqTimes
Definition sopc_types.h:5182
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5176
SOPC_NodeId NodeId
Definition sopc_types.h:5180
Definition sopc_types.h:5198
SOPC_ByteString * EventIds
Definition sopc_types.h:5205
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5199
SOPC_NodeId NodeId
Definition sopc_types.h:5203
int32_t NoOfEventIds
Definition sopc_types.h:5204
Definition sopc_types.h:5820
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5821
uint32_t SubscriptionId
Definition sopc_types.h:5825
uint32_t * MonitoredItemIds
Definition sopc_types.h:5827
int32_t NoOfMonitoredItemIds
Definition sopc_types.h:5826
Definition sopc_types.h:5843
int32_t NoOfResults
Definition sopc_types.h:5849
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5844
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:5851
SOPC_StatusCode * Results
Definition sopc_types.h:5850
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5848
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:5852
Definition sopc_types.h:3558
SOPC_Boolean DeleteTargetReferences
Definition sopc_types.h:3564
SOPC_NodeId NodeId
Definition sopc_types.h:3563
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3559
Definition sopc_types.h:3581
int32_t NoOfNodesToDelete
Definition sopc_types.h:3586
OpcUa_DeleteNodesItem * NodesToDelete
Definition sopc_types.h:3587
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3582
Definition sopc_types.h:3603
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:3611
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:3612
int32_t NoOfResults
Definition sopc_types.h:3609
SOPC_StatusCode * Results
Definition sopc_types.h:3610
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3604
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:3608
Definition sopc_types.h:5151
SOPC_DateTime EndTime
Definition sopc_types.h:5159
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5152
SOPC_Boolean IsDeleteModified
Definition sopc_types.h:5157
SOPC_DateTime StartTime
Definition sopc_types.h:5158
SOPC_NodeId NodeId
Definition sopc_types.h:5156
Definition sopc_types.h:3629
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3630
SOPC_NodeId ReferenceTypeId
Definition sopc_types.h:3635
SOPC_ExpandedNodeId TargetNodeId
Definition sopc_types.h:3637
SOPC_NodeId SourceNodeId
Definition sopc_types.h:3634
SOPC_Boolean DeleteBidirectional
Definition sopc_types.h:3638
SOPC_Boolean IsForward
Definition sopc_types.h:3636
Definition sopc_types.h:3655
OpcUa_DeleteReferencesItem * ReferencesToDelete
Definition sopc_types.h:3661
int32_t NoOfReferencesToDelete
Definition sopc_types.h:3660
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3656
Definition sopc_types.h:3677
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3678
SOPC_StatusCode * Results
Definition sopc_types.h:3684
int32_t NoOfResults
Definition sopc_types.h:3683
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:3686
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:3685
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:3682
Definition sopc_types.h:6357
uint32_t * SubscriptionIds
Definition sopc_types.h:6363
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6358
int32_t NoOfSubscriptionIds
Definition sopc_types.h:6362
Definition sopc_types.h:6379
int32_t NoOfResults
Definition sopc_types.h:6385
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:6388
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:6387
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6380
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:6384
SOPC_StatusCode * Results
Definition sopc_types.h:6386
Definition sopc_types.h:6883
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6884
double Real
Definition sopc_types.h:6888
double Imaginary
Definition sopc_types.h:6889
Definition sopc_types.h:6837
SOPC_String NamespaceUri
Definition sopc_types.h:6842
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6838
int32_t UnitId
Definition sopc_types.h:6843
SOPC_LocalizedText Description
Definition sopc_types.h:6845
SOPC_LocalizedText DisplayName
Definition sopc_types.h:6844
Definition sopc_types.h:4283
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4284
uint32_t Index
Definition sopc_types.h:4288
Definition sopc_types.h:4158
int32_t MaxBufferSize
Definition sopc_types.h:4169
int32_t ChannelLifetime
Definition sopc_types.h:4170
int32_t MaxByteStringLength
Definition sopc_types.h:4166
SOPC_Boolean UseBinaryEncoding
Definition sopc_types.h:4164
int32_t MaxArrayLength
Definition sopc_types.h:4167
int32_t MaxMessageSize
Definition sopc_types.h:4168
int32_t SecurityTokenLifetime
Definition sopc_types.h:4171
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4159
int32_t MaxStringLength
Definition sopc_types.h:4165
int32_t OperationTimeout
Definition sopc_types.h:4163
Definition sopc_types.h:948
SOPC_String TransportProfileUri
Definition sopc_types.h:960
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:949
int32_t NoOfUserIdentityTokens
Definition sopc_types.h:958
SOPC_String EndpointUrl
Definition sopc_types.h:953
SOPC_Byte SecurityLevel
Definition sopc_types.h:961
SOPC_ByteString ServerCertificate
Definition sopc_types.h:955
OpcUa_MessageSecurityMode SecurityMode
Definition sopc_types.h:956
OpcUa_ApplicationDescription Server
Definition sopc_types.h:954
SOPC_String SecurityPolicyUri
Definition sopc_types.h:957
OpcUa_UserTokenPolicy * UserIdentityTokens
Definition sopc_types.h:959
Definition sopc_types.h:119
SOPC_String TransportProfileUri
Definition sopc_types.h:127
SOPC_String SecurityPolicyUri
Definition sopc_types.h:126
SOPC_String EndpointUrl
Definition sopc_types.h:124
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:120
OpcUa_MessageSecurityMode SecurityMode
Definition sopc_types.h:125
Definition sopc_types.h:6454
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6455
SOPC_String * EndpointUrlList
Definition sopc_types.h:6460
int32_t NoOfEndpointUrlList
Definition sopc_types.h:6459
Definition sopc_types.h:453
OpcUa_EnumField * Fields
Definition sopc_types.h:459
int32_t NoOfFields
Definition sopc_types.h:458
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:454
Definition sopc_types.h:475
SOPC_NodeId DataTypeId
Definition sopc_types.h:480
OpcUa_EnumDefinition EnumDefinition
Definition sopc_types.h:482
SOPC_Byte BuiltInType
Definition sopc_types.h:483
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:476
SOPC_QualifiedName Name
Definition sopc_types.h:481
Definition sopc_types.h:429
int64_t Value
Definition sopc_types.h:434
SOPC_LocalizedText Description
Definition sopc_types.h:436
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:430
SOPC_String Name
Definition sopc_types.h:437
SOPC_LocalizedText DisplayName
Definition sopc_types.h:435
Definition sopc_types.h:2090
SOPC_LocalizedText DisplayName
Definition sopc_types.h:2096
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2091
int64_t Value
Definition sopc_types.h:2095
SOPC_LocalizedText Description
Definition sopc_types.h:2097
Definition sopc_types.h:97
SOPC_ByteString Signature
Definition sopc_types.h:103
SOPC_ByteString PublicKey
Definition sopc_types.h:102
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:98
Definition sopc_types.h:6094
uint32_t ClientHandle
Definition sopc_types.h:6099
SOPC_Variant * EventFields
Definition sopc_types.h:6101
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6095
int32_t NoOfEventFields
Definition sopc_types.h:6100
Definition sopc_types.h:5442
OpcUa_ContentFilterResult WhereClauseResult
Definition sopc_types.h:5451
int32_t NoOfSelectClauseDiagnosticInfos
Definition sopc_types.h:5449
int32_t NoOfSelectClauseResults
Definition sopc_types.h:5447
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5443
SOPC_StatusCode * SelectClauseResults
Definition sopc_types.h:5448
SOPC_DiagnosticInfo * SelectClauseDiagnosticInfos
Definition sopc_types.h:5450
Definition sopc_types.h:4651
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4652
OpcUa_SimpleAttributeOperand * SelectClauses
Definition sopc_types.h:4657
int32_t NoOfSelectClauses
Definition sopc_types.h:4656
OpcUa_ContentFilter WhereClause
Definition sopc_types.h:4658
Definition sopc_types.h:6117
int32_t NoOfEvents
Definition sopc_types.h:6122
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6118
OpcUa_EventFieldList * Events
Definition sopc_types.h:6123
Definition sopc_types.h:605
SOPC_String Name
Definition sopc_types.h:610
SOPC_Guid DataSetFieldId
Definition sopc_types.h:619
OpcUa_KeyValuePair * Properties
Definition sopc_types.h:621
int32_t NoOfProperties
Definition sopc_types.h:620
int32_t NoOfArrayDimensions
Definition sopc_types.h:616
uint16_t FieldFlags
Definition sopc_types.h:612
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:606
SOPC_Byte BuiltInType
Definition sopc_types.h:613
int32_t ValueRank
Definition sopc_types.h:615
uint32_t * ArrayDimensions
Definition sopc_types.h:617
uint32_t MaxStringLength
Definition sopc_types.h:618
SOPC_LocalizedText Description
Definition sopc_types.h:611
SOPC_NodeId DataType
Definition sopc_types.h:614
Definition sopc_types.h:1193
uint32_t AttributeId
Definition sopc_types.h:1201
SOPC_Variant OverrideValue
Definition sopc_types.h:1204
OpcUa_OverrideValueHandling OverrideValueHandling
Definition sopc_types.h:1203
SOPC_String ReceiverIndexRange
Definition sopc_types.h:1199
SOPC_NodeId TargetNodeId
Definition sopc_types.h:1200
SOPC_Guid DataSetFieldId
Definition sopc_types.h:1198
SOPC_String WriteIndexRange
Definition sopc_types.h:1202
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1194
Definition sopc_types.h:2361
SOPC_String * ServerCapabilityFilter
Definition sopc_types.h:2369
uint32_t StartingRecordId
Definition sopc_types.h:2366
uint32_t MaxRecordsToReturn
Definition sopc_types.h:2367
int32_t NoOfServerCapabilityFilter
Definition sopc_types.h:2368
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2362
Definition sopc_types.h:2385
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2390
OpcUa_ServerOnNetwork * Servers
Definition sopc_types.h:2393
SOPC_DateTime LastCounterResetTime
Definition sopc_types.h:2391
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2386
int32_t NoOfServers
Definition sopc_types.h:2392
Definition sopc_types.h:2286
int32_t NoOfLocaleIds
Definition sopc_types.h:2292
SOPC_String * ServerUris
Definition sopc_types.h:2295
int32_t NoOfServerUris
Definition sopc_types.h:2294
SOPC_String EndpointUrl
Definition sopc_types.h:2291
SOPC_String * LocaleIds
Definition sopc_types.h:2293
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2287
Definition sopc_types.h:2311
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2312
int32_t NoOfServers
Definition sopc_types.h:2317
OpcUa_ApplicationDescription * Servers
Definition sopc_types.h:2318
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2316
Definition sopc_types.h:3336
SOPC_Variant Value
Definition sopc_types.h:3342
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3337
uint32_t AttributeId
Definition sopc_types.h:3341
Definition sopc_types.h:3358
uint32_t SpecifiedAttributes
Definition sopc_types.h:3363
uint32_t WriteMask
Definition sopc_types.h:3366
uint32_t UserWriteMask
Definition sopc_types.h:3367
OpcUa_GenericAttributeValue * AttributeValues
Definition sopc_types.h:3369
SOPC_LocalizedText Description
Definition sopc_types.h:3365
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3359
int32_t NoOfAttributeValues
Definition sopc_types.h:3368
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3364
Definition sopc_types.h:2411
int32_t NoOfProfileUris
Definition sopc_types.h:2419
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2412
SOPC_String * ProfileUris
Definition sopc_types.h:2420
int32_t NoOfLocaleIds
Definition sopc_types.h:2417
SOPC_String EndpointUrl
Definition sopc_types.h:2416
SOPC_String * LocaleIds
Definition sopc_types.h:2418
Definition sopc_types.h:2436
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2437
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2441
OpcUa_EndpointDescription * Endpoints
Definition sopc_types.h:2443
int32_t NoOfEndpoints
Definition sopc_types.h:2442
Definition sopc_types.h:4819
SOPC_DataValue * DataValues
Definition sopc_types.h:4825
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4820
int32_t NoOfDataValues
Definition sopc_types.h:4824
Definition sopc_types.h:4888
SOPC_Variant * EventFields
Definition sopc_types.h:4894
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4889
int32_t NoOfEventFields
Definition sopc_types.h:4893
Definition sopc_types.h:4910
int32_t NoOfEvents
Definition sopc_types.h:4915
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4911
OpcUa_HistoryEventFieldList * Events
Definition sopc_types.h:4916
Definition sopc_types.h:4864
SOPC_DataValue * DataValues
Definition sopc_types.h:4870
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4865
int32_t NoOfDataValues
Definition sopc_types.h:4869
int32_t NoOfModificationInfos
Definition sopc_types.h:4871
OpcUa_ModificationInfo * ModificationInfos
Definition sopc_types.h:4872
Definition sopc_types.h:4933
SOPC_Boolean ReleaseContinuationPoints
Definition sopc_types.h:4940
OpcUa_HistoryReadValueId * NodesToRead
Definition sopc_types.h:4942
int32_t NoOfNodesToRead
Definition sopc_types.h:4941
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4934
OpcUa_TimestampsToReturn TimestampsToReturn
Definition sopc_types.h:4939
SOPC_ExtensionObject HistoryReadDetails
Definition sopc_types.h:4938
Definition sopc_types.h:4958
int32_t NoOfResults
Definition sopc_types.h:4964
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:4967
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:4966
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4959
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:4963
OpcUa_HistoryReadResult * Results
Definition sopc_types.h:4965
Definition sopc_types.h:4628
SOPC_ExtensionObject HistoryData
Definition sopc_types.h:4635
SOPC_ByteString ContinuationPoint
Definition sopc_types.h:4634
SOPC_StatusCode StatusCode
Definition sopc_types.h:4633
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4629
Definition sopc_types.h:4604
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4605
SOPC_String IndexRange
Definition sopc_types.h:4610
SOPC_ByteString ContinuationPoint
Definition sopc_types.h:4612
SOPC_NodeId NodeId
Definition sopc_types.h:4609
SOPC_QualifiedName DataEncoding
Definition sopc_types.h:4611
Definition sopc_types.h:5057
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5058
SOPC_NodeId NodeId
Definition sopc_types.h:5062
Definition sopc_types.h:5247
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5248
int32_t NoOfHistoryUpdateDetails
Definition sopc_types.h:5252
SOPC_ExtensionObject * HistoryUpdateDetails
Definition sopc_types.h:5253
Definition sopc_types.h:5269
int32_t NoOfResults
Definition sopc_types.h:5275
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:5278
OpcUa_HistoryUpdateResult * Results
Definition sopc_types.h:5276
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:5277
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5274
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5270
Definition sopc_types.h:5221
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:5230
SOPC_StatusCode StatusCode
Definition sopc_types.h:5226
SOPC_StatusCode * OperationResults
Definition sopc_types.h:5228
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:5229
int32_t NoOfOperationResults
Definition sopc_types.h:5227
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5222
Definition sopc_types.h:256
SOPC_String Criteria
Definition sopc_types.h:262
OpcUa_IdentityCriteriaType CriteriaType
Definition sopc_types.h:261
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:257
Definition sopc_types.h:1697
uint32_t UserWriteMask
Definition sopc_types.h:1708
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1705
OpcUa_ReferenceNode * References
Definition sopc_types.h:1715
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1704
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1710
int32_t NoOfUserRolePermissions
Definition sopc_types.h:1711
SOPC_LocalizedText Description
Definition sopc_types.h:1706
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1703
uint32_t WriteMask
Definition sopc_types.h:1707
int32_t NoOfReferences
Definition sopc_types.h:1714
SOPC_NodeId NodeId
Definition sopc_types.h:1702
uint16_t AccessRestrictions
Definition sopc_types.h:1713
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1698
int32_t NoOfRolePermissions
Definition sopc_types.h:1709
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:1712
Definition sopc_types.h:2919
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2920
SOPC_String PolicyId
Definition sopc_types.h:2924
SOPC_ByteString TokenData
Definition sopc_types.h:2925
SOPC_String EncryptionAlgorithm
Definition sopc_types.h:2926
Definition sopc_types.h:1433
uint32_t DataSetMessageContentMask
Definition sopc_types.h:1439
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1434
uint32_t NetworkMessageContentMask
Definition sopc_types.h:1438
Definition sopc_types.h:1412
uint32_t DataSetMessageContentMask
Definition sopc_types.h:1417
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1413
Definition sopc_types.h:1391
uint32_t NetworkMessageContentMask
Definition sopc_types.h:1396
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1392
Definition sopc_types.h:53
SOPC_QualifiedName Key
Definition sopc_types.h:58
SOPC_Variant Value
Definition sopc_types.h:59
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:54
Definition sopc_types.h:4304
SOPC_Variant Value
Definition sopc_types.h:4309
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4305
Definition sopc_types.h:2534
int32_t NoOfServerCapabilities
Definition sopc_types.h:2540
SOPC_String MdnsServerName
Definition sopc_types.h:2539
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2535
SOPC_String * ServerCapabilities
Definition sopc_types.h:2541
Definition sopc_types.h:3171
uint32_t WriteMask
Definition sopc_types.h:3179
uint32_t UserWriteMask
Definition sopc_types.h:3180
SOPC_Boolean Executable
Definition sopc_types.h:3181
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3177
SOPC_Boolean UserExecutable
Definition sopc_types.h:3182
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3172
uint32_t SpecifiedAttributes
Definition sopc_types.h:3176
SOPC_LocalizedText Description
Definition sopc_types.h:3178
Definition sopc_types.h:1956
SOPC_LocalizedText Description
Definition sopc_types.h:1965
int32_t NoOfReferences
Definition sopc_types.h:1973
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1963
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1957
OpcUa_ReferenceNode * References
Definition sopc_types.h:1974
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1964
uint32_t UserWriteMask
Definition sopc_types.h:1967
SOPC_Boolean Executable
Definition sopc_types.h:1975
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:1971
SOPC_NodeId NodeId
Definition sopc_types.h:1961
SOPC_Boolean UserExecutable
Definition sopc_types.h:1976
int32_t NoOfUserRolePermissions
Definition sopc_types.h:1970
int32_t NoOfRolePermissions
Definition sopc_types.h:1968
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1969
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1962
uint16_t AccessRestrictions
Definition sopc_types.h:1972
uint32_t WriteMask
Definition sopc_types.h:1966
Definition sopc_types.h:6770
SOPC_Byte Verb
Definition sopc_types.h:6777
SOPC_NodeId AffectedType
Definition sopc_types.h:6776
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6771
SOPC_NodeId Affected
Definition sopc_types.h:6775
Definition sopc_types.h:4841
SOPC_String UserName
Definition sopc_types.h:4848
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4842
OpcUa_HistoryUpdateType UpdateType
Definition sopc_types.h:4847
SOPC_DateTime ModificationTime
Definition sopc_types.h:4846
Definition sopc_types.h:5661
OpcUa_TimestampsToReturn TimestampsToReturn
Definition sopc_types.h:5667
OpcUa_MonitoredItemModifyRequest * ItemsToModify
Definition sopc_types.h:5669
int32_t NoOfItemsToModify
Definition sopc_types.h:5668
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5662
uint32_t SubscriptionId
Definition sopc_types.h:5666
Definition sopc_types.h:5685
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5686
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5690
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:5693
OpcUa_MonitoredItemModifyResult * Results
Definition sopc_types.h:5692
int32_t NoOfResults
Definition sopc_types.h:5691
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:5694
Definition sopc_types.h:5923
uint32_t RequestedMaxKeepAliveCount
Definition sopc_types.h:5931
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5924
SOPC_Byte Priority
Definition sopc_types.h:5933
uint32_t MaxNotificationsPerPublish
Definition sopc_types.h:5932
uint32_t RequestedLifetimeCount
Definition sopc_types.h:5930
double RequestedPublishingInterval
Definition sopc_types.h:5929
uint32_t SubscriptionId
Definition sopc_types.h:5928
Definition sopc_types.h:5949
uint32_t RevisedMaxKeepAliveCount
Definition sopc_types.h:5957
double RevisedPublishingInterval
Definition sopc_types.h:5955
uint32_t RevisedLifetimeCount
Definition sopc_types.h:5956
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5950
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5954
Definition sopc_types.h:5515
OpcUa_MonitoringParameters RequestedParameters
Definition sopc_types.h:5522
OpcUa_ReadValueId ItemToMonitor
Definition sopc_types.h:5520
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5516
OpcUa_MonitoringMode MonitoringMode
Definition sopc_types.h:5521
Definition sopc_types.h:5538
SOPC_ExtensionObject FilterResult
Definition sopc_types.h:5547
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5539
uint32_t MonitoredItemId
Definition sopc_types.h:5544
uint32_t RevisedQueueSize
Definition sopc_types.h:5546
SOPC_StatusCode StatusCode
Definition sopc_types.h:5543
double RevisedSamplingInterval
Definition sopc_types.h:5545
Definition sopc_types.h:5614
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5615
uint32_t MonitoredItemId
Definition sopc_types.h:5619
OpcUa_MonitoringParameters RequestedParameters
Definition sopc_types.h:5620
Definition sopc_types.h:5636
SOPC_ExtensionObject FilterResult
Definition sopc_types.h:5644
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5637
double RevisedSamplingInterval
Definition sopc_types.h:5642
SOPC_StatusCode StatusCode
Definition sopc_types.h:5641
uint32_t RevisedQueueSize
Definition sopc_types.h:5643
Definition sopc_types.h:6048
uint32_t ClientHandle
Definition sopc_types.h:6053
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6049
SOPC_DataValue Value
Definition sopc_types.h:6054
Definition sopc_types.h:5490
uint32_t QueueSize
Definition sopc_types.h:5498
SOPC_Boolean DiscardOldest
Definition sopc_types.h:5499
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5491
SOPC_ExtensionObject Filter
Definition sopc_types.h:5497
double SamplingInterval
Definition sopc_types.h:5496
uint32_t ClientHandle
Definition sopc_types.h:5495
Definition sopc_types.h:1150
SOPC_String NetworkInterface
Definition sopc_types.h:1155
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1151
Definition sopc_types.h:1171
SOPC_String Url
Definition sopc_types.h:1177
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1172
SOPC_String NetworkInterface
Definition sopc_types.h:1176
Definition sopc_types.h:6476
SOPC_String ServerUri
Definition sopc_types.h:6481
OpcUa_EndpointUrlListDataType * NetworkPaths
Definition sopc_types.h:6483
int32_t NoOfNetworkPaths
Definition sopc_types.h:6482
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6477
Definition sopc_types.h:3086
uint32_t WriteMask
Definition sopc_types.h:3094
uint32_t UserWriteMask
Definition sopc_types.h:3095
uint32_t SpecifiedAttributes
Definition sopc_types.h:3091
SOPC_LocalizedText Description
Definition sopc_types.h:3093
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3092
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3087
Definition sopc_types.h:4258
int32_t NoOfReferencedNodeIds
Definition sopc_types.h:4266
SOPC_Boolean IsForward
Definition sopc_types.h:4265
SOPC_NodeId * ReferencedNodeIds
Definition sopc_types.h:4267
SOPC_NodeId ReferenceTypeId
Definition sopc_types.h:4264
SOPC_NodeId NodeId
Definition sopc_types.h:4263
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4259
Definition sopc_types.h:4210
SOPC_ExpandedNodeId TypeDefinitionNode
Definition sopc_types.h:4215
SOPC_Boolean IncludeSubTypes
Definition sopc_types.h:4216
int32_t NoOfDataToReturn
Definition sopc_types.h:4217
OpcUa_QueryDataDescription * DataToReturn
Definition sopc_types.h:4218
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4211
Definition sopc_types.h:1663
SOPC_NodeId NodeId
Definition sopc_types.h:1668
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:1678
SOPC_LocalizedText Description
Definition sopc_types.h:1672
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1671
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1670
uint32_t UserWriteMask
Definition sopc_types.h:1674
uint16_t AccessRestrictions
Definition sopc_types.h:1679
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1669
OpcUa_ReferenceNode * References
Definition sopc_types.h:1681
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1664
uint32_t WriteMask
Definition sopc_types.h:1673
int32_t NoOfRolePermissions
Definition sopc_types.h:1675
int32_t NoOfUserRolePermissions
Definition sopc_types.h:1677
int32_t NoOfReferences
Definition sopc_types.h:1680
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1676
Definition sopc_types.h:6024
SOPC_DateTime PublishTime
Definition sopc_types.h:6030
int32_t NoOfNotificationData
Definition sopc_types.h:6031
SOPC_ExtensionObject * NotificationData
Definition sopc_types.h:6032
uint32_t SequenceNumber
Definition sopc_types.h:6029
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6025
Definition sopc_types.h:3111
SOPC_Byte EventNotifier
Definition sopc_types.h:3121
SOPC_LocalizedText Description
Definition sopc_types.h:3118
uint32_t WriteMask
Definition sopc_types.h:3119
uint32_t UserWriteMask
Definition sopc_types.h:3120
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3117
uint32_t SpecifiedAttributes
Definition sopc_types.h:3116
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3112
Definition sopc_types.h:1765
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1766
uint32_t UserWriteMask
Definition sopc_types.h:1776
SOPC_NodeId NodeId
Definition sopc_types.h:1770
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1771
uint16_t AccessRestrictions
Definition sopc_types.h:1781
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:1780
OpcUa_ReferenceNode * References
Definition sopc_types.h:1783
int32_t NoOfReferences
Definition sopc_types.h:1782
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1773
SOPC_Byte EventNotifier
Definition sopc_types.h:1784
uint32_t WriteMask
Definition sopc_types.h:1775
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1772
int32_t NoOfUserRolePermissions
Definition sopc_types.h:1779
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1778
int32_t NoOfRolePermissions
Definition sopc_types.h:1777
SOPC_LocalizedText Description
Definition sopc_types.h:1774
Definition sopc_types.h:3198
SOPC_Boolean IsAbstract
Definition sopc_types.h:3208
uint32_t UserWriteMask
Definition sopc_types.h:3207
uint32_t WriteMask
Definition sopc_types.h:3206
uint32_t SpecifiedAttributes
Definition sopc_types.h:3203
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3204
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3199
SOPC_LocalizedText Description
Definition sopc_types.h:3205
Definition sopc_types.h:1800
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1801
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1808
uint32_t WriteMask
Definition sopc_types.h:1810
uint32_t UserWriteMask
Definition sopc_types.h:1811
int32_t NoOfUserRolePermissions
Definition sopc_types.h:1814
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1806
SOPC_LocalizedText Description
Definition sopc_types.h:1809
uint16_t AccessRestrictions
Definition sopc_types.h:1816
SOPC_NodeId NodeId
Definition sopc_types.h:1805
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1807
OpcUa_ReferenceNode * References
Definition sopc_types.h:1818
int32_t NoOfReferences
Definition sopc_types.h:1817
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:1815
int32_t NoOfRolePermissions
Definition sopc_types.h:1812
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1813
SOPC_Boolean IsAbstract
Definition sopc_types.h:1819
Definition sopc_types.h:2632
OpcUa_MessageSecurityMode SecurityMode
Definition sopc_types.h:2639
uint32_t ClientProtocolVersion
Definition sopc_types.h:2637
uint32_t RequestedLifetime
Definition sopc_types.h:2641
SOPC_ByteString ClientNonce
Definition sopc_types.h:2640
OpcUa_SecurityTokenRequestType RequestType
Definition sopc_types.h:2638
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2633
Definition sopc_types.h:2657
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2658
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2662
SOPC_ByteString ServerNonce
Definition sopc_types.h:2665
OpcUa_ChannelSecurityToken SecurityToken
Definition sopc_types.h:2664
uint32_t ServerProtocolVersion
Definition sopc_types.h:2663
Definition sopc_types.h:2113
SOPC_ByteString Value
Definition sopc_types.h:2118
SOPC_ByteString ValidBits
Definition sopc_types.h:2119
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2114
Definition sopc_types.h:4399
SOPC_StatusCode * DataStatusCodes
Definition sopc_types.h:4406
int32_t NoOfDataDiagnosticInfos
Definition sopc_types.h:4407
SOPC_DiagnosticInfo * DataDiagnosticInfos
Definition sopc_types.h:4408
int32_t NoOfDataStatusCodes
Definition sopc_types.h:4405
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4400
SOPC_StatusCode StatusCode
Definition sopc_types.h:4404
Definition sopc_types.h:6985
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6986
SOPC_StatusCode LastMethodReturnStatus
Definition sopc_types.h:7005
OpcUa_Argument * LastMethodInputArguments
Definition sopc_types.h:6997
int32_t NoOfLastMethodOutputArguments
Definition sopc_types.h:6998
SOPC_DateTime LastMethodCallTime
Definition sopc_types.h:7004
SOPC_Variant * LastMethodInputValues
Definition sopc_types.h:7001
SOPC_DateTime InvocationCreationTime
Definition sopc_types.h:6992
SOPC_String LastMethodCall
Definition sopc_types.h:6994
SOPC_NodeId LastMethodSessionId
Definition sopc_types.h:6995
OpcUa_Argument * LastMethodOutputArguments
Definition sopc_types.h:6999
SOPC_NodeId CreateSessionId
Definition sopc_types.h:6990
int32_t NoOfLastMethodInputArguments
Definition sopc_types.h:6996
SOPC_Variant * LastMethodOutputValues
Definition sopc_types.h:7003
int32_t NoOfLastMethodInputValues
Definition sopc_types.h:7000
int32_t NoOfLastMethodOutputValues
Definition sopc_types.h:7002
SOPC_DateTime LastTransitionTime
Definition sopc_types.h:6993
SOPC_String CreateClientName
Definition sopc_types.h:6991
Definition sopc_types.h:6953
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6954
SOPC_DateTime InvocationCreationTime
Definition sopc_types.h:6960
SOPC_String LastMethodCall
Definition sopc_types.h:6962
SOPC_NodeId CreateSessionId
Definition sopc_types.h:6958
OpcUa_Argument * LastMethodOutputArguments
Definition sopc_types.h:6967
OpcUa_StatusResult LastMethodReturnStatus
Definition sopc_types.h:6969
SOPC_DateTime LastTransitionTime
Definition sopc_types.h:6961
SOPC_String CreateClientName
Definition sopc_types.h:6959
int32_t NoOfLastMethodOutputArguments
Definition sopc_types.h:6966
SOPC_NodeId LastMethodSessionId
Definition sopc_types.h:6963
int32_t NoOfLastMethodInputArguments
Definition sopc_types.h:6964
SOPC_DateTime LastMethodCallTime
Definition sopc_types.h:6968
OpcUa_Argument * LastMethodInputArguments
Definition sopc_types.h:6965
Definition sopc_types.h:1287
OpcUa_PubSubConnectionDataType * Connections
Definition sopc_types.h:1295
int32_t NoOfPublishedDataSets
Definition sopc_types.h:1292
OpcUa_PublishedDataSetDataType * PublishedDataSets
Definition sopc_types.h:1293
SOPC_Boolean Enabled
Definition sopc_types.h:1296
int32_t NoOfConnections
Definition sopc_types.h:1294
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1288
Definition sopc_types.h:1118
OpcUa_ReaderGroupDataType * ReaderGroups
Definition sopc_types.h:1134
OpcUa_WriterGroupDataType * WriterGroups
Definition sopc_types.h:1132
OpcUa_KeyValuePair * ConnectionProperties
Definition sopc_types.h:1129
SOPC_String TransportProfileUri
Definition sopc_types.h:1126
int32_t NoOfWriterGroups
Definition sopc_types.h:1131
int32_t NoOfReaderGroups
Definition sopc_types.h:1133
SOPC_ExtensionObject Address
Definition sopc_types.h:1127
SOPC_Boolean Enabled
Definition sopc_types.h:1124
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1119
int32_t NoOfConnectionProperties
Definition sopc_types.h:1128
SOPC_ExtensionObject TransportSettings
Definition sopc_types.h:1130
SOPC_Variant PublisherId
Definition sopc_types.h:1125
SOPC_String Name
Definition sopc_types.h:1123
Definition sopc_types.h:977
OpcUa_EndpointDescription * SecurityKeyServices
Definition sopc_types.h:987
SOPC_String SecurityGroupId
Definition sopc_types.h:985
uint32_t MaxNetworkMessageSize
Definition sopc_types.h:988
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:978
int32_t NoOfSecurityKeyServices
Definition sopc_types.h:986
OpcUa_MessageSecurityMode SecurityMode
Definition sopc_types.h:984
OpcUa_KeyValuePair * GroupProperties
Definition sopc_types.h:990
int32_t NoOfGroupProperties
Definition sopc_types.h:989
SOPC_Boolean Enabled
Definition sopc_types.h:983
SOPC_String Name
Definition sopc_types.h:982
Definition sopc_types.h:6184
int32_t NoOfSubscriptionAcknowledgements
Definition sopc_types.h:6189
OpcUa_SubscriptionAcknowledgement * SubscriptionAcknowledgements
Definition sopc_types.h:6190
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6185
Definition sopc_types.h:6206
int32_t NoOfResults
Definition sopc_types.h:6217
SOPC_Boolean MoreNotifications
Definition sopc_types.h:6215
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:6219
SOPC_StatusCode * Results
Definition sopc_types.h:6218
uint32_t * AvailableSequenceNumbers
Definition sopc_types.h:6214
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6207
int32_t NoOfAvailableSequenceNumbers
Definition sopc_types.h:6213
uint32_t SubscriptionId
Definition sopc_types.h:6212
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:6211
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:6220
OpcUa_NotificationMessage NotificationMessage
Definition sopc_types.h:6216
Definition sopc_types.h:749
int32_t NoOfPublishedData
Definition sopc_types.h:754
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:750
OpcUa_PublishedVariableDataType * PublishedData
Definition sopc_types.h:755
Definition sopc_types.h:693
SOPC_String * DataSetFolder
Definition sopc_types.h:700
SOPC_ExtensionObject DataSetSource
Definition sopc_types.h:704
SOPC_String Name
Definition sopc_types.h:698
OpcUa_DataSetMetaDataType DataSetMetaData
Definition sopc_types.h:701
int32_t NoOfDataSetFolder
Definition sopc_types.h:699
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:694
int32_t NoOfExtensionFields
Definition sopc_types.h:702
OpcUa_KeyValuePair * ExtensionFields
Definition sopc_types.h:703
Definition sopc_types.h:841
int32_t NoOfSelectedFields
Definition sopc_types.h:847
OpcUa_SimpleAttributeOperand * SelectedFields
Definition sopc_types.h:848
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:842
OpcUa_ContentFilter Filter
Definition sopc_types.h:849
SOPC_NodeId EventNotifier
Definition sopc_types.h:846
Definition sopc_types.h:720
uint32_t AttributeId
Definition sopc_types.h:726
SOPC_String IndexRange
Definition sopc_types.h:730
SOPC_QualifiedName * MetaDataProperties
Definition sopc_types.h:733
int32_t NoOfMetaDataProperties
Definition sopc_types.h:732
SOPC_Variant SubstituteValue
Definition sopc_types.h:731
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:721
uint32_t DeadbandType
Definition sopc_types.h:728
double DeadbandValue
Definition sopc_types.h:729
SOPC_NodeId PublishedVariable
Definition sopc_types.h:725
double SamplingIntervalHint
Definition sopc_types.h:727
Definition sopc_types.h:4187
uint32_t AttributeId
Definition sopc_types.h:4193
SOPC_String IndexRange
Definition sopc_types.h:4194
OpcUa_RelativePath RelativePath
Definition sopc_types.h:4192
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4188
Definition sopc_types.h:4234
SOPC_Variant * Values
Definition sopc_types.h:4242
SOPC_ExpandedNodeId TypeDefinitionNode
Definition sopc_types.h:4240
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4235
int32_t NoOfValues
Definition sopc_types.h:4241
SOPC_ExpandedNodeId NodeId
Definition sopc_types.h:4239
Definition sopc_types.h:4425
OpcUa_ViewDescription View
Definition sopc_types.h:4430
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4426
uint32_t MaxDataSetsToReturn
Definition sopc_types.h:4434
uint32_t MaxReferencesToReturn
Definition sopc_types.h:4435
int32_t NoOfNodeTypes
Definition sopc_types.h:4431
OpcUa_NodeTypeDescription * NodeTypes
Definition sopc_types.h:4432
OpcUa_ContentFilter Filter
Definition sopc_types.h:4433
Definition sopc_types.h:4451
int32_t NoOfParsingResults
Definition sopc_types.h:4460
OpcUa_ParsingResult * ParsingResults
Definition sopc_types.h:4461
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:4463
OpcUa_ContentFilterResult FilterResult
Definition sopc_types.h:4464
SOPC_ByteString ContinuationPoint
Definition sopc_types.h:4459
int32_t NoOfQueryDataSets
Definition sopc_types.h:4457
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4452
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:4456
OpcUa_QueryDataSet * QueryDataSets
Definition sopc_types.h:4458
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:4462
Definition sopc_types.h:4482
SOPC_Boolean ReleaseContinuationPoint
Definition sopc_types.h:4487
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4483
SOPC_ByteString ContinuationPoint
Definition sopc_types.h:4488
Definition sopc_types.h:4504
int32_t NoOfQueryDataSets
Definition sopc_types.h:4510
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4505
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:4509
OpcUa_QueryDataSet * QueryDataSets
Definition sopc_types.h:4511
SOPC_ByteString RevisedContinuationPoint
Definition sopc_types.h:4512
Definition sopc_types.h:6815
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6816
double High
Definition sopc_types.h:6821
double Low
Definition sopc_types.h:6820
Definition sopc_types.h:143
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:144
int32_t Numerator
Definition sopc_types.h:148
uint32_t Denominator
Definition sopc_types.h:149
Definition sopc_types.h:4797
SOPC_DateTime * ReqTimes
Definition sopc_types.h:4803
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4798
int32_t NoOfReqTimes
Definition sopc_types.h:4802
Definition sopc_types.h:4774
SOPC_DateTime * ReqTimes
Definition sopc_types.h:4780
int32_t NoOfReqTimes
Definition sopc_types.h:4779
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4775
SOPC_Boolean UseSimpleBounds
Definition sopc_types.h:4781
Definition sopc_types.h:4674
uint32_t NumValuesPerNode
Definition sopc_types.h:4679
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4675
OpcUa_EventFilter Filter
Definition sopc_types.h:4682
SOPC_DateTime EndTime
Definition sopc_types.h:4681
SOPC_DateTime StartTime
Definition sopc_types.h:4680
Definition sopc_types.h:4748
SOPC_NodeId * AggregateType
Definition sopc_types.h:4757
int32_t NoOfAggregateType
Definition sopc_types.h:4756
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4749
OpcUa_AggregateConfiguration AggregateConfiguration
Definition sopc_types.h:4758
SOPC_DateTime StartTime
Definition sopc_types.h:4753
SOPC_DateTime EndTime
Definition sopc_types.h:4754
double ProcessingInterval
Definition sopc_types.h:4755
Definition sopc_types.h:4698
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4699
SOPC_DateTime StartTime
Definition sopc_types.h:4704
uint32_t NumValuesPerNode
Definition sopc_types.h:4706
SOPC_Boolean IsReadModified
Definition sopc_types.h:4703
SOPC_Boolean ReturnBounds
Definition sopc_types.h:4707
SOPC_DateTime EndTime
Definition sopc_types.h:4705
Definition sopc_types.h:4554
OpcUa_ReadValueId * NodesToRead
Definition sopc_types.h:4562
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4555
double MaxAge
Definition sopc_types.h:4559
OpcUa_TimestampsToReturn TimestampsToReturn
Definition sopc_types.h:4560
int32_t NoOfNodesToRead
Definition sopc_types.h:4561
Definition sopc_types.h:4578
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:4586
SOPC_DataValue * Results
Definition sopc_types.h:4585
int32_t NoOfResults
Definition sopc_types.h:4584
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4579
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:4587
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:4583
Definition sopc_types.h:4529
SOPC_QualifiedName DataEncoding
Definition sopc_types.h:4537
SOPC_String IndexRange
Definition sopc_types.h:4536
uint32_t AttributeId
Definition sopc_types.h:4535
SOPC_NodeId NodeId
Definition sopc_types.h:4534
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4530
Definition sopc_types.h:1085
SOPC_ExtensionObject TransportSettings
Definition sopc_types.h:1099
int32_t NoOfSecurityKeyServices
Definition sopc_types.h:1094
OpcUa_KeyValuePair * GroupProperties
Definition sopc_types.h:1098
OpcUa_EndpointDescription * SecurityKeyServices
Definition sopc_types.h:1095
SOPC_ExtensionObject MessageSettings
Definition sopc_types.h:1100
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1086
SOPC_String Name
Definition sopc_types.h:1090
int32_t NoOfGroupProperties
Definition sopc_types.h:1097
OpcUa_DataSetReaderDataType * DataSetReaders
Definition sopc_types.h:1102
OpcUa_MessageSecurityMode SecurityMode
Definition sopc_types.h:1092
int32_t NoOfDataSetReaders
Definition sopc_types.h:1101
uint32_t MaxNetworkMessageSize
Definition sopc_types.h:1096
SOPC_String SecurityGroupId
Definition sopc_types.h:1093
SOPC_Boolean Enabled
Definition sopc_types.h:1091
Definition sopc_types.h:6431
SOPC_String ServerId
Definition sopc_types.h:6436
OpcUa_ServerState ServerState
Definition sopc_types.h:6438
SOPC_Byte ServiceLevel
Definition sopc_types.h:6437
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6432
Definition sopc_types.h:3752
SOPC_ExpandedNodeId TypeDefinition
Definition sopc_types.h:3763
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3761
SOPC_QualifiedName BrowseName
Definition sopc_types.h:3760
SOPC_Boolean IsForward
Definition sopc_types.h:3758
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3753
OpcUa_NodeClass NodeClass
Definition sopc_types.h:3762
SOPC_ExpandedNodeId NodeId
Definition sopc_types.h:3759
SOPC_NodeId ReferenceTypeId
Definition sopc_types.h:3757
Definition sopc_types.h:1640
SOPC_NodeId ReferenceTypeId
Definition sopc_types.h:1645
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1641
SOPC_Boolean IsInverse
Definition sopc_types.h:1646
SOPC_ExpandedNodeId TargetId
Definition sopc_types.h:1647
Definition sopc_types.h:3255
uint32_t UserWriteMask
Definition sopc_types.h:3264
SOPC_LocalizedText Description
Definition sopc_types.h:3262
SOPC_LocalizedText InverseName
Definition sopc_types.h:3267
uint32_t WriteMask
Definition sopc_types.h:3263
uint32_t SpecifiedAttributes
Definition sopc_types.h:3260
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3261
SOPC_Boolean IsAbstract
Definition sopc_types.h:3265
SOPC_Boolean Symmetric
Definition sopc_types.h:3266
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3256
Definition sopc_types.h:1919
int32_t NoOfReferences
Definition sopc_types.h:1936
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1925
SOPC_NodeId NodeId
Definition sopc_types.h:1924
int32_t NoOfUserRolePermissions
Definition sopc_types.h:1933
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1920
SOPC_LocalizedText Description
Definition sopc_types.h:1928
SOPC_Boolean IsAbstract
Definition sopc_types.h:1938
OpcUa_ReferenceNode * References
Definition sopc_types.h:1937
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1932
SOPC_LocalizedText InverseName
Definition sopc_types.h:1940
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1926
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1927
SOPC_Boolean Symmetric
Definition sopc_types.h:1939
uint32_t UserWriteMask
Definition sopc_types.h:1930
uint32_t WriteMask
Definition sopc_types.h:1929
int32_t NoOfRolePermissions
Definition sopc_types.h:1931
uint16_t AccessRestrictions
Definition sopc_types.h:1935
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:1934
Definition sopc_types.h:4067
int32_t NoOfNodesToRegister
Definition sopc_types.h:4072
SOPC_NodeId * NodesToRegister
Definition sopc_types.h:4073
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4068
Definition sopc_types.h:4089
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4090
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:4094
SOPC_NodeId * RegisteredNodeIds
Definition sopc_types.h:4096
int32_t NoOfRegisteredNodeIds
Definition sopc_types.h:4095
Definition sopc_types.h:2558
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2559
int32_t NoOfDiscoveryConfiguration
Definition sopc_types.h:2564
SOPC_ExtensionObject * DiscoveryConfiguration
Definition sopc_types.h:2565
OpcUa_RegisteredServer Server
Definition sopc_types.h:2563
Definition sopc_types.h:2581
int32_t NoOfConfigurationResults
Definition sopc_types.h:2587
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:2589
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2582
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2586
SOPC_StatusCode * ConfigurationResults
Definition sopc_types.h:2588
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:2590
Definition sopc_types.h:2491
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2492
OpcUa_RegisteredServer Server
Definition sopc_types.h:2496
Definition sopc_types.h:2512
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2513
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2517
Definition sopc_types.h:2460
SOPC_String ServerUri
Definition sopc_types.h:2465
SOPC_Boolean IsOnline
Definition sopc_types.h:2474
SOPC_String SemaphoreFilePath
Definition sopc_types.h:2473
SOPC_String GatewayServerUri
Definition sopc_types.h:2470
OpcUa_ApplicationType ServerType
Definition sopc_types.h:2469
SOPC_String * DiscoveryUrls
Definition sopc_types.h:2472
SOPC_String ProductUri
Definition sopc_types.h:2466
int32_t NoOfServerNames
Definition sopc_types.h:2467
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2461
int32_t NoOfDiscoveryUrls
Definition sopc_types.h:2471
SOPC_LocalizedText * ServerNames
Definition sopc_types.h:2468
Definition sopc_types.h:3904
SOPC_QualifiedName TargetName
Definition sopc_types.h:3912
SOPC_Boolean IsInverse
Definition sopc_types.h:3910
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3905
SOPC_NodeId ReferenceTypeId
Definition sopc_types.h:3909
SOPC_Boolean IncludeSubtypes
Definition sopc_types.h:3911
Definition sopc_types.h:3928
int32_t NoOfElements
Definition sopc_types.h:3933
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3929
OpcUa_RelativePathElement * Elements
Definition sopc_types.h:3934
Definition sopc_types.h:6238
uint32_t SubscriptionId
Definition sopc_types.h:6243
uint32_t RetransmitSequenceNumber
Definition sopc_types.h:6244
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6239
Definition sopc_types.h:6260
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6261
OpcUa_NotificationMessage NotificationMessage
Definition sopc_types.h:6266
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:6265
Definition sopc_types.h:2157
SOPC_ExtensionObject AdditionalHeader
Definition sopc_types.h:2168
SOPC_DateTime Timestamp
Definition sopc_types.h:2163
uint32_t ReturnDiagnostics
Definition sopc_types.h:2165
uint32_t RequestHandle
Definition sopc_types.h:2164
SOPC_NodeId AuthenticationToken
Definition sopc_types.h:2162
uint32_t TimeoutHint
Definition sopc_types.h:2167
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2158
SOPC_String AuditEntryId
Definition sopc_types.h:2166
Definition sopc_types.h:2184
SOPC_DateTime Timestamp
Definition sopc_types.h:2189
uint32_t RequestHandle
Definition sopc_types.h:2190
int32_t NoOfStringTable
Definition sopc_types.h:2193
SOPC_ExtensionObject AdditionalHeader
Definition sopc_types.h:2195
SOPC_StatusCode ServiceResult
Definition sopc_types.h:2191
SOPC_DiagnosticInfo ServiceDiagnostics
Definition sopc_types.h:2192
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2185
SOPC_String * StringTable
Definition sopc_types.h:2194
Definition sopc_types.h:1242
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1243
uint32_t Permissions
Definition sopc_types.h:1248
SOPC_NodeId RoleId
Definition sopc_types.h:1247
Definition sopc_types.h:6499
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6500
double SamplingInterval
Definition sopc_types.h:6504
uint32_t MaxMonitoredItemCount
Definition sopc_types.h:6506
uint32_t MonitoredItemCount
Definition sopc_types.h:6505
uint32_t DisabledMonitoredItemCount
Definition sopc_types.h:6507
Definition sopc_types.h:6793
SOPC_NodeId AffectedType
Definition sopc_types.h:6799
SOPC_NodeId Affected
Definition sopc_types.h:6798
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6794
Definition sopc_types.h:6523
uint32_t CumulatedSubscriptionCount
Definition sopc_types.h:6536
uint32_t RejectedSessionCount
Definition sopc_types.h:6532
uint32_t SecurityRejectedRequestsCount
Definition sopc_types.h:6538
uint32_t CumulatedSessionCount
Definition sopc_types.h:6530
uint32_t RejectedRequestsCount
Definition sopc_types.h:6539
uint32_t SessionAbortCount
Definition sopc_types.h:6534
uint32_t PublishingIntervalCount
Definition sopc_types.h:6537
uint32_t CurrentSessionCount
Definition sopc_types.h:6529
uint32_t CurrentSubscriptionCount
Definition sopc_types.h:6535
uint32_t SessionTimeoutCount
Definition sopc_types.h:6533
uint32_t ServerViewCount
Definition sopc_types.h:6528
uint32_t SecurityRejectedSessionCount
Definition sopc_types.h:6531
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6524
Definition sopc_types.h:2335
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2336
SOPC_String ServerName
Definition sopc_types.h:2341
SOPC_String * ServerCapabilities
Definition sopc_types.h:2344
SOPC_String DiscoveryUrl
Definition sopc_types.h:2342
int32_t NoOfServerCapabilities
Definition sopc_types.h:2343
uint32_t RecordId
Definition sopc_types.h:2340
Definition sopc_types.h:6555
uint32_t SecondsTillShutdown
Definition sopc_types.h:6564
SOPC_DateTime CurrentTime
Definition sopc_types.h:6561
SOPC_LocalizedText ShutdownReason
Definition sopc_types.h:6565
OpcUa_ServerState State
Definition sopc_types.h:6562
OpcUa_BuildInfo BuildInfo
Definition sopc_types.h:6563
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6556
SOPC_DateTime StartTime
Definition sopc_types.h:6560
Definition sopc_types.h:6581
uint32_t TotalCount
Definition sopc_types.h:6586
uint32_t ErrorCount
Definition sopc_types.h:6587
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6582
Definition sopc_types.h:2211
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2216
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2212
Definition sopc_types.h:6603
OpcUa_ServiceCounterDataType ReadCount
Definition sopc_types.h:6624
OpcUa_ServiceCounterDataType DeleteSubscriptionsCount
Definition sopc_types.h:6640
OpcUa_ServiceCounterDataType AddReferencesCount
Definition sopc_types.h:6642
OpcUa_ServiceCounterDataType QueryFirstCount
Definition sopc_types.h:6648
OpcUa_ServiceCounterDataType BrowseCount
Definition sopc_types.h:6645
OpcUa_ServiceCounterDataType RegisterNodesCount
Definition sopc_types.h:6650
OpcUa_ServiceCounterDataType SetTriggeringCount
Definition sopc_types.h:6632
OpcUa_ServiceCounterDataType SetPublishingModeCount
Definition sopc_types.h:6636
OpcUa_ServiceCounterDataType CreateSubscriptionCount
Definition sopc_types.h:6634
OpcUa_ServiceCounterDataType DeleteReferencesCount
Definition sopc_types.h:6644
OpcUa_ServiceCounterDataType PublishCount
Definition sopc_types.h:6637
OpcUa_ServiceCounterDataType QueryNextCount
Definition sopc_types.h:6649
OpcUa_ServiceCounterDataType CallCount
Definition sopc_types.h:6628
double ActualSessionTimeout
Definition sopc_types.h:6615
OpcUa_ServiceCounterDataType TransferSubscriptionsCount
Definition sopc_types.h:6639
SOPC_String EndpointUrl
Definition sopc_types.h:6612
SOPC_DateTime ClientLastContactTime
Definition sopc_types.h:6618
SOPC_String * LocaleIds
Definition sopc_types.h:6614
SOPC_NodeId SessionId
Definition sopc_types.h:6608
OpcUa_ServiceCounterDataType CreateMonitoredItemsCount
Definition sopc_types.h:6629
uint32_t CurrentMonitoredItemsCount
Definition sopc_types.h:6620
OpcUa_ServiceCounterDataType ModifyMonitoredItemsCount
Definition sopc_types.h:6630
OpcUa_ServiceCounterDataType HistoryUpdateCount
Definition sopc_types.h:6627
OpcUa_ServiceCounterDataType BrowseNextCount
Definition sopc_types.h:6646
SOPC_String SessionName
Definition sopc_types.h:6609
OpcUa_ServiceCounterDataType SetMonitoringModeCount
Definition sopc_types.h:6631
OpcUa_ServiceCounterDataType TranslateBrowsePathsToNodeIdsCount
Definition sopc_types.h:6647
uint32_t CurrentSubscriptionsCount
Definition sopc_types.h:6619
SOPC_String ServerUri
Definition sopc_types.h:6611
OpcUa_ServiceCounterDataType ModifySubscriptionCount
Definition sopc_types.h:6635
OpcUa_ServiceCounterDataType DeleteMonitoredItemsCount
Definition sopc_types.h:6633
OpcUa_ServiceCounterDataType DeleteNodesCount
Definition sopc_types.h:6643
OpcUa_ServiceCounterDataType HistoryReadCount
Definition sopc_types.h:6625
OpcUa_ServiceCounterDataType AddNodesCount
Definition sopc_types.h:6641
OpcUa_ServiceCounterDataType RepublishCount
Definition sopc_types.h:6638
OpcUa_ServiceCounterDataType TotalRequestCount
Definition sopc_types.h:6622
uint32_t MaxResponseMessageSize
Definition sopc_types.h:6616
SOPC_DateTime ClientConnectionTime
Definition sopc_types.h:6617
OpcUa_ApplicationDescription ClientDescription
Definition sopc_types.h:6610
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6604
uint32_t CurrentPublishRequestsInQueue
Definition sopc_types.h:6621
OpcUa_ServiceCounterDataType UnregisterNodesCount
Definition sopc_types.h:6651
int32_t NoOfLocaleIds
Definition sopc_types.h:6613
OpcUa_ServiceCounterDataType WriteCount
Definition sopc_types.h:6626
uint32_t UnauthorizedRequestCount
Definition sopc_types.h:6623
Definition sopc_types.h:6667
SOPC_String * ClientUserIdHistory
Definition sopc_types.h:6675
SOPC_String TransportProtocol
Definition sopc_types.h:6678
OpcUa_MessageSecurityMode SecurityMode
Definition sopc_types.h:6679
SOPC_String SecurityPolicyUri
Definition sopc_types.h:6680
SOPC_String ClientUserIdOfSession
Definition sopc_types.h:6673
SOPC_String Encoding
Definition sopc_types.h:6677
SOPC_NodeId SessionId
Definition sopc_types.h:6672
SOPC_ByteString ClientCertificate
Definition sopc_types.h:6681
SOPC_String AuthenticationMechanism
Definition sopc_types.h:6676
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6668
int32_t NoOfClientUserIdHistory
Definition sopc_types.h:6674
Definition sopc_types.h:2232
uint32_t UrisVersion
Definition sopc_types.h:2237
int32_t NoOfServerUris
Definition sopc_types.h:2240
SOPC_String * ServerUris
Definition sopc_types.h:2241
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2233
uint32_t ServiceId
Definition sopc_types.h:2244
int32_t NoOfLocaleIds
Definition sopc_types.h:2242
SOPC_String * NamespaceUris
Definition sopc_types.h:2239
int32_t NoOfNamespaceUris
Definition sopc_types.h:2238
SOPC_String * LocaleIds
Definition sopc_types.h:2243
Definition sopc_types.h:2260
int32_t NoOfNamespaceUris
Definition sopc_types.h:2265
SOPC_String * ServerUris
Definition sopc_types.h:2268
int32_t NoOfServerUris
Definition sopc_types.h:2267
uint32_t ServiceId
Definition sopc_types.h:2269
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2261
SOPC_String * NamespaceUris
Definition sopc_types.h:2266
Definition sopc_types.h:5712
uint32_t * MonitoredItemIds
Definition sopc_types.h:5720
OpcUa_MonitoringMode MonitoringMode
Definition sopc_types.h:5718
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5713
int32_t NoOfMonitoredItemIds
Definition sopc_types.h:5719
uint32_t SubscriptionId
Definition sopc_types.h:5717
Definition sopc_types.h:5736
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:5744
SOPC_StatusCode * Results
Definition sopc_types.h:5743
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5741
int32_t NoOfResults
Definition sopc_types.h:5742
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:5745
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5737
Definition sopc_types.h:5975
int32_t NoOfSubscriptionIds
Definition sopc_types.h:5981
SOPC_Boolean PublishingEnabled
Definition sopc_types.h:5980
uint32_t * SubscriptionIds
Definition sopc_types.h:5982
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5976
Definition sopc_types.h:5998
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:6007
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:6003
SOPC_StatusCode * Results
Definition sopc_types.h:6005
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5999
int32_t NoOfResults
Definition sopc_types.h:6004
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:6006
Definition sopc_types.h:5763
uint32_t * LinksToAdd
Definition sopc_types.h:5771
int32_t NoOfLinksToRemove
Definition sopc_types.h:5772
uint32_t * LinksToRemove
Definition sopc_types.h:5773
uint32_t TriggeringItemId
Definition sopc_types.h:5769
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5764
uint32_t SubscriptionId
Definition sopc_types.h:5768
int32_t NoOfLinksToAdd
Definition sopc_types.h:5770
Definition sopc_types.h:5789
SOPC_DiagnosticInfo * AddDiagnosticInfos
Definition sopc_types.h:5798
int32_t NoOfAddDiagnosticInfos
Definition sopc_types.h:5797
SOPC_DiagnosticInfo * RemoveDiagnosticInfos
Definition sopc_types.h:5802
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5794
int32_t NoOfRemoveResults
Definition sopc_types.h:5799
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5790
SOPC_StatusCode * AddResults
Definition sopc_types.h:5796
int32_t NoOfRemoveDiagnosticInfos
Definition sopc_types.h:5801
int32_t NoOfAddResults
Definition sopc_types.h:5795
SOPC_StatusCode * RemoveResults
Definition sopc_types.h:5800
Definition sopc_types.h:2747
SOPC_ByteString Signature
Definition sopc_types.h:2753
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2748
SOPC_String Algorithm
Definition sopc_types.h:2752
Definition sopc_types.h:2725
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2726
SOPC_ByteString CertificateData
Definition sopc_types.h:2730
SOPC_ByteString Signature
Definition sopc_types.h:2731
Definition sopc_types.h:771
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:772
SOPC_QualifiedName * BrowsePath
Definition sopc_types.h:778
SOPC_NodeId TypeDefinitionId
Definition sopc_types.h:776
int32_t NoOfBrowsePath
Definition sopc_types.h:777
SOPC_String IndexRange
Definition sopc_types.h:780
uint32_t AttributeId
Definition sopc_types.h:779
Definition sopc_types.h:499
SOPC_NodeId DataTypeId
Definition sopc_types.h:504
SOPC_NodeId BaseDataType
Definition sopc_types.h:506
SOPC_QualifiedName Name
Definition sopc_types.h:505
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:500
SOPC_Byte BuiltInType
Definition sopc_types.h:507
Definition sopc_types.h:6139
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6140
SOPC_DiagnosticInfo DiagnosticInfo
Definition sopc_types.h:6145
SOPC_StatusCode Status
Definition sopc_types.h:6144
Definition sopc_types.h:6697
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6698
SOPC_DiagnosticInfo DiagnosticInfo
Definition sopc_types.h:6703
SOPC_StatusCode StatusCode
Definition sopc_types.h:6702
Definition sopc_types.h:381
SOPC_NodeId DefaultEncodingId
Definition sopc_types.h:386
SOPC_NodeId BaseDataType
Definition sopc_types.h:387
OpcUa_StructureType StructureType
Definition sopc_types.h:388
int32_t NoOfFields
Definition sopc_types.h:389
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:382
OpcUa_StructureField * Fields
Definition sopc_types.h:390
Definition sopc_types.h:406
SOPC_NodeId DataTypeId
Definition sopc_types.h:411
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:407
OpcUa_StructureDefinition StructureDefinition
Definition sopc_types.h:413
SOPC_QualifiedName Name
Definition sopc_types.h:412
Definition sopc_types.h:353
SOPC_Boolean IsOptional
Definition sopc_types.h:365
SOPC_LocalizedText Description
Definition sopc_types.h:359
uint32_t * ArrayDimensions
Definition sopc_types.h:363
SOPC_String Name
Definition sopc_types.h:358
uint32_t MaxStringLength
Definition sopc_types.h:364
SOPC_NodeId DataType
Definition sopc_types.h:360
int32_t NoOfArrayDimensions
Definition sopc_types.h:362
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:354
int32_t ValueRank
Definition sopc_types.h:361
Definition sopc_types.h:1264
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1265
int32_t NoOfRolePermissions
Definition sopc_types.h:1270
SOPC_String ParentNodeName
Definition sopc_types.h:1269
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1271
Definition sopc_types.h:6161
uint32_t SubscriptionId
Definition sopc_types.h:6166
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6162
uint32_t SequenceNumber
Definition sopc_types.h:6167
Definition sopc_types.h:6719
uint32_t RepublishRequestCount
Definition sopc_types.h:6735
uint32_t LatePublishRequestCount
Definition sopc_types.h:6745
uint32_t SubscriptionId
Definition sopc_types.h:6725
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6720
uint32_t ModifyCount
Definition sopc_types.h:6732
uint32_t EnableCount
Definition sopc_types.h:6733
SOPC_NodeId SessionId
Definition sopc_types.h:6724
uint32_t TransferRequestCount
Definition sopc_types.h:6738
double PublishingInterval
Definition sopc_types.h:6727
uint32_t UnacknowledgedMessageCount
Definition sopc_types.h:6748
uint32_t MaxKeepAliveCount
Definition sopc_types.h:6728
uint32_t MaxNotificationsPerPublish
Definition sopc_types.h:6730
uint32_t TransferredToSameClientCount
Definition sopc_types.h:6740
uint32_t MaxLifetimeCount
Definition sopc_types.h:6729
uint32_t EventQueueOverFlowCount
Definition sopc_types.h:6754
uint32_t NextSequenceNumber
Definition sopc_types.h:6753
uint32_t DisabledMonitoredItemCount
Definition sopc_types.h:6751
uint32_t PublishRequestCount
Definition sopc_types.h:6741
uint32_t NotificationsCount
Definition sopc_types.h:6744
uint32_t EventNotificationsCount
Definition sopc_types.h:6743
uint32_t RepublishMessageCount
Definition sopc_types.h:6737
uint32_t RepublishMessageRequestCount
Definition sopc_types.h:6736
SOPC_Boolean PublishingEnabled
Definition sopc_types.h:6731
uint32_t MonitoredItemCount
Definition sopc_types.h:6750
uint32_t CurrentKeepAliveCount
Definition sopc_types.h:6746
SOPC_Byte Priority
Definition sopc_types.h:6726
uint32_t DiscardedMessageCount
Definition sopc_types.h:6749
uint32_t TransferredToAltClientCount
Definition sopc_types.h:6739
uint32_t DataChangeNotificationsCount
Definition sopc_types.h:6742
uint32_t MonitoringQueueOverflowCount
Definition sopc_types.h:6752
uint32_t CurrentLifetimeCount
Definition sopc_types.h:6747
uint32_t DisableCount
Definition sopc_types.h:6734
Definition sopc_types.h:1220
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1221
OpcUa_FieldTargetDataType * TargetVariables
Definition sopc_types.h:1226
int32_t NoOfTargetVariables
Definition sopc_types.h:1225
Definition sopc_types.h:188
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:189
double X
Definition sopc_types.h:193
double Y
Definition sopc_types.h:194
double Z
Definition sopc_types.h:195
Definition sopc_types.h:234
OpcUa_ThreeDOrientation Orientation
Definition sopc_types.h:240
OpcUa_ThreeDCartesianCoordinates CartesianCoordinates
Definition sopc_types.h:239
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:235
Definition sopc_types.h:211
double A
Definition sopc_types.h:216
double B
Definition sopc_types.h:217
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:212
double C
Definition sopc_types.h:218
Definition sopc_types.h:165
double Z
Definition sopc_types.h:172
double Y
Definition sopc_types.h:171
double X
Definition sopc_types.h:170
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:166
Definition sopc_types.h:2135
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2136
SOPC_Boolean DaylightSavingInOffset
Definition sopc_types.h:2141
int16_t Offset
Definition sopc_types.h:2140
Definition sopc_types.h:6283
int32_t NoOfAvailableSequenceNumbers
Definition sopc_types.h:6289
SOPC_StatusCode StatusCode
Definition sopc_types.h:6288
uint32_t * AvailableSequenceNumbers
Definition sopc_types.h:6290
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6284
Definition sopc_types.h:6307
SOPC_Boolean SendInitialValues
Definition sopc_types.h:6314
uint32_t * SubscriptionIds
Definition sopc_types.h:6313
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6308
int32_t NoOfSubscriptionIds
Definition sopc_types.h:6312
Definition sopc_types.h:6330
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:6338
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:6335
int32_t NoOfResults
Definition sopc_types.h:6336
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:6339
OpcUa_TransferResult * Results
Definition sopc_types.h:6337
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6331
int32_t NoOfBrowsePaths
Definition sopc_types.h:4023
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4019
OpcUa_BrowsePath * BrowsePaths
Definition sopc_types.h:4024
OpcUa_BrowsePathResult * Results
Definition sopc_types.h:4047
int32_t NoOfResults
Definition sopc_types.h:4046
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:4048
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:4045
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:4049
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4041
Definition sopc_types.h:302
SOPC_ByteString * TrustedCertificates
Definition sopc_types.h:309
int32_t NoOfTrustedCertificates
Definition sopc_types.h:308
SOPC_ByteString * TrustedCrls
Definition sopc_types.h:311
SOPC_ByteString * IssuerCertificates
Definition sopc_types.h:313
uint32_t SpecifiedLists
Definition sopc_types.h:307
int32_t NoOfTrustedCrls
Definition sopc_types.h:310
int32_t NoOfIssuerCertificates
Definition sopc_types.h:312
int32_t NoOfIssuerCrls
Definition sopc_types.h:314
SOPC_ByteString * IssuerCrls
Definition sopc_types.h:315
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:303
Definition sopc_types.h:1731
uint16_t AccessRestrictions
Definition sopc_types.h:1747
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1738
uint32_t UserWriteMask
Definition sopc_types.h:1742
OpcUa_ReferenceNode * References
Definition sopc_types.h:1749
int32_t NoOfUserRolePermissions
Definition sopc_types.h:1745
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:1746
uint32_t WriteMask
Definition sopc_types.h:1741
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1744
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1739
int32_t NoOfRolePermissions
Definition sopc_types.h:1743
SOPC_NodeId NodeId
Definition sopc_types.h:1736
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1737
int32_t NoOfReferences
Definition sopc_types.h:1748
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1732
SOPC_LocalizedText Description
Definition sopc_types.h:1740
Definition sopc_types.h:573
int32_t NoOfStructureDataTypes
Definition sopc_types.h:580
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:574
OpcUa_EnumDescription * EnumDataTypes
Definition sopc_types.h:583
int32_t NoOfNamespaces
Definition sopc_types.h:578
SOPC_String * Namespaces
Definition sopc_types.h:579
int32_t NoOfFileHeader
Definition sopc_types.h:587
int32_t NoOfSimpleDataTypes
Definition sopc_types.h:584
int32_t NoOfEnumDataTypes
Definition sopc_types.h:582
OpcUa_KeyValuePair * FileHeader
Definition sopc_types.h:588
OpcUa_StructureDescription * StructureDataTypes
Definition sopc_types.h:581
SOPC_String SchemaLocation
Definition sopc_types.h:586
OpcUa_SimpleTypeDescription * SimpleDataTypes
Definition sopc_types.h:585
SOPC_Variant Body
Definition sopc_types.h:589
Definition sopc_types.h:1362
double PublishingInterval
Definition sopc_types.h:1373
uint16_t NetworkMessageNumber
Definition sopc_types.h:1368
uint16_t DataSetOffset
Definition sopc_types.h:1369
double ProcessingOffset
Definition sopc_types.h:1375
double ReceiveOffset
Definition sopc_types.h:1374
uint32_t GroupVersion
Definition sopc_types.h:1367
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1363
SOPC_Guid DataSetClassId
Definition sopc_types.h:1370
uint32_t NetworkMessageContentMask
Definition sopc_types.h:1371
uint32_t DataSetMessageContentMask
Definition sopc_types.h:1372
Definition sopc_types.h:1338
uint32_t DataSetMessageContentMask
Definition sopc_types.h:1343
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1339
uint16_t DataSetOffset
Definition sopc_types.h:1346
uint16_t ConfiguredSize
Definition sopc_types.h:1344
uint16_t NetworkMessageNumber
Definition sopc_types.h:1345
Definition sopc_types.h:1312
double SamplingOffset
Definition sopc_types.h:1320
double * PublishingOffset
Definition sopc_types.h:1322
int32_t NoOfPublishingOffset
Definition sopc_types.h:1321
OpcUa_DataSetOrderingType DataSetOrdering
Definition sopc_types.h:1318
uint32_t GroupVersion
Definition sopc_types.h:1317
uint32_t NetworkMessageContentMask
Definition sopc_types.h:1319
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1313
Definition sopc_types.h:4114
SOPC_NodeId * NodesToUnregister
Definition sopc_types.h:4120
int32_t NoOfNodesToUnregister
Definition sopc_types.h:4119
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4115
Definition sopc_types.h:4136
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:4141
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4137
Definition sopc_types.h:1618
uint32_t Numerator
Definition sopc_types.h:1623
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1619
uint32_t Denominator
Definition sopc_types.h:1624
Definition sopc_types.h:5078
SOPC_NodeId NodeId
Definition sopc_types.h:5083
int32_t NoOfUpdateValues
Definition sopc_types.h:5085
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5079
OpcUa_PerformUpdateType PerformInsertReplace
Definition sopc_types.h:5084
SOPC_DataValue * UpdateValues
Definition sopc_types.h:5086
Definition sopc_types.h:5126
OpcUa_PerformUpdateType PerformInsertReplace
Definition sopc_types.h:5132
OpcUa_HistoryEventFieldList * EventData
Definition sopc_types.h:5135
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5127
SOPC_NodeId NodeId
Definition sopc_types.h:5131
int32_t NoOfEventData
Definition sopc_types.h:5134
OpcUa_EventFilter Filter
Definition sopc_types.h:5133
Definition sopc_types.h:5102
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5103
SOPC_NodeId NodeId
Definition sopc_types.h:5107
int32_t NoOfUpdateValues
Definition sopc_types.h:5109
SOPC_DataValue * UpdateValues
Definition sopc_types.h:5110
OpcUa_PerformUpdateType PerformInsertReplace
Definition sopc_types.h:5108
Definition sopc_types.h:2831
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2832
SOPC_String PolicyId
Definition sopc_types.h:2836
Definition sopc_types.h:2873
SOPC_String UserName
Definition sopc_types.h:2879
SOPC_ByteString Password
Definition sopc_types.h:2880
SOPC_String PolicyId
Definition sopc_types.h:2878
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2874
SOPC_String EncryptionAlgorithm
Definition sopc_types.h:2881
Definition sopc_types.h:923
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:924
SOPC_String SecurityPolicyUri
Definition sopc_types.h:932
SOPC_String IssuerEndpointUrl
Definition sopc_types.h:931
OpcUa_UserTokenType TokenType
Definition sopc_types.h:929
SOPC_String IssuedTokenType
Definition sopc_types.h:930
SOPC_String PolicyId
Definition sopc_types.h:928
Definition sopc_types.h:3137
int32_t NoOfArrayDimensions
Definition sopc_types.h:3150
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3138
uint32_t * ArrayDimensions
Definition sopc_types.h:3151
SOPC_Byte AccessLevel
Definition sopc_types.h:3152
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3143
SOPC_Variant Value
Definition sopc_types.h:3147
uint32_t SpecifiedAttributes
Definition sopc_types.h:3142
int32_t ValueRank
Definition sopc_types.h:3149
uint32_t UserWriteMask
Definition sopc_types.h:3146
SOPC_Byte UserAccessLevel
Definition sopc_types.h:3153
double MinimumSamplingInterval
Definition sopc_types.h:3154
SOPC_NodeId DataType
Definition sopc_types.h:3148
uint32_t WriteMask
Definition sopc_types.h:3145
SOPC_LocalizedText Description
Definition sopc_types.h:3144
SOPC_Boolean Historizing
Definition sopc_types.h:3155
Definition sopc_types.h:1835
OpcUa_ReferenceNode * References
Definition sopc_types.h:1853
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:1850
uint16_t AccessRestrictions
Definition sopc_types.h:1851
uint32_t AccessLevelEx
Definition sopc_types.h:1863
SOPC_Variant Value
Definition sopc_types.h:1854
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1843
SOPC_NodeId DataType
Definition sopc_types.h:1855
uint32_t * ArrayDimensions
Definition sopc_types.h:1858
SOPC_Boolean Historizing
Definition sopc_types.h:1862
double MinimumSamplingInterval
Definition sopc_types.h:1861
uint32_t UserWriteMask
Definition sopc_types.h:1846
int32_t NoOfArrayDimensions
Definition sopc_types.h:1857
SOPC_NodeId NodeId
Definition sopc_types.h:1840
int32_t NoOfRolePermissions
Definition sopc_types.h:1847
int32_t NoOfReferences
Definition sopc_types.h:1852
int32_t ValueRank
Definition sopc_types.h:1856
SOPC_Byte AccessLevel
Definition sopc_types.h:1859
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1848
uint32_t WriteMask
Definition sopc_types.h:1845
SOPC_LocalizedText Description
Definition sopc_types.h:1844
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1842
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1841
int32_t NoOfUserRolePermissions
Definition sopc_types.h:1849
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1836
SOPC_Byte UserAccessLevel
Definition sopc_types.h:1860
Definition sopc_types.h:3224
SOPC_LocalizedText Description
Definition sopc_types.h:3231
int32_t ValueRank
Definition sopc_types.h:3236
uint32_t WriteMask
Definition sopc_types.h:3232
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3230
uint32_t SpecifiedAttributes
Definition sopc_types.h:3229
uint32_t UserWriteMask
Definition sopc_types.h:3233
SOPC_NodeId DataType
Definition sopc_types.h:3235
SOPC_Boolean IsAbstract
Definition sopc_types.h:3239
SOPC_Variant Value
Definition sopc_types.h:3234
int32_t NoOfArrayDimensions
Definition sopc_types.h:3237
uint32_t * ArrayDimensions
Definition sopc_types.h:3238
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3225
Definition sopc_types.h:1879
SOPC_NodeId NodeId
Definition sopc_types.h:1884
SOPC_Variant Value
Definition sopc_types.h:1898
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1880
int32_t NoOfUserRolePermissions
Definition sopc_types.h:1893
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1892
uint32_t WriteMask
Definition sopc_types.h:1889
int32_t NoOfRolePermissions
Definition sopc_types.h:1891
OpcUa_ReferenceNode * References
Definition sopc_types.h:1897
SOPC_LocalizedText Description
Definition sopc_types.h:1888
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1887
int32_t NoOfArrayDimensions
Definition sopc_types.h:1901
uint32_t UserWriteMask
Definition sopc_types.h:1890
int32_t ValueRank
Definition sopc_types.h:1900
SOPC_Boolean IsAbstract
Definition sopc_types.h:1903
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1885
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:1894
int32_t NoOfReferences
Definition sopc_types.h:1896
uint32_t * ArrayDimensions
Definition sopc_types.h:1902
uint16_t AccessRestrictions
Definition sopc_types.h:1895
SOPC_NodeId DataType
Definition sopc_types.h:1899
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1886
Definition sopc_types.h:3309
uint32_t UserWriteMask
Definition sopc_types.h:3318
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3315
SOPC_Byte EventNotifier
Definition sopc_types.h:3320
SOPC_Boolean ContainsNoLoops
Definition sopc_types.h:3319
uint32_t WriteMask
Definition sopc_types.h:3317
uint32_t SpecifiedAttributes
Definition sopc_types.h:3314
SOPC_LocalizedText Description
Definition sopc_types.h:3316
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3310
Definition sopc_types.h:3703
SOPC_NodeId ViewId
Definition sopc_types.h:3708
uint32_t ViewVersion
Definition sopc_types.h:3710
SOPC_DateTime Timestamp
Definition sopc_types.h:3709
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3704
Definition sopc_types.h:1992
SOPC_NodeId NodeId
Definition sopc_types.h:1997
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1998
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1993
OpcUa_ReferenceNode * References
Definition sopc_types.h:2010
SOPC_LocalizedText DisplayName
Definition sopc_types.h:2000
SOPC_Byte EventNotifier
Definition sopc_types.h:2012
int32_t NoOfRolePermissions
Definition sopc_types.h:2004
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:2005
int32_t NoOfReferences
Definition sopc_types.h:2009
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:2007
SOPC_Boolean ContainsNoLoops
Definition sopc_types.h:2011
uint32_t UserWriteMask
Definition sopc_types.h:2003
int32_t NoOfUserRolePermissions
Definition sopc_types.h:2006
uint16_t AccessRestrictions
Definition sopc_types.h:2008
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1999
SOPC_LocalizedText Description
Definition sopc_types.h:2001
uint32_t WriteMask
Definition sopc_types.h:2002
Definition sopc_types.h:5009
OpcUa_WriteValue * NodesToWrite
Definition sopc_types.h:5015
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5010
int32_t NoOfNodesToWrite
Definition sopc_types.h:5014
Definition sopc_types.h:5031
int32_t NoOfResults
Definition sopc_types.h:5037
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5032
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:5040
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:5039
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5036
SOPC_StatusCode * Results
Definition sopc_types.h:5038
Definition sopc_types.h:4984
SOPC_String IndexRange
Definition sopc_types.h:4991
SOPC_DataValue Value
Definition sopc_types.h:4992
uint32_t AttributeId
Definition sopc_types.h:4990
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4985
SOPC_NodeId NodeId
Definition sopc_types.h:4989
Definition sopc_types.h:1006
OpcUa_DataSetWriterDataType * DataSetWriters
Definition sopc_types.h:1030
OpcUa_KeyValuePair * GroupProperties
Definition sopc_types.h:1019
SOPC_ExtensionObject MessageSettings
Definition sopc_types.h:1028
uint16_t WriterGroupId
Definition sopc_types.h:1020
SOPC_String SecurityGroupId
Definition sopc_types.h:1014
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1007
SOPC_Byte Priority
Definition sopc_types.h:1023
double KeepAliveTime
Definition sopc_types.h:1022
OpcUa_EndpointDescription * SecurityKeyServices
Definition sopc_types.h:1016
uint32_t MaxNetworkMessageSize
Definition sopc_types.h:1017
SOPC_String Name
Definition sopc_types.h:1011
OpcUa_MessageSecurityMode SecurityMode
Definition sopc_types.h:1013
SOPC_String * LocaleIds
Definition sopc_types.h:1025
SOPC_ExtensionObject TransportSettings
Definition sopc_types.h:1027
int32_t NoOfDataSetWriters
Definition sopc_types.h:1029
SOPC_String HeaderLayoutUri
Definition sopc_types.h:1026
double PublishingInterval
Definition sopc_types.h:1021
int32_t NoOfGroupProperties
Definition sopc_types.h:1018
SOPC_Boolean Enabled
Definition sopc_types.h:1012
int32_t NoOfSecurityKeyServices
Definition sopc_types.h:1015
int32_t NoOfLocaleIds
Definition sopc_types.h:1024
Definition sopc_types.h:2897
SOPC_String PolicyId
Definition sopc_types.h:2902
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2898
SOPC_ByteString CertificateData
Definition sopc_types.h:2903
Definition sopc_types.h:6931
float Value
Definition sopc_types.h:6937
double X
Definition sopc_types.h:6936
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6932