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#ifndef OPCUA_EXCLUDE_KeyValuePair
45/*============================================================================
46 * The KeyValuePair structure.
47 *===========================================================================*/
49
50typedef struct _OpcUa_KeyValuePair
51{
53 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
54 * for giving a copy of the header to application.
55 */
59
61
62void OpcUa_KeyValuePair_Clear(void* pValue);
63
64#endif
65
66#ifndef OPCUA_EXCLUDE_AdditionalParametersType
67/*============================================================================
68 * The AdditionalParametersType structure.
69 *===========================================================================*/
71
73{
75 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
76 * for giving a copy of the header to application.
77 */
81
83
85
86#endif
87
88#ifndef OPCUA_EXCLUDE_EphemeralKeyType
89/*============================================================================
90 * The EphemeralKeyType structure.
91 *===========================================================================*/
93
95{
97 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
98 * for giving a copy of the header to application.
99 */
103
105
107
108#endif
109
110#ifndef OPCUA_EXCLUDE_EndpointType
111/*============================================================================
112 * The EndpointType structure.
113 *===========================================================================*/
115
117{
119 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
120 * for giving a copy of the header to application.
121 */
127
129
130void OpcUa_EndpointType_Clear(void* pValue);
131
132#endif
133
134#ifndef OPCUA_EXCLUDE_RationalNumber
135/*============================================================================
136 * The RationalNumber structure.
137 *===========================================================================*/
139
141{
143 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
144 * for giving a copy of the header to application.
145 */
146 int32_t Numerator;
147 uint32_t Denominator;
149
151
152void OpcUa_RationalNumber_Clear(void* pValue);
153
154#endif
155
156#ifndef OPCUA_EXCLUDE_ThreeDVector
157/*============================================================================
158 * The ThreeDVector structure.
159 *===========================================================================*/
161
163{
165 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
166 * for giving a copy of the header to application.
167 */
168 double X;
169 double Y;
170 double Z;
172
174
175void OpcUa_ThreeDVector_Clear(void* pValue);
176
177#endif
178
179#ifndef OPCUA_EXCLUDE_ThreeDCartesianCoordinates
180/*============================================================================
181 * The ThreeDCartesianCoordinates structure.
182 *===========================================================================*/
184
186{
188 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
189 * for giving a copy of the header to application.
190 */
191 double X;
192 double Y;
193 double Z;
195
197
199
200#endif
201
202#ifndef OPCUA_EXCLUDE_ThreeDOrientation
203/*============================================================================
204 * The ThreeDOrientation structure.
205 *===========================================================================*/
207
209{
211 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
212 * for giving a copy of the header to application.
213 */
214 double A;
215 double B;
216 double C;
218
220
222
223#endif
224
225#ifndef OPCUA_EXCLUDE_ThreeDFrame
226/*============================================================================
227 * The ThreeDFrame structure.
228 *===========================================================================*/
230
231typedef struct _OpcUa_ThreeDFrame
232{
234 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
235 * for giving a copy of the header to application.
236 */
240
242
243void OpcUa_ThreeDFrame_Clear(void* pValue);
244
245#endif
246
247#ifndef OPCUA_EXCLUDE_IdentityMappingRuleType
248/*============================================================================
249 * The IdentityMappingRuleType structure.
250 *===========================================================================*/
252
254{
256 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
257 * for giving a copy of the header to application.
258 */
262
264
266
267#endif
268
269#ifndef OPCUA_EXCLUDE_CurrencyUnitType
270/*============================================================================
271 * The CurrencyUnitType structure.
272 *===========================================================================*/
274
276{
278 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
279 * for giving a copy of the header to application.
280 */
281 int16_t NumericCode;
286
288
290
291#endif
292
293#ifndef OPCUA_EXCLUDE_TrustListDataType
294/*============================================================================
295 * The TrustListDataType structure.
296 *===========================================================================*/
298
300{
302 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
303 * for giving a copy of the header to application.
304 */
315
317
319
320#endif
321
322#ifndef OPCUA_EXCLUDE_DecimalDataType
323/*============================================================================
324 * The DecimalDataType structure.
325 *===========================================================================*/
327
329{
331 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
332 * for giving a copy of the header to application.
333 */
334 int16_t Scale;
337
339
341
342#endif
343
344#ifndef OPCUA_EXCLUDE_StructureField
345/*============================================================================
346 * The StructureField structure.
347 *===========================================================================*/
349
351{
353 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
354 * for giving a copy of the header to application.
355 */
359 int32_t ValueRank;
365
367
368void OpcUa_StructureField_Clear(void* pValue);
369
370#endif
371
372#ifndef OPCUA_EXCLUDE_StructureDefinition
373/*============================================================================
374 * The StructureDefinition structure.
375 *===========================================================================*/
377
379{
381 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
382 * for giving a copy of the header to application.
383 */
387 int32_t NoOfFields;
390
392
394
395#endif
396
397#ifndef OPCUA_EXCLUDE_StructureDescription
398/*============================================================================
399 * The StructureDescription structure.
400 *===========================================================================*/
402
404{
406 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
407 * for giving a copy of the header to application.
408 */
413
415
417
418#endif
419
420#ifndef OPCUA_EXCLUDE_EnumField
421/*============================================================================
422 * The EnumField structure.
423 *===========================================================================*/
425
426typedef struct _OpcUa_EnumField
427{
429 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
430 * for giving a copy of the header to application.
431 */
432 int64_t Value;
437
438void OpcUa_EnumField_Initialize(void* pValue);
439
440void OpcUa_EnumField_Clear(void* pValue);
441
442#endif
443
444#ifndef OPCUA_EXCLUDE_EnumDefinition
445/*============================================================================
446 * The EnumDefinition structure.
447 *===========================================================================*/
449
451{
453 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
454 * for giving a copy of the header to application.
455 */
456 int32_t NoOfFields;
459
461
462void OpcUa_EnumDefinition_Clear(void* pValue);
463
464#endif
465
466#ifndef OPCUA_EXCLUDE_EnumDescription
467/*============================================================================
468 * The EnumDescription structure.
469 *===========================================================================*/
471
473{
475 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
476 * for giving a copy of the header to application.
477 */
483
485
487
488#endif
489
490#ifndef OPCUA_EXCLUDE_SimpleTypeDescription
491/*============================================================================
492 * The SimpleTypeDescription structure.
493 *===========================================================================*/
495
497{
499 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
500 * for giving a copy of the header to application.
501 */
507
509
511
512#endif
513
514#ifndef OPCUA_EXCLUDE_DataTypeSchemaHeader
515/*============================================================================
516 * The DataTypeSchemaHeader structure.
517 *===========================================================================*/
519
535
537
539
540#endif
541
542#ifndef OPCUA_EXCLUDE_DataTypeDescription
543/*============================================================================
544 * The DataTypeDescription structure.
545 *===========================================================================*/
547
549{
551 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
552 * for giving a copy of the header to application.
553 */
557
559
561
562#endif
563
564#ifndef OPCUA_EXCLUDE_UABinaryFileDataType
565/*============================================================================
566 * The UABinaryFileDataType structure.
567 *===========================================================================*/
569
589
591
593
594#endif
595
596#ifndef OPCUA_EXCLUDE_FieldMetaData
597/*============================================================================
598 * The FieldMetaData structure.
599 *===========================================================================*/
601
603{
605 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
606 * for giving a copy of the header to application.
607 */
610 /* ::OpcUa_DataSetFieldFlags */ uint16_t FieldFlags;
613 int32_t ValueRank;
621
623
624void OpcUa_FieldMetaData_Clear(void* pValue);
625
626#endif
627
628#ifndef OPCUA_EXCLUDE_ConfigurationVersionDataType
629/*============================================================================
630 * The ConfigurationVersionDataType structure.
631 *===========================================================================*/
633
635{
637 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
638 * for giving a copy of the header to application.
639 */
640 uint32_t MajorVersion;
641 uint32_t MinorVersion;
643
645
647
648#endif
649
650#ifndef OPCUA_EXCLUDE_DataSetMetaDataType
651/*============================================================================
652 * The DataSetMetaDataType structure.
653 *===========================================================================*/
655
677
679
681
682#endif
683
684#ifndef OPCUA_EXCLUDE_PublishedDataSetDataType
685/*============================================================================
686 * The PublishedDataSetDataType structure.
687 *===========================================================================*/
689
704
706
708
709#endif
710
711#ifndef OPCUA_EXCLUDE_PublishedVariableDataType
712/*============================================================================
713 * The PublishedVariableDataType structure.
714 *===========================================================================*/
716
718{
720 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
721 * for giving a copy of the header to application.
722 */
724 uint32_t AttributeId;
726 uint32_t DeadbandType;
733
735
737
738#endif
739
740#ifndef OPCUA_EXCLUDE_PublishedDataItemsDataType
741/*============================================================================
742 * The PublishedDataItemsDataType structure.
743 *===========================================================================*/
745
747{
749 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
750 * for giving a copy of the header to application.
751 */
755
757
759
760#endif
761
762#ifndef OPCUA_EXCLUDE_SimpleAttributeOperand
763/*============================================================================
764 * The SimpleAttributeOperand structure.
765 *===========================================================================*/
767
769{
771 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
772 * for giving a copy of the header to application.
773 */
777 uint32_t AttributeId;
780
782
784
785#endif
786
787#ifndef OPCUA_EXCLUDE_ContentFilterElement
788/*============================================================================
789 * The ContentFilterElement structure.
790 *===========================================================================*/
792
794{
796 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
797 * for giving a copy of the header to application.
798 */
803
805
807
808#endif
809
810#ifndef OPCUA_EXCLUDE_ContentFilter
811/*============================================================================
812 * The ContentFilter structure.
813 *===========================================================================*/
815
817{
819 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
820 * for giving a copy of the header to application.
821 */
825
827
828void OpcUa_ContentFilter_Clear(void* pValue);
829
830#endif
831
832#ifndef OPCUA_EXCLUDE_PublishedEventsDataType
833/*============================================================================
834 * The PublishedEventsDataType structure.
835 *===========================================================================*/
837
839{
841 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
842 * for giving a copy of the header to application.
843 */
849
851
853
854#endif
855
856#ifndef OPCUA_EXCLUDE_DataSetWriterDataType
857/*============================================================================
858 * The DataSetWriterDataType structure.
859 *===========================================================================*/
861
863{
865 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
866 * for giving a copy of the header to application.
867 */
871 /* ::OpcUa_DataSetFieldContentMask */ uint32_t DataSetFieldContentMask;
879
881
883
884#endif
885
886#ifndef OPCUA_EXCLUDE_ApplicationDescription
887/*============================================================================
888 * The ApplicationDescription structure.
889 *===========================================================================*/
891
907
909
911
912#endif
913
914#ifndef OPCUA_EXCLUDE_UserTokenPolicy
915/*============================================================================
916 * The UserTokenPolicy structure.
917 *===========================================================================*/
919
921{
923 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
924 * for giving a copy of the header to application.
925 */
932
934
936
937#endif
938
939#ifndef OPCUA_EXCLUDE_EndpointDescription
940/*============================================================================
941 * The EndpointDescription structure.
942 *===========================================================================*/
944
961
963
965
966#endif
967
968#ifndef OPCUA_EXCLUDE_PubSubGroupDataType
969/*============================================================================
970 * The PubSubGroupDataType structure.
971 *===========================================================================*/
973
990
992
994
995#endif
996
997#ifndef OPCUA_EXCLUDE_WriterGroupDataType
998/*============================================================================
999 * The WriterGroupDataType structure.
1000 *===========================================================================*/
1002
1030
1032
1034
1035#endif
1036
1037#ifndef OPCUA_EXCLUDE_DataSetReaderDataType
1038/*============================================================================
1039 * The DataSetReaderDataType structure.
1040 *===========================================================================*/
1042
1069
1071
1073
1074#endif
1075
1076#ifndef OPCUA_EXCLUDE_ReaderGroupDataType
1077/*============================================================================
1078 * The ReaderGroupDataType structure.
1079 *===========================================================================*/
1081
1102
1104
1106
1107#endif
1108
1109#ifndef OPCUA_EXCLUDE_PubSubConnectionDataType
1110/*============================================================================
1111 * The PubSubConnectionDataType structure.
1112 *===========================================================================*/
1114
1134
1136
1138
1139#endif
1140
1141#ifndef OPCUA_EXCLUDE_NetworkAddressDataType
1142/*============================================================================
1143 * The NetworkAddressDataType structure.
1144 *===========================================================================*/
1146
1148{
1150 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1151 * for giving a copy of the header to application.
1152 */
1155
1157
1159
1160#endif
1161
1162#ifndef OPCUA_EXCLUDE_NetworkAddressUrlDataType
1163/*============================================================================
1164 * The NetworkAddressUrlDataType structure.
1165 *===========================================================================*/
1167
1169{
1171 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1172 * for giving a copy of the header to application.
1173 */
1177
1179
1181
1182#endif
1183
1184#ifndef OPCUA_EXCLUDE_FieldTargetDataType
1185/*============================================================================
1186 * The FieldTargetDataType structure.
1187 *===========================================================================*/
1189
1204
1206
1208
1209#endif
1210
1211#ifndef OPCUA_EXCLUDE_TargetVariablesDataType
1212/*============================================================================
1213 * The TargetVariablesDataType structure.
1214 *===========================================================================*/
1216
1218{
1220 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1221 * for giving a copy of the header to application.
1222 */
1226
1228
1230
1231#endif
1232
1233#ifndef OPCUA_EXCLUDE_RolePermissionType
1234/*============================================================================
1235 * The RolePermissionType structure.
1236 *===========================================================================*/
1238
1240{
1242 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1243 * for giving a copy of the header to application.
1244 */
1246 /* ::OpcUa_PermissionType */ uint32_t Permissions;
1248
1250
1252
1253#endif
1254
1255#ifndef OPCUA_EXCLUDE_SubscribedDataSetMirrorDataType
1256/*============================================================================
1257 * The SubscribedDataSetMirrorDataType structure.
1258 *===========================================================================*/
1260
1262{
1264 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1265 * for giving a copy of the header to application.
1266 */
1271
1273
1275
1276#endif
1277
1278#ifndef OPCUA_EXCLUDE_PubSubConfigurationDataType
1279/*============================================================================
1280 * The PubSubConfigurationDataType structure.
1281 *===========================================================================*/
1283
1285{
1287 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1288 * for giving a copy of the header to application.
1289 */
1296
1298
1300
1301#endif
1302
1303#ifndef OPCUA_EXCLUDE_UadpWriterGroupMessageDataType
1304/*============================================================================
1305 * The UadpWriterGroupMessageDataType structure.
1306 *===========================================================================*/
1308
1310{
1312 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1313 * for giving a copy of the header to application.
1314 */
1317 /* ::OpcUa_UadpNetworkMessageContentMask */ uint32_t NetworkMessageContentMask;
1322
1324
1326
1327#endif
1328
1329#ifndef OPCUA_EXCLUDE_UadpDataSetWriterMessageDataType
1330/*============================================================================
1331 * The UadpDataSetWriterMessageDataType structure.
1332 *===========================================================================*/
1334
1336{
1338 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1339 * for giving a copy of the header to application.
1340 */
1341 /* ::OpcUa_UadpDataSetMessageContentMask */ uint32_t DataSetMessageContentMask;
1346
1348
1350
1351#endif
1352
1353#ifndef OPCUA_EXCLUDE_UadpDataSetReaderMessageDataType
1354/*============================================================================
1355 * The UadpDataSetReaderMessageDataType structure.
1356 *===========================================================================*/
1358
1360{
1362 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1363 * for giving a copy of the header to application.
1364 */
1369 /* ::OpcUa_UadpNetworkMessageContentMask */ uint32_t NetworkMessageContentMask;
1370 /* ::OpcUa_UadpDataSetMessageContentMask */ uint32_t DataSetMessageContentMask;
1375
1377
1379
1380#endif
1381
1382#ifndef OPCUA_EXCLUDE_JsonWriterGroupMessageDataType
1383/*============================================================================
1384 * The JsonWriterGroupMessageDataType structure.
1385 *===========================================================================*/
1387
1389{
1391 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1392 * for giving a copy of the header to application.
1393 */
1394 /* ::OpcUa_JsonNetworkMessageContentMask */ uint32_t NetworkMessageContentMask;
1396
1398
1400
1401#endif
1402
1403#ifndef OPCUA_EXCLUDE_JsonDataSetWriterMessageDataType
1404/*============================================================================
1405 * The JsonDataSetWriterMessageDataType structure.
1406 *===========================================================================*/
1408
1410{
1412 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1413 * for giving a copy of the header to application.
1414 */
1415 /* ::OpcUa_JsonDataSetMessageContentMask */ uint32_t DataSetMessageContentMask;
1417
1419
1421
1422#endif
1423
1424#ifndef OPCUA_EXCLUDE_JsonDataSetReaderMessageDataType
1425/*============================================================================
1426 * The JsonDataSetReaderMessageDataType structure.
1427 *===========================================================================*/
1429
1431{
1433 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1434 * for giving a copy of the header to application.
1435 */
1436 /* ::OpcUa_JsonNetworkMessageContentMask */ uint32_t NetworkMessageContentMask;
1437 /* ::OpcUa_JsonDataSetMessageContentMask */ uint32_t DataSetMessageContentMask;
1439
1441
1443
1444#endif
1445
1446#ifndef OPCUA_EXCLUDE_DatagramConnectionTransportDataType
1447/*============================================================================
1448 * The DatagramConnectionTransportDataType structure.
1449 *===========================================================================*/
1451
1453{
1455 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1456 * for giving a copy of the header to application.
1457 */
1460
1462
1464
1465#endif
1466
1467#ifndef OPCUA_EXCLUDE_DatagramWriterGroupTransportDataType
1468/*============================================================================
1469 * The DatagramWriterGroupTransportDataType structure.
1470 *===========================================================================*/
1472
1474{
1476 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1477 * for giving a copy of the header to application.
1478 */
1482
1484
1486
1487#endif
1488
1489#ifndef OPCUA_EXCLUDE_BrokerConnectionTransportDataType
1490/*============================================================================
1491 * The BrokerConnectionTransportDataType structure.
1492 *===========================================================================*/
1494
1496{
1498 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1499 * for giving a copy of the header to application.
1500 */
1504
1506
1508
1509#endif
1510
1511#ifndef OPCUA_EXCLUDE_BrokerWriterGroupTransportDataType
1512/*============================================================================
1513 * The BrokerWriterGroupTransportDataType structure.
1514 *===========================================================================*/
1516
1528
1530
1532
1533#endif
1534
1535#ifndef OPCUA_EXCLUDE_BrokerDataSetWriterTransportDataType
1536/*============================================================================
1537 * The BrokerDataSetWriterTransportDataType structure.
1538 *===========================================================================*/
1540
1554
1556
1558
1559#endif
1560
1561#ifndef OPCUA_EXCLUDE_BrokerDataSetReaderTransportDataType
1562/*============================================================================
1563 * The BrokerDataSetReaderTransportDataType structure.
1564 *===========================================================================*/
1566
1579
1581
1583
1584#endif
1585
1586#ifndef OPCUA_EXCLUDE_AliasNameDataType
1587/*============================================================================
1588 * The AliasNameDataType structure.
1589 *===========================================================================*/
1591
1593{
1595 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1596 * for giving a copy of the header to application.
1597 */
1602
1604
1606
1607#endif
1608
1609#ifndef OPCUA_EXCLUDE_UnsignedRationalNumber
1610/*============================================================================
1611 * The UnsignedRationalNumber structure.
1612 *===========================================================================*/
1614
1616{
1618 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1619 * for giving a copy of the header to application.
1620 */
1621 uint32_t Numerator;
1622 uint32_t Denominator;
1624
1626
1628
1629#endif
1630
1631#ifndef OPCUA_EXCLUDE_ReferenceNode
1632/*============================================================================
1633 * The ReferenceNode structure.
1634 *===========================================================================*/
1636
1638{
1640 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
1641 * for giving a copy of the header to application.
1642 */
1647
1649
1650void OpcUa_ReferenceNode_Clear(void* pValue);
1651
1652#endif
1653
1654#ifndef OPCUA_EXCLUDE_Node
1655/*============================================================================
1656 * The Node structure.
1657 *===========================================================================*/
1659
1681
1682void OpcUa_Node_Initialize(void* pValue);
1683
1684void OpcUa_Node_Clear(void* pValue);
1685
1686#endif
1687
1688#ifndef OPCUA_EXCLUDE_InstanceNode
1689/*============================================================================
1690 * The InstanceNode structure.
1691 *===========================================================================*/
1693
1715
1717
1718void OpcUa_InstanceNode_Clear(void* pValue);
1719
1720#endif
1721
1722#ifndef OPCUA_EXCLUDE_TypeNode
1723/*============================================================================
1724 * The TypeNode structure.
1725 *===========================================================================*/
1727
1749
1750void OpcUa_TypeNode_Initialize(void* pValue);
1751
1752void OpcUa_TypeNode_Clear(void* pValue);
1753
1754#endif
1755
1756#ifndef OPCUA_EXCLUDE_ObjectNode
1757/*============================================================================
1758 * The ObjectNode structure.
1759 *===========================================================================*/
1761
1784
1786
1787void OpcUa_ObjectNode_Clear(void* pValue);
1788
1789#endif
1790
1791#ifndef OPCUA_EXCLUDE_ObjectTypeNode
1792/*============================================================================
1793 * The ObjectTypeNode structure.
1794 *===========================================================================*/
1796
1819
1821
1823
1824#endif
1825
1826#ifndef OPCUA_EXCLUDE_VariableNode
1827/*============================================================================
1828 * The VariableNode structure.
1829 *===========================================================================*/
1831
1863
1865
1866void OpcUa_VariableNode_Clear(void* pValue);
1867
1868#endif
1869
1870#ifndef OPCUA_EXCLUDE_VariableTypeNode
1871/*============================================================================
1872 * The VariableTypeNode structure.
1873 *===========================================================================*/
1875
1903
1905
1907
1908#endif
1909
1910#ifndef OPCUA_EXCLUDE_ReferenceTypeNode
1911/*============================================================================
1912 * The ReferenceTypeNode structure.
1913 *===========================================================================*/
1915
1940
1942
1944
1945#endif
1946
1947#ifndef OPCUA_EXCLUDE_MethodNode
1948/*============================================================================
1949 * The MethodNode structure.
1950 *===========================================================================*/
1952
1976
1978
1979void OpcUa_MethodNode_Clear(void* pValue);
1980
1981#endif
1982
1983#ifndef OPCUA_EXCLUDE_ViewNode
1984/*============================================================================
1985 * The ViewNode structure.
1986 *===========================================================================*/
1988
2012
2013void OpcUa_ViewNode_Initialize(void* pValue);
2014
2015void OpcUa_ViewNode_Clear(void* pValue);
2016
2017#endif
2018
2019#ifndef OPCUA_EXCLUDE_DataTypeNode
2020/*============================================================================
2021 * The DataTypeNode structure.
2022 *===========================================================================*/
2024
2048
2050
2051void OpcUa_DataTypeNode_Clear(void* pValue);
2052
2053#endif
2054
2055#ifndef OPCUA_EXCLUDE_Argument
2056/*============================================================================
2057 * The Argument structure.
2058 *===========================================================================*/
2060
2061typedef struct _OpcUa_Argument
2062{
2064 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2065 * for giving a copy of the header to application.
2066 */
2069 int32_t ValueRank;
2074
2075void OpcUa_Argument_Initialize(void* pValue);
2076
2077void OpcUa_Argument_Clear(void* pValue);
2078
2079#endif
2080
2081#ifndef OPCUA_EXCLUDE_EnumValueType
2082/*============================================================================
2083 * The EnumValueType structure.
2084 *===========================================================================*/
2086
2088{
2090 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2091 * for giving a copy of the header to application.
2092 */
2093 int64_t Value;
2097
2099
2100void OpcUa_EnumValueType_Clear(void* pValue);
2101
2102#endif
2103
2104#ifndef OPCUA_EXCLUDE_OptionSet
2105/*============================================================================
2106 * The OptionSet structure.
2107 *===========================================================================*/
2109
2110typedef struct _OpcUa_OptionSet
2111{
2113 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2114 * for giving a copy of the header to application.
2115 */
2119
2121
2122void OpcUa_OptionSet_Clear(void* pValue);
2123
2124#endif
2125
2126#ifndef OPCUA_EXCLUDE_TimeZoneDataType
2127/*============================================================================
2128 * The TimeZoneDataType structure.
2129 *===========================================================================*/
2131
2133{
2135 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2136 * for giving a copy of the header to application.
2137 */
2138 int16_t Offset;
2141
2143
2145
2146#endif
2147
2148#ifndef OPCUA_EXCLUDE_RequestHeader
2149/*============================================================================
2150 * The RequestHeader structure.
2151 *===========================================================================*/
2153
2155{
2157 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2158 * for giving a copy of the header to application.
2159 */
2165 uint32_t TimeoutHint;
2168
2170
2171void OpcUa_RequestHeader_Clear(void* pValue);
2172
2173#endif
2174
2175#ifndef OPCUA_EXCLUDE_ResponseHeader
2176/*============================================================================
2177 * The ResponseHeader structure.
2178 *===========================================================================*/
2180
2182{
2184 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2185 * for giving a copy of the header to application.
2186 */
2195
2197
2199
2200#endif
2201
2202#ifndef OPCUA_EXCLUDE_ServiceFault
2203/*============================================================================
2204 * The ServiceFault structure.
2205 *===========================================================================*/
2207
2209{
2211 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2212 * for giving a copy of the header to application.
2213 */
2216
2218
2219void OpcUa_ServiceFault_Clear(void* pValue);
2220
2221#endif
2222
2223#ifndef OPCUA_EXCLUDE_SessionlessInvokeRequestType
2224/*============================================================================
2225 * The SessionlessInvokeRequestType structure.
2226 *===========================================================================*/
2228
2230{
2232 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2233 * for giving a copy of the header to application.
2234 */
2235 uint32_t UrisVersion;
2242 uint32_t ServiceId;
2244
2246
2248
2249#endif
2250
2251#ifndef OPCUA_EXCLUDE_SessionlessInvokeResponseType
2252/*============================================================================
2253 * The SessionlessInvokeResponseType structure.
2254 *===========================================================================*/
2256
2258{
2260 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2261 * for giving a copy of the header to application.
2262 */
2267 uint32_t ServiceId;
2269
2271
2273
2274#endif
2275
2276#ifndef OPCUA_EXCLUDE_FindServers
2277#ifndef OPCUA_EXCLUDE_FindServersRequest
2278/*============================================================================
2279 * The FindServersRequest structure.
2280 *===========================================================================*/
2282
2284{
2286 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2287 * for giving a copy of the header to application.
2288 */
2295
2297
2299
2300#endif
2301
2302#ifndef OPCUA_EXCLUDE_FindServersResponse
2303/*============================================================================
2304 * The FindServersResponse structure.
2305 *===========================================================================*/
2307
2309{
2311 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2312 * for giving a copy of the header to application.
2313 */
2318
2320
2322
2323#endif
2324#endif
2325
2326#ifndef OPCUA_EXCLUDE_ServerOnNetwork
2327/*============================================================================
2328 * The ServerOnNetwork structure.
2329 *===========================================================================*/
2331
2333{
2335 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2336 * for giving a copy of the header to application.
2337 */
2338 uint32_t RecordId;
2344
2346
2348
2349#endif
2350
2351#ifndef OPCUA_EXCLUDE_FindServersOnNetwork
2352#ifndef OPCUA_EXCLUDE_FindServersOnNetworkRequest
2353/*============================================================================
2354 * The FindServersOnNetworkRequest structure.
2355 *===========================================================================*/
2357
2359{
2361 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2362 * for giving a copy of the header to application.
2363 */
2369
2371
2373
2374#endif
2375
2376#ifndef OPCUA_EXCLUDE_FindServersOnNetworkResponse
2377/*============================================================================
2378 * The FindServersOnNetworkResponse structure.
2379 *===========================================================================*/
2381
2383{
2385 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2386 * for giving a copy of the header to application.
2387 */
2393
2395
2397
2398#endif
2399#endif
2400
2401#ifndef OPCUA_EXCLUDE_GetEndpoints
2402#ifndef OPCUA_EXCLUDE_GetEndpointsRequest
2403/*============================================================================
2404 * The GetEndpointsRequest structure.
2405 *===========================================================================*/
2407
2409{
2411 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2412 * for giving a copy of the header to application.
2413 */
2420
2422
2424
2425#endif
2426
2427#ifndef OPCUA_EXCLUDE_GetEndpointsResponse
2428/*============================================================================
2429 * The GetEndpointsResponse structure.
2430 *===========================================================================*/
2432
2434{
2436 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2437 * for giving a copy of the header to application.
2438 */
2443
2445
2447
2448#endif
2449#endif
2450
2451#ifndef OPCUA_EXCLUDE_RegisteredServer
2452/*============================================================================
2453 * The RegisteredServer structure.
2454 *===========================================================================*/
2456
2474
2476
2478
2479#endif
2480
2481#ifndef OPCUA_EXCLUDE_RegisterServer
2482#ifndef OPCUA_EXCLUDE_RegisterServerRequest
2483/*============================================================================
2484 * The RegisterServerRequest structure.
2485 *===========================================================================*/
2487
2489{
2491 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2492 * for giving a copy of the header to application.
2493 */
2496
2498
2500
2501#endif
2502
2503#ifndef OPCUA_EXCLUDE_RegisterServerResponse
2504/*============================================================================
2505 * The RegisterServerResponse structure.
2506 *===========================================================================*/
2508
2510{
2512 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2513 * for giving a copy of the header to application.
2514 */
2517
2519
2521
2522#endif
2523#endif
2524
2525#ifndef OPCUA_EXCLUDE_MdnsDiscoveryConfiguration
2526/*============================================================================
2527 * The MdnsDiscoveryConfiguration structure.
2528 *===========================================================================*/
2530
2532{
2534 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2535 * for giving a copy of the header to application.
2536 */
2541
2543
2545
2546#endif
2547
2548#ifndef OPCUA_EXCLUDE_RegisterServer2
2549#ifndef OPCUA_EXCLUDE_RegisterServer2Request
2550/*============================================================================
2551 * The RegisterServer2Request structure.
2552 *===========================================================================*/
2554
2556{
2558 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2559 * for giving a copy of the header to application.
2560 */
2565
2567
2569
2570#endif
2571
2572#ifndef OPCUA_EXCLUDE_RegisterServer2Response
2573/*============================================================================
2574 * The RegisterServer2Response structure.
2575 *===========================================================================*/
2577
2579{
2581 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2582 * for giving a copy of the header to application.
2583 */
2590
2592
2594
2595#endif
2596#endif
2597
2598#ifndef OPCUA_EXCLUDE_ChannelSecurityToken
2599/*============================================================================
2600 * The ChannelSecurityToken structure.
2601 *===========================================================================*/
2603
2605{
2607 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2608 * for giving a copy of the header to application.
2609 */
2610 uint32_t ChannelId;
2611 uint32_t TokenId;
2615
2617
2619
2620#endif
2621
2622#ifndef OPCUA_EXCLUDE_OpenSecureChannel
2623#ifndef OPCUA_EXCLUDE_OpenSecureChannelRequest
2624/*============================================================================
2625 * The OpenSecureChannelRequest structure.
2626 *===========================================================================*/
2628
2630{
2632 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2633 * for giving a copy of the header to application.
2634 */
2641
2643
2645
2646#endif
2647
2648#ifndef OPCUA_EXCLUDE_OpenSecureChannelResponse
2649/*============================================================================
2650 * The OpenSecureChannelResponse structure.
2651 *===========================================================================*/
2653
2655{
2657 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2658 * for giving a copy of the header to application.
2659 */
2665
2667
2669
2670#endif
2671#endif
2672
2673#ifndef OPCUA_EXCLUDE_CloseSecureChannel
2674#ifndef OPCUA_EXCLUDE_CloseSecureChannelRequest
2675/*============================================================================
2676 * The CloseSecureChannelRequest structure.
2677 *===========================================================================*/
2679
2681{
2683 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2684 * for giving a copy of the header to application.
2685 */
2687
2689
2691
2692#endif
2693
2694#ifndef OPCUA_EXCLUDE_CloseSecureChannelResponse
2695/*============================================================================
2696 * The CloseSecureChannelResponse structure.
2697 *===========================================================================*/
2699
2701{
2703 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2704 * for giving a copy of the header to application.
2705 */
2708
2710
2712
2713#endif
2714#endif
2715
2716#ifndef OPCUA_EXCLUDE_SignedSoftwareCertificate
2717/*============================================================================
2718 * The SignedSoftwareCertificate structure.
2719 *===========================================================================*/
2721
2723{
2725 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2726 * for giving a copy of the header to application.
2727 */
2731
2733
2735
2736#endif
2737
2738#ifndef OPCUA_EXCLUDE_SignatureData
2739/*============================================================================
2740 * The SignatureData structure.
2741 *===========================================================================*/
2743
2745{
2747 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2748 * for giving a copy of the header to application.
2749 */
2753
2755
2756void OpcUa_SignatureData_Clear(void* pValue);
2757
2758#endif
2759
2760#ifndef OPCUA_EXCLUDE_CreateSession
2761#ifndef OPCUA_EXCLUDE_CreateSessionRequest
2762/*============================================================================
2763 * The CreateSessionRequest structure.
2764 *===========================================================================*/
2766
2782
2784
2786
2787#endif
2788
2789#ifndef OPCUA_EXCLUDE_CreateSessionResponse
2790/*============================================================================
2791 * The CreateSessionResponse structure.
2792 *===========================================================================*/
2794
2814
2816
2818
2819#endif
2820#endif
2821
2822#ifndef OPCUA_EXCLUDE_UserIdentityToken
2823/*============================================================================
2824 * The UserIdentityToken structure.
2825 *===========================================================================*/
2827
2829{
2831 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2832 * for giving a copy of the header to application.
2833 */
2836
2838
2840
2841#endif
2842
2843#ifndef OPCUA_EXCLUDE_AnonymousIdentityToken
2844/*============================================================================
2845 * The AnonymousIdentityToken structure.
2846 *===========================================================================*/
2848
2850{
2852 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2853 * for giving a copy of the header to application.
2854 */
2857
2859
2861
2862#endif
2863
2864#ifndef OPCUA_EXCLUDE_UserNameIdentityToken
2865/*============================================================================
2866 * The UserNameIdentityToken structure.
2867 *===========================================================================*/
2869
2871{
2873 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2874 * for giving a copy of the header to application.
2875 */
2881
2883
2885
2886#endif
2887
2888#ifndef OPCUA_EXCLUDE_X509IdentityToken
2889/*============================================================================
2890 * The X509IdentityToken structure.
2891 *===========================================================================*/
2893
2895{
2897 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2898 * for giving a copy of the header to application.
2899 */
2903
2905
2907
2908#endif
2909
2910#ifndef OPCUA_EXCLUDE_IssuedIdentityToken
2911/*============================================================================
2912 * The IssuedIdentityToken structure.
2913 *===========================================================================*/
2915
2917{
2919 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2920 * for giving a copy of the header to application.
2921 */
2926
2928
2930
2931#endif
2932
2933#ifndef OPCUA_EXCLUDE_ActivateSession
2934#ifndef OPCUA_EXCLUDE_ActivateSessionRequest
2935/*============================================================================
2936 * The ActivateSessionRequest structure.
2937 *===========================================================================*/
2939
2954
2956
2958
2959#endif
2960
2961#ifndef OPCUA_EXCLUDE_ActivateSessionResponse
2962/*============================================================================
2963 * The ActivateSessionResponse structure.
2964 *===========================================================================*/
2966
2968{
2970 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2971 * for giving a copy of the header to application.
2972 */
2980
2982
2984
2985#endif
2986#endif
2987
2988#ifndef OPCUA_EXCLUDE_CloseSession
2989#ifndef OPCUA_EXCLUDE_CloseSessionRequest
2990/*============================================================================
2991 * The CloseSessionRequest structure.
2992 *===========================================================================*/
2994
2996{
2998 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
2999 * for giving a copy of the header to application.
3000 */
3003
3005
3007
3008#endif
3009
3010#ifndef OPCUA_EXCLUDE_CloseSessionResponse
3011/*============================================================================
3012 * The CloseSessionResponse structure.
3013 *===========================================================================*/
3015
3017{
3019 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3020 * for giving a copy of the header to application.
3021 */
3024
3026
3028
3029#endif
3030#endif
3031
3032#ifndef OPCUA_EXCLUDE_Cancel
3033#ifndef OPCUA_EXCLUDE_CancelRequest
3034/*============================================================================
3035 * The CancelRequest structure.
3036 *===========================================================================*/
3038
3040{
3042 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3043 * for giving a copy of the header to application.
3044 */
3047
3049
3050void OpcUa_CancelRequest_Clear(void* pValue);
3051
3052#endif
3053
3054#ifndef OPCUA_EXCLUDE_CancelResponse
3055/*============================================================================
3056 * The CancelResponse structure.
3057 *===========================================================================*/
3059
3061{
3063 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3064 * for giving a copy of the header to application.
3065 */
3067 uint32_t CancelCount;
3069
3071
3073
3074#endif
3075#endif
3076
3077#ifndef OPCUA_EXCLUDE_NodeAttributes
3078/*============================================================================
3079 * The NodeAttributes structure.
3080 *===========================================================================*/
3082
3084{
3086 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3087 * for giving a copy of the header to application.
3088 */
3092 uint32_t WriteMask;
3095
3097
3099
3100#endif
3101
3102#ifndef OPCUA_EXCLUDE_ObjectAttributes
3103/*============================================================================
3104 * The ObjectAttributes structure.
3105 *===========================================================================*/
3107
3109{
3111 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3112 * for giving a copy of the header to application.
3113 */
3117 uint32_t WriteMask;
3121
3123
3125
3126#endif
3127
3128#ifndef OPCUA_EXCLUDE_VariableAttributes
3129/*============================================================================
3130 * The VariableAttributes structure.
3131 *===========================================================================*/
3133
3155
3157
3159
3160#endif
3161
3162#ifndef OPCUA_EXCLUDE_MethodAttributes
3163/*============================================================================
3164 * The MethodAttributes structure.
3165 *===========================================================================*/
3167
3169{
3171 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3172 * for giving a copy of the header to application.
3173 */
3177 uint32_t WriteMask;
3182
3184
3186
3187#endif
3188
3189#ifndef OPCUA_EXCLUDE_ObjectTypeAttributes
3190/*============================================================================
3191 * The ObjectTypeAttributes structure.
3192 *===========================================================================*/
3194
3196{
3198 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3199 * for giving a copy of the header to application.
3200 */
3204 uint32_t WriteMask;
3208
3210
3212
3213#endif
3214
3215#ifndef OPCUA_EXCLUDE_VariableTypeAttributes
3216/*============================================================================
3217 * The VariableTypeAttributes structure.
3218 *===========================================================================*/
3220
3222{
3224 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3225 * for giving a copy of the header to application.
3226 */
3230 uint32_t WriteMask;
3234 int32_t ValueRank;
3239
3241
3243
3244#endif
3245
3246#ifndef OPCUA_EXCLUDE_ReferenceTypeAttributes
3247/*============================================================================
3248 * The ReferenceTypeAttributes structure.
3249 *===========================================================================*/
3251
3253{
3255 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3256 * for giving a copy of the header to application.
3257 */
3261 uint32_t WriteMask;
3267
3269
3271
3272#endif
3273
3274#ifndef OPCUA_EXCLUDE_DataTypeAttributes
3275/*============================================================================
3276 * The DataTypeAttributes structure.
3277 *===========================================================================*/
3279
3281{
3283 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3284 * for giving a copy of the header to application.
3285 */
3289 uint32_t WriteMask;
3293
3295
3297
3298#endif
3299
3300#ifndef OPCUA_EXCLUDE_ViewAttributes
3301/*============================================================================
3302 * The ViewAttributes structure.
3303 *===========================================================================*/
3305
3307{
3309 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3310 * for giving a copy of the header to application.
3311 */
3315 uint32_t WriteMask;
3320
3322
3324
3325#endif
3326
3327#ifndef OPCUA_EXCLUDE_GenericAttributeValue
3328/*============================================================================
3329 * The GenericAttributeValue structure.
3330 *===========================================================================*/
3332
3334{
3336 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3337 * for giving a copy of the header to application.
3338 */
3339 uint32_t AttributeId;
3342
3344
3346
3347#endif
3348
3349#ifndef OPCUA_EXCLUDE_GenericAttributes
3350/*============================================================================
3351 * The GenericAttributes structure.
3352 *===========================================================================*/
3354
3356{
3358 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3359 * for giving a copy of the header to application.
3360 */
3364 uint32_t WriteMask;
3369
3371
3373
3374#endif
3375
3376#ifndef OPCUA_EXCLUDE_AddNodesItem
3377/*============================================================================
3378 * The AddNodesItem structure.
3379 *===========================================================================*/
3381
3396
3398
3399void OpcUa_AddNodesItem_Clear(void* pValue);
3400
3401#endif
3402
3403#ifndef OPCUA_EXCLUDE_AddNodesResult
3404/*============================================================================
3405 * The AddNodesResult structure.
3406 *===========================================================================*/
3408
3410{
3412 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3413 * for giving a copy of the header to application.
3414 */
3418
3420
3422
3423#endif
3424
3425#ifndef OPCUA_EXCLUDE_AddNodes
3426#ifndef OPCUA_EXCLUDE_AddNodesRequest
3427/*============================================================================
3428 * The AddNodesRequest structure.
3429 *===========================================================================*/
3431
3433{
3435 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3436 * for giving a copy of the header to application.
3437 */
3441
3443
3445
3446#endif
3447
3448#ifndef OPCUA_EXCLUDE_AddNodesResponse
3449/*============================================================================
3450 * The AddNodesResponse structure.
3451 *===========================================================================*/
3453
3455{
3457 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3458 * for giving a copy of the header to application.
3459 */
3466
3468
3470
3471#endif
3472#endif
3473
3474#ifndef OPCUA_EXCLUDE_AddReferencesItem
3475/*============================================================================
3476 * The AddReferencesItem structure.
3477 *===========================================================================*/
3479
3493
3495
3497
3498#endif
3499
3500#ifndef OPCUA_EXCLUDE_AddReferences
3501#ifndef OPCUA_EXCLUDE_AddReferencesRequest
3502/*============================================================================
3503 * The AddReferencesRequest structure.
3504 *===========================================================================*/
3506
3508{
3510 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3511 * for giving a copy of the header to application.
3512 */
3516
3518
3520
3521#endif
3522
3523#ifndef OPCUA_EXCLUDE_AddReferencesResponse
3524/*============================================================================
3525 * The AddReferencesResponse structure.
3526 *===========================================================================*/
3528
3530{
3532 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3533 * for giving a copy of the header to application.
3534 */
3541
3543
3545
3546#endif
3547#endif
3548
3549#ifndef OPCUA_EXCLUDE_DeleteNodesItem
3550/*============================================================================
3551 * The DeleteNodesItem structure.
3552 *===========================================================================*/
3554
3556{
3558 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3559 * for giving a copy of the header to application.
3560 */
3564
3566
3568
3569#endif
3570
3571#ifndef OPCUA_EXCLUDE_DeleteNodes
3572#ifndef OPCUA_EXCLUDE_DeleteNodesRequest
3573/*============================================================================
3574 * The DeleteNodesRequest structure.
3575 *===========================================================================*/
3577
3579{
3581 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3582 * for giving a copy of the header to application.
3583 */
3587
3589
3591
3592#endif
3593
3594#ifndef OPCUA_EXCLUDE_DeleteNodesResponse
3595/*============================================================================
3596 * The DeleteNodesResponse structure.
3597 *===========================================================================*/
3599
3601{
3603 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3604 * for giving a copy of the header to application.
3605 */
3612
3614
3616
3617#endif
3618#endif
3619
3620#ifndef OPCUA_EXCLUDE_DeleteReferencesItem
3621/*============================================================================
3622 * The DeleteReferencesItem structure.
3623 *===========================================================================*/
3625
3627{
3629 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3630 * for giving a copy of the header to application.
3631 */
3638
3640
3642
3643#endif
3644
3645#ifndef OPCUA_EXCLUDE_DeleteReferences
3646#ifndef OPCUA_EXCLUDE_DeleteReferencesRequest
3647/*============================================================================
3648 * The DeleteReferencesRequest structure.
3649 *===========================================================================*/
3651
3653{
3655 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3656 * for giving a copy of the header to application.
3657 */
3661
3663
3665
3666#endif
3667
3668#ifndef OPCUA_EXCLUDE_DeleteReferencesResponse
3669/*============================================================================
3670 * The DeleteReferencesResponse structure.
3671 *===========================================================================*/
3673
3675{
3677 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3678 * for giving a copy of the header to application.
3679 */
3686
3688
3690
3691#endif
3692#endif
3693
3694#ifndef OPCUA_EXCLUDE_ViewDescription
3695/*============================================================================
3696 * The ViewDescription structure.
3697 *===========================================================================*/
3699
3701{
3703 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3704 * for giving a copy of the header to application.
3705 */
3708 uint32_t ViewVersion;
3710
3712
3714
3715#endif
3716
3717#ifndef OPCUA_EXCLUDE_BrowseDescription
3718/*============================================================================
3719 * The BrowseDescription structure.
3720 *===========================================================================*/
3722
3724{
3726 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3727 * for giving a copy of the header to application.
3728 */
3734 uint32_t ResultMask;
3736
3738
3740
3741#endif
3742
3743#ifndef OPCUA_EXCLUDE_ReferenceDescription
3744/*============================================================================
3745 * The ReferenceDescription structure.
3746 *===========================================================================*/
3748
3763
3765
3767
3768#endif
3769
3770#ifndef OPCUA_EXCLUDE_BrowseResult
3771/*============================================================================
3772 * The BrowseResult structure.
3773 *===========================================================================*/
3775
3777{
3779 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3780 * for giving a copy of the header to application.
3781 */
3787
3789
3790void OpcUa_BrowseResult_Clear(void* pValue);
3791
3792#endif
3793
3794#ifndef OPCUA_EXCLUDE_Browse
3795#ifndef OPCUA_EXCLUDE_BrowseRequest
3796/*============================================================================
3797 * The BrowseRequest structure.
3798 *===========================================================================*/
3800
3802{
3804 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3805 * for giving a copy of the header to application.
3806 */
3812
3814
3815void OpcUa_BrowseRequest_Clear(void* pValue);
3816
3817#endif
3818
3819#ifndef OPCUA_EXCLUDE_BrowseResponse
3820/*============================================================================
3821 * The BrowseResponse structure.
3822 *===========================================================================*/
3824
3826{
3828 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3829 * for giving a copy of the header to application.
3830 */
3837
3839
3841
3842#endif
3843#endif
3844
3845#ifndef OPCUA_EXCLUDE_BrowseNext
3846#ifndef OPCUA_EXCLUDE_BrowseNextRequest
3847/*============================================================================
3848 * The BrowseNextRequest structure.
3849 *===========================================================================*/
3851
3853{
3855 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3856 * for giving a copy of the header to application.
3857 */
3862
3864
3866
3867#endif
3868
3869#ifndef OPCUA_EXCLUDE_BrowseNextResponse
3870/*============================================================================
3871 * The BrowseNextResponse structure.
3872 *===========================================================================*/
3874
3876{
3878 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3879 * for giving a copy of the header to application.
3880 */
3887
3889
3891
3892#endif
3893#endif
3894
3895#ifndef OPCUA_EXCLUDE_RelativePathElement
3896/*============================================================================
3897 * The RelativePathElement structure.
3898 *===========================================================================*/
3900
3902{
3904 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3905 * for giving a copy of the header to application.
3906 */
3912
3914
3916
3917#endif
3918
3919#ifndef OPCUA_EXCLUDE_RelativePath
3920/*============================================================================
3921 * The RelativePath structure.
3922 *===========================================================================*/
3924
3926{
3928 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3929 * for giving a copy of the header to application.
3930 */
3934
3936
3937void OpcUa_RelativePath_Clear(void* pValue);
3938
3939#endif
3940
3941#ifndef OPCUA_EXCLUDE_BrowsePath
3942/*============================================================================
3943 * The BrowsePath structure.
3944 *===========================================================================*/
3946
3947typedef struct _OpcUa_BrowsePath
3948{
3950 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3951 * for giving a copy of the header to application.
3952 */
3956
3958
3959void OpcUa_BrowsePath_Clear(void* pValue);
3960
3961#endif
3962
3963#ifndef OPCUA_EXCLUDE_BrowsePathTarget
3964/*============================================================================
3965 * The BrowsePathTarget structure.
3966 *===========================================================================*/
3968
3970{
3972 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3973 * for giving a copy of the header to application.
3974 */
3978
3980
3982
3983#endif
3984
3985#ifndef OPCUA_EXCLUDE_BrowsePathResult
3986/*============================================================================
3987 * The BrowsePathResult structure.
3988 *===========================================================================*/
3990
3992{
3994 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
3995 * for giving a copy of the header to application.
3996 */
4001
4003
4005
4006#endif
4007
4008#ifndef OPCUA_EXCLUDE_TranslateBrowsePathsToNodeIds
4009#ifndef OPCUA_EXCLUDE_TranslateBrowsePathsToNodeIdsRequest
4010/*============================================================================
4011 * The TranslateBrowsePathsToNodeIdsRequest structure.
4012 *===========================================================================*/
4014
4016{
4018 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4019 * for giving a copy of the header to application.
4020 */
4024
4026
4028
4029#endif
4030
4031#ifndef OPCUA_EXCLUDE_TranslateBrowsePathsToNodeIdsResponse
4032/*============================================================================
4033 * The TranslateBrowsePathsToNodeIdsResponse structure.
4034 *===========================================================================*/
4036
4038{
4040 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4041 * for giving a copy of the header to application.
4042 */
4049
4051
4053
4054#endif
4055#endif
4056
4057#ifndef OPCUA_EXCLUDE_RegisterNodes
4058#ifndef OPCUA_EXCLUDE_RegisterNodesRequest
4059/*============================================================================
4060 * The RegisterNodesRequest structure.
4061 *===========================================================================*/
4063
4065{
4067 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4068 * for giving a copy of the header to application.
4069 */
4073
4075
4077
4078#endif
4079
4080#ifndef OPCUA_EXCLUDE_RegisterNodesResponse
4081/*============================================================================
4082 * The RegisterNodesResponse structure.
4083 *===========================================================================*/
4085
4087{
4089 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4090 * for giving a copy of the header to application.
4091 */
4096
4098
4100
4101#endif
4102#endif
4103
4104#ifndef OPCUA_EXCLUDE_UnregisterNodes
4105#ifndef OPCUA_EXCLUDE_UnregisterNodesRequest
4106/*============================================================================
4107 * The UnregisterNodesRequest structure.
4108 *===========================================================================*/
4110
4112{
4114 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4115 * for giving a copy of the header to application.
4116 */
4120
4122
4124
4125#endif
4126
4127#ifndef OPCUA_EXCLUDE_UnregisterNodesResponse
4128/*============================================================================
4129 * The UnregisterNodesResponse structure.
4130 *===========================================================================*/
4132
4134{
4136 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4137 * for giving a copy of the header to application.
4138 */
4141
4143
4145
4146#endif
4147#endif
4148
4149#ifndef OPCUA_EXCLUDE_EndpointConfiguration
4150/*============================================================================
4151 * The EndpointConfiguration structure.
4152 *===========================================================================*/
4154
4156{
4158 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4159 * for giving a copy of the header to application.
4160 */
4171
4173
4175
4176#endif
4177
4178#ifndef OPCUA_EXCLUDE_QueryDataDescription
4179/*============================================================================
4180 * The QueryDataDescription structure.
4181 *===========================================================================*/
4183
4185{
4187 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4188 * for giving a copy of the header to application.
4189 */
4191 uint32_t AttributeId;
4194
4196
4198
4199#endif
4200
4201#ifndef OPCUA_EXCLUDE_NodeTypeDescription
4202/*============================================================================
4203 * The NodeTypeDescription structure.
4204 *===========================================================================*/
4206
4208{
4210 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4211 * for giving a copy of the header to application.
4212 */
4218
4220
4222
4223#endif
4224
4225#ifndef OPCUA_EXCLUDE_QueryDataSet
4226/*============================================================================
4227 * The QueryDataSet structure.
4228 *===========================================================================*/
4230
4232{
4234 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4235 * for giving a copy of the header to application.
4236 */
4239 int32_t NoOfValues;
4242
4244
4245void OpcUa_QueryDataSet_Clear(void* pValue);
4246
4247#endif
4248
4249#ifndef OPCUA_EXCLUDE_NodeReference
4250/*============================================================================
4251 * The NodeReference structure.
4252 *===========================================================================*/
4254
4256{
4258 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4259 * for giving a copy of the header to application.
4260 */
4267
4269
4270void OpcUa_NodeReference_Clear(void* pValue);
4271
4272#endif
4273
4274#ifndef OPCUA_EXCLUDE_ElementOperand
4275/*============================================================================
4276 * The ElementOperand structure.
4277 *===========================================================================*/
4279
4281{
4283 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4284 * for giving a copy of the header to application.
4285 */
4286 uint32_t Index;
4288
4290
4292
4293#endif
4294
4295#ifndef OPCUA_EXCLUDE_LiteralOperand
4296/*============================================================================
4297 * The LiteralOperand structure.
4298 *===========================================================================*/
4300
4302{
4304 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4305 * for giving a copy of the header to application.
4306 */
4309
4311
4313
4314#endif
4315
4316#ifndef OPCUA_EXCLUDE_AttributeOperand
4317/*============================================================================
4318 * The AttributeOperand structure.
4319 *===========================================================================*/
4321
4323{
4325 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4326 * for giving a copy of the header to application.
4327 */
4331 uint32_t AttributeId;
4334
4336
4338
4339#endif
4340
4341#ifndef OPCUA_EXCLUDE_ContentFilterElementResult
4342/*============================================================================
4343 * The ContentFilterElementResult structure.
4344 *===========================================================================*/
4346
4348{
4350 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4351 * for giving a copy of the header to application.
4352 */
4359
4361
4363
4364#endif
4365
4366#ifndef OPCUA_EXCLUDE_ContentFilterResult
4367/*============================================================================
4368 * The ContentFilterResult structure.
4369 *===========================================================================*/
4371
4373{
4375 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4376 * for giving a copy of the header to application.
4377 */
4383
4385
4387
4388#endif
4389
4390#ifndef OPCUA_EXCLUDE_ParsingResult
4391/*============================================================================
4392 * The ParsingResult structure.
4393 *===========================================================================*/
4395
4397{
4399 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4400 * for giving a copy of the header to application.
4401 */
4408
4410
4411void OpcUa_ParsingResult_Clear(void* pValue);
4412
4413#endif
4414
4415#ifndef OPCUA_EXCLUDE_QueryFirst
4416#ifndef OPCUA_EXCLUDE_QueryFirstRequest
4417/*============================================================================
4418 * The QueryFirstRequest structure.
4419 *===========================================================================*/
4421
4423{
4425 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4426 * for giving a copy of the header to application.
4427 */
4435
4437
4439
4440#endif
4441
4442#ifndef OPCUA_EXCLUDE_QueryFirstResponse
4443/*============================================================================
4444 * The QueryFirstResponse structure.
4445 *===========================================================================*/
4447
4464
4466
4468
4469#endif
4470#endif
4471
4472#ifndef OPCUA_EXCLUDE_QueryNext
4473#ifndef OPCUA_EXCLUDE_QueryNextRequest
4474/*============================================================================
4475 * The QueryNextRequest structure.
4476 *===========================================================================*/
4478
4480{
4482 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4483 * for giving a copy of the header to application.
4484 */
4488
4490
4492
4493#endif
4494
4495#ifndef OPCUA_EXCLUDE_QueryNextResponse
4496/*============================================================================
4497 * The QueryNextResponse structure.
4498 *===========================================================================*/
4500
4502{
4504 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4505 * for giving a copy of the header to application.
4506 */
4512
4514
4516
4517#endif
4518#endif
4519
4520#ifndef OPCUA_EXCLUDE_ReadValueId
4521/*============================================================================
4522 * The ReadValueId structure.
4523 *===========================================================================*/
4525
4527{
4529 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4530 * for giving a copy of the header to application.
4531 */
4533 uint32_t AttributeId;
4537
4539
4540void OpcUa_ReadValueId_Clear(void* pValue);
4541
4542#endif
4543
4544#ifndef OPCUA_EXCLUDE_Read
4545#ifndef OPCUA_EXCLUDE_ReadRequest
4546/*============================================================================
4547 * The ReadRequest structure.
4548 *===========================================================================*/
4550
4552{
4554 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4555 * for giving a copy of the header to application.
4556 */
4557 double MaxAge;
4562
4564
4565void OpcUa_ReadRequest_Clear(void* pValue);
4566
4567#endif
4568
4569#ifndef OPCUA_EXCLUDE_ReadResponse
4570/*============================================================================
4571 * The ReadResponse structure.
4572 *===========================================================================*/
4574
4576{
4578 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4579 * for giving a copy of the header to application.
4580 */
4587
4589
4590void OpcUa_ReadResponse_Clear(void* pValue);
4591
4592#endif
4593#endif
4594
4595#ifndef OPCUA_EXCLUDE_HistoryReadValueId
4596/*============================================================================
4597 * The HistoryReadValueId structure.
4598 *===========================================================================*/
4600
4602{
4604 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4605 * for giving a copy of the header to application.
4606 */
4612
4614
4616
4617#endif
4618
4619#ifndef OPCUA_EXCLUDE_HistoryReadResult
4620/*============================================================================
4621 * The HistoryReadResult structure.
4622 *===========================================================================*/
4624
4626{
4628 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4629 * for giving a copy of the header to application.
4630 */
4635
4637
4639
4640#endif
4641
4642#ifndef OPCUA_EXCLUDE_EventFilter
4643/*============================================================================
4644 * The EventFilter structure.
4645 *===========================================================================*/
4647
4649{
4651 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4652 * for giving a copy of the header to application.
4653 */
4658
4660
4661void OpcUa_EventFilter_Clear(void* pValue);
4662
4663#endif
4664
4665#ifndef OPCUA_EXCLUDE_ReadEventDetails
4666/*============================================================================
4667 * The ReadEventDetails structure.
4668 *===========================================================================*/
4670
4672{
4674 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4675 * for giving a copy of the header to application.
4676 */
4682
4684
4686
4687#endif
4688
4689#ifndef OPCUA_EXCLUDE_ReadRawModifiedDetails
4690/*============================================================================
4691 * The ReadRawModifiedDetails structure.
4692 *===========================================================================*/
4694
4696{
4698 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4699 * for giving a copy of the header to application.
4700 */
4707
4709
4711
4712#endif
4713
4714#ifndef OPCUA_EXCLUDE_AggregateConfiguration
4715/*============================================================================
4716 * The AggregateConfiguration structure.
4717 *===========================================================================*/
4719
4732
4734
4736
4737#endif
4738
4739#ifndef OPCUA_EXCLUDE_ReadProcessedDetails
4740/*============================================================================
4741 * The ReadProcessedDetails structure.
4742 *===========================================================================*/
4744
4746{
4748 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4749 * for giving a copy of the header to application.
4750 */
4758
4760
4762
4763#endif
4764
4765#ifndef OPCUA_EXCLUDE_ReadAtTimeDetails
4766/*============================================================================
4767 * The ReadAtTimeDetails structure.
4768 *===========================================================================*/
4770
4772{
4774 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4775 * for giving a copy of the header to application.
4776 */
4781
4783
4785
4786#endif
4787
4788#ifndef OPCUA_EXCLUDE_ReadAnnotationDataDetails
4789/*============================================================================
4790 * The ReadAnnotationDataDetails structure.
4791 *===========================================================================*/
4793
4795{
4797 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4798 * for giving a copy of the header to application.
4799 */
4803
4805
4807
4808#endif
4809
4810#ifndef OPCUA_EXCLUDE_HistoryData
4811/*============================================================================
4812 * The HistoryData structure.
4813 *===========================================================================*/
4815
4817{
4819 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4820 * for giving a copy of the header to application.
4821 */
4825
4827
4828void OpcUa_HistoryData_Clear(void* pValue);
4829
4830#endif
4831
4832#ifndef OPCUA_EXCLUDE_ModificationInfo
4833/*============================================================================
4834 * The ModificationInfo structure.
4835 *===========================================================================*/
4837
4839{
4841 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4842 * for giving a copy of the header to application.
4843 */
4848
4850
4852
4853#endif
4854
4855#ifndef OPCUA_EXCLUDE_HistoryModifiedData
4856/*============================================================================
4857 * The HistoryModifiedData structure.
4858 *===========================================================================*/
4860
4862{
4864 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4865 * for giving a copy of the header to application.
4866 */
4872
4874
4876
4877#endif
4878
4879#ifndef OPCUA_EXCLUDE_HistoryEventFieldList
4880/*============================================================================
4881 * The HistoryEventFieldList structure.
4882 *===========================================================================*/
4884
4886{
4888 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4889 * for giving a copy of the header to application.
4890 */
4894
4896
4898
4899#endif
4900
4901#ifndef OPCUA_EXCLUDE_HistoryEvent
4902/*============================================================================
4903 * The HistoryEvent structure.
4904 *===========================================================================*/
4906
4908{
4910 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4911 * for giving a copy of the header to application.
4912 */
4913 int32_t NoOfEvents;
4916
4918
4919void OpcUa_HistoryEvent_Clear(void* pValue);
4920
4921#endif
4922
4923#ifndef OPCUA_EXCLUDE_HistoryRead
4924#ifndef OPCUA_EXCLUDE_HistoryReadRequest
4925/*============================================================================
4926 * The HistoryReadRequest structure.
4927 *===========================================================================*/
4929
4942
4944
4946
4947#endif
4948
4949#ifndef OPCUA_EXCLUDE_HistoryReadResponse
4950/*============================================================================
4951 * The HistoryReadResponse structure.
4952 *===========================================================================*/
4954
4956{
4958 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4959 * for giving a copy of the header to application.
4960 */
4967
4969
4971
4972#endif
4973#endif
4974
4975#ifndef OPCUA_EXCLUDE_WriteValue
4976/*============================================================================
4977 * The WriteValue structure.
4978 *===========================================================================*/
4980
4981typedef struct _OpcUa_WriteValue
4982{
4984 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
4985 * for giving a copy of the header to application.
4986 */
4988 uint32_t AttributeId;
4992
4994
4995void OpcUa_WriteValue_Clear(void* pValue);
4996
4997#endif
4998
4999#ifndef OPCUA_EXCLUDE_Write
5000#ifndef OPCUA_EXCLUDE_WriteRequest
5001/*============================================================================
5002 * The WriteRequest structure.
5003 *===========================================================================*/
5005
5007{
5009 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5010 * for giving a copy of the header to application.
5011 */
5015
5017
5018void OpcUa_WriteRequest_Clear(void* pValue);
5019
5020#endif
5021
5022#ifndef OPCUA_EXCLUDE_WriteResponse
5023/*============================================================================
5024 * The WriteResponse structure.
5025 *===========================================================================*/
5027
5029{
5031 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5032 * for giving a copy of the header to application.
5033 */
5040
5042
5043void OpcUa_WriteResponse_Clear(void* pValue);
5044
5045#endif
5046#endif
5047
5048#ifndef OPCUA_EXCLUDE_HistoryUpdateDetails
5049/*============================================================================
5050 * The HistoryUpdateDetails structure.
5051 *===========================================================================*/
5053
5055{
5057 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5058 * for giving a copy of the header to application.
5059 */
5062
5064
5066
5067#endif
5068
5069#ifndef OPCUA_EXCLUDE_UpdateDataDetails
5070/*============================================================================
5071 * The UpdateDataDetails structure.
5072 *===========================================================================*/
5074
5076{
5078 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5079 * for giving a copy of the header to application.
5080 */
5086
5088
5090
5091#endif
5092
5093#ifndef OPCUA_EXCLUDE_UpdateStructureDataDetails
5094/*============================================================================
5095 * The UpdateStructureDataDetails structure.
5096 *===========================================================================*/
5098
5100{
5102 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5103 * for giving a copy of the header to application.
5104 */
5110
5112
5114
5115#endif
5116
5117#ifndef OPCUA_EXCLUDE_UpdateEventDetails
5118/*============================================================================
5119 * The UpdateEventDetails structure.
5120 *===========================================================================*/
5122
5124{
5126 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5127 * for giving a copy of the header to application.
5128 */
5135
5137
5139
5140#endif
5141
5142#ifndef OPCUA_EXCLUDE_DeleteRawModifiedDetails
5143/*============================================================================
5144 * The DeleteRawModifiedDetails structure.
5145 *===========================================================================*/
5147
5149{
5151 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5152 * for giving a copy of the header to application.
5153 */
5159
5161
5163
5164#endif
5165
5166#ifndef OPCUA_EXCLUDE_DeleteAtTimeDetails
5167/*============================================================================
5168 * The DeleteAtTimeDetails structure.
5169 *===========================================================================*/
5171
5173{
5175 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5176 * for giving a copy of the header to application.
5177 */
5182
5184
5186
5187#endif
5188
5189#ifndef OPCUA_EXCLUDE_DeleteEventDetails
5190/*============================================================================
5191 * The DeleteEventDetails structure.
5192 *===========================================================================*/
5194
5196{
5198 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5199 * for giving a copy of the header to application.
5200 */
5205
5207
5209
5210#endif
5211
5212#ifndef OPCUA_EXCLUDE_HistoryUpdateResult
5213/*============================================================================
5214 * The HistoryUpdateResult structure.
5215 *===========================================================================*/
5217
5219{
5221 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5222 * for giving a copy of the header to application.
5223 */
5230
5232
5234
5235#endif
5236
5237#ifndef OPCUA_EXCLUDE_HistoryUpdate
5238#ifndef OPCUA_EXCLUDE_HistoryUpdateRequest
5239/*============================================================================
5240 * The HistoryUpdateRequest structure.
5241 *===========================================================================*/
5243
5245{
5247 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5248 * for giving a copy of the header to application.
5249 */
5253
5255
5257
5258#endif
5259
5260#ifndef OPCUA_EXCLUDE_HistoryUpdateResponse
5261/*============================================================================
5262 * The HistoryUpdateResponse structure.
5263 *===========================================================================*/
5265
5267{
5269 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5270 * for giving a copy of the header to application.
5271 */
5278
5280
5282
5283#endif
5284#endif
5285
5286#ifndef OPCUA_EXCLUDE_CallMethodRequest
5287/*============================================================================
5288 * The CallMethodRequest structure.
5289 *===========================================================================*/
5291
5293{
5295 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5296 * for giving a copy of the header to application.
5297 */
5303
5305
5307
5308#endif
5309
5310#ifndef OPCUA_EXCLUDE_CallMethodResult
5311/*============================================================================
5312 * The CallMethodResult structure.
5313 *===========================================================================*/
5315
5330
5332
5334
5335#endif
5336
5337#ifndef OPCUA_EXCLUDE_Call
5338#ifndef OPCUA_EXCLUDE_CallRequest
5339/*============================================================================
5340 * The CallRequest structure.
5341 *===========================================================================*/
5343
5345{
5347 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5348 * for giving a copy of the header to application.
5349 */
5353
5355
5356void OpcUa_CallRequest_Clear(void* pValue);
5357
5358#endif
5359
5360#ifndef OPCUA_EXCLUDE_CallResponse
5361/*============================================================================
5362 * The CallResponse structure.
5363 *===========================================================================*/
5365
5367{
5369 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5370 * for giving a copy of the header to application.
5371 */
5378
5380
5381void OpcUa_CallResponse_Clear(void* pValue);
5382
5383#endif
5384#endif
5385
5386#ifndef OPCUA_EXCLUDE_DataChangeFilter
5387/*============================================================================
5388 * The DataChangeFilter structure.
5389 *===========================================================================*/
5391
5393{
5395 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5396 * for giving a copy of the header to application.
5397 */
5402
5404
5406
5407#endif
5408
5409#ifndef OPCUA_EXCLUDE_AggregateFilter
5410/*============================================================================
5411 * The AggregateFilter structure.
5412 *===========================================================================*/
5414
5416{
5418 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5419 * for giving a copy of the header to application.
5420 */
5426
5428
5430
5431#endif
5432
5433#ifndef OPCUA_EXCLUDE_EventFilterResult
5434/*============================================================================
5435 * The EventFilterResult structure.
5436 *===========================================================================*/
5438
5451
5453
5455
5456#endif
5457
5458#ifndef OPCUA_EXCLUDE_AggregateFilterResult
5459/*============================================================================
5460 * The AggregateFilterResult structure.
5461 *===========================================================================*/
5463
5465{
5467 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5468 * for giving a copy of the header to application.
5469 */
5474
5476
5478
5479#endif
5480
5481#ifndef OPCUA_EXCLUDE_MonitoringParameters
5482/*============================================================================
5483 * The MonitoringParameters structure.
5484 *===========================================================================*/
5486
5488{
5490 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5491 * for giving a copy of the header to application.
5492 */
5496 uint32_t QueueSize;
5499
5501
5503
5504#endif
5505
5506#ifndef OPCUA_EXCLUDE_MonitoredItemCreateRequest
5507/*============================================================================
5508 * The MonitoredItemCreateRequest structure.
5509 *===========================================================================*/
5511
5513{
5515 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5516 * for giving a copy of the header to application.
5517 */
5522
5524
5526
5527#endif
5528
5529#ifndef OPCUA_EXCLUDE_MonitoredItemCreateResult
5530/*============================================================================
5531 * The MonitoredItemCreateResult structure.
5532 *===========================================================================*/
5534
5536{
5538 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5539 * for giving a copy of the header to application.
5540 */
5547
5549
5551
5552#endif
5553
5554#ifndef OPCUA_EXCLUDE_CreateMonitoredItems
5555#ifndef OPCUA_EXCLUDE_CreateMonitoredItemsRequest
5556/*============================================================================
5557 * The CreateMonitoredItemsRequest structure.
5558 *===========================================================================*/
5560
5562{
5564 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5565 * for giving a copy of the header to application.
5566 */
5572
5574
5576
5577#endif
5578
5579#ifndef OPCUA_EXCLUDE_CreateMonitoredItemsResponse
5580/*============================================================================
5581 * The CreateMonitoredItemsResponse structure.
5582 *===========================================================================*/
5584
5586{
5588 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5589 * for giving a copy of the header to application.
5590 */
5597
5599
5601
5602#endif
5603#endif
5604
5605#ifndef OPCUA_EXCLUDE_MonitoredItemModifyRequest
5606/*============================================================================
5607 * The MonitoredItemModifyRequest structure.
5608 *===========================================================================*/
5610
5612{
5614 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5615 * for giving a copy of the header to application.
5616 */
5620
5622
5624
5625#endif
5626
5627#ifndef OPCUA_EXCLUDE_MonitoredItemModifyResult
5628/*============================================================================
5629 * The MonitoredItemModifyResult structure.
5630 *===========================================================================*/
5632
5634{
5636 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5637 * for giving a copy of the header to application.
5638 */
5644
5646
5648
5649#endif
5650
5651#ifndef OPCUA_EXCLUDE_ModifyMonitoredItems
5652#ifndef OPCUA_EXCLUDE_ModifyMonitoredItemsRequest
5653/*============================================================================
5654 * The ModifyMonitoredItemsRequest structure.
5655 *===========================================================================*/
5657
5659{
5661 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5662 * for giving a copy of the header to application.
5663 */
5669
5671
5673
5674#endif
5675
5676#ifndef OPCUA_EXCLUDE_ModifyMonitoredItemsResponse
5677/*============================================================================
5678 * The ModifyMonitoredItemsResponse structure.
5679 *===========================================================================*/
5681
5683{
5685 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5686 * for giving a copy of the header to application.
5687 */
5694
5696
5698
5699#endif
5700#endif
5701
5702#ifndef OPCUA_EXCLUDE_SetMonitoringMode
5703#ifndef OPCUA_EXCLUDE_SetMonitoringModeRequest
5704/*============================================================================
5705 * The SetMonitoringModeRequest structure.
5706 *===========================================================================*/
5708
5710{
5712 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5713 * for giving a copy of the header to application.
5714 */
5720
5722
5724
5725#endif
5726
5727#ifndef OPCUA_EXCLUDE_SetMonitoringModeResponse
5728/*============================================================================
5729 * The SetMonitoringModeResponse structure.
5730 *===========================================================================*/
5732
5734{
5736 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5737 * for giving a copy of the header to application.
5738 */
5745
5747
5749
5750#endif
5751#endif
5752
5753#ifndef OPCUA_EXCLUDE_SetTriggering
5754#ifndef OPCUA_EXCLUDE_SetTriggeringRequest
5755/*============================================================================
5756 * The SetTriggeringRequest structure.
5757 *===========================================================================*/
5759
5761{
5763 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5764 * for giving a copy of the header to application.
5765 */
5769 uint32_t* LinksToAdd;
5771 uint32_t* LinksToRemove;
5773
5775
5777
5778#endif
5779
5780#ifndef OPCUA_EXCLUDE_SetTriggeringResponse
5781/*============================================================================
5782 * The SetTriggeringResponse structure.
5783 *===========================================================================*/
5785
5802
5804
5806
5807#endif
5808#endif
5809
5810#ifndef OPCUA_EXCLUDE_DeleteMonitoredItems
5811#ifndef OPCUA_EXCLUDE_DeleteMonitoredItemsRequest
5812/*============================================================================
5813 * The DeleteMonitoredItemsRequest structure.
5814 *===========================================================================*/
5816
5818{
5820 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5821 * for giving a copy of the header to application.
5822 */
5827
5829
5831
5832#endif
5833
5834#ifndef OPCUA_EXCLUDE_DeleteMonitoredItemsResponse
5835/*============================================================================
5836 * The DeleteMonitoredItemsResponse structure.
5837 *===========================================================================*/
5839
5841{
5843 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5844 * for giving a copy of the header to application.
5845 */
5852
5854
5856
5857#endif
5858#endif
5859
5860#ifndef OPCUA_EXCLUDE_CreateSubscription
5861#ifndef OPCUA_EXCLUDE_CreateSubscriptionRequest
5862/*============================================================================
5863 * The CreateSubscriptionRequest structure.
5864 *===========================================================================*/
5866
5868{
5870 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5871 * for giving a copy of the header to application.
5872 */
5880
5882
5884
5885#endif
5886
5887#ifndef OPCUA_EXCLUDE_CreateSubscriptionResponse
5888/*============================================================================
5889 * The CreateSubscriptionResponse structure.
5890 *===========================================================================*/
5892
5894{
5896 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5897 * for giving a copy of the header to application.
5898 */
5905
5907
5909
5910#endif
5911#endif
5912
5913#ifndef OPCUA_EXCLUDE_ModifySubscription
5914#ifndef OPCUA_EXCLUDE_ModifySubscriptionRequest
5915/*============================================================================
5916 * The ModifySubscriptionRequest structure.
5917 *===========================================================================*/
5919
5921{
5923 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5924 * for giving a copy of the header to application.
5925 */
5933
5935
5937
5938#endif
5939
5940#ifndef OPCUA_EXCLUDE_ModifySubscriptionResponse
5941/*============================================================================
5942 * The ModifySubscriptionResponse structure.
5943 *===========================================================================*/
5945
5947{
5949 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5950 * for giving a copy of the header to application.
5951 */
5957
5959
5961
5962#endif
5963#endif
5964
5965#ifndef OPCUA_EXCLUDE_SetPublishingMode
5966#ifndef OPCUA_EXCLUDE_SetPublishingModeRequest
5967/*============================================================================
5968 * The SetPublishingModeRequest structure.
5969 *===========================================================================*/
5971
5973{
5975 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5976 * for giving a copy of the header to application.
5977 */
5982
5984
5986
5987#endif
5988
5989#ifndef OPCUA_EXCLUDE_SetPublishingModeResponse
5990/*============================================================================
5991 * The SetPublishingModeResponse structure.
5992 *===========================================================================*/
5994
5996{
5998 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
5999 * for giving a copy of the header to application.
6000 */
6007
6009
6011
6012#endif
6013#endif
6014
6015#ifndef OPCUA_EXCLUDE_NotificationMessage
6016/*============================================================================
6017 * The NotificationMessage structure.
6018 *===========================================================================*/
6020
6022{
6024 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6025 * for giving a copy of the header to application.
6026 */
6032
6034
6036
6037#endif
6038
6039#ifndef OPCUA_EXCLUDE_MonitoredItemNotification
6040/*============================================================================
6041 * The MonitoredItemNotification structure.
6042 *===========================================================================*/
6044
6046{
6048 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6049 * for giving a copy of the header to application.
6050 */
6054
6056
6058
6059#endif
6060
6061#ifndef OPCUA_EXCLUDE_DataChangeNotification
6062/*============================================================================
6063 * The DataChangeNotification structure.
6064 *===========================================================================*/
6066
6068{
6070 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6071 * for giving a copy of the header to application.
6072 */
6078
6080
6082
6083#endif
6084
6085#ifndef OPCUA_EXCLUDE_EventFieldList
6086/*============================================================================
6087 * The EventFieldList structure.
6088 *===========================================================================*/
6090
6092{
6094 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6095 * for giving a copy of the header to application.
6096 */
6101
6103
6105
6106#endif
6107
6108#ifndef OPCUA_EXCLUDE_EventNotificationList
6109/*============================================================================
6110 * The EventNotificationList structure.
6111 *===========================================================================*/
6113
6115{
6117 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6118 * for giving a copy of the header to application.
6119 */
6120 int32_t NoOfEvents;
6123
6125
6127
6128#endif
6129
6130#ifndef OPCUA_EXCLUDE_StatusChangeNotification
6131/*============================================================================
6132 * The StatusChangeNotification structure.
6133 *===========================================================================*/
6135
6137{
6139 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6140 * for giving a copy of the header to application.
6141 */
6145
6147
6149
6150#endif
6151
6152#ifndef OPCUA_EXCLUDE_SubscriptionAcknowledgement
6153/*============================================================================
6154 * The SubscriptionAcknowledgement structure.
6155 *===========================================================================*/
6157
6159{
6161 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6162 * for giving a copy of the header to application.
6163 */
6167
6169
6171
6172#endif
6173
6174#ifndef OPCUA_EXCLUDE_Publish
6175#ifndef OPCUA_EXCLUDE_PublishRequest
6176/*============================================================================
6177 * The PublishRequest structure.
6178 *===========================================================================*/
6180
6182{
6184 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6185 * for giving a copy of the header to application.
6186 */
6190
6192
6194
6195#endif
6196
6197#ifndef OPCUA_EXCLUDE_PublishResponse
6198/*============================================================================
6199 * The PublishResponse structure.
6200 *===========================================================================*/
6202
6220
6222
6224
6225#endif
6226#endif
6227
6228#ifndef OPCUA_EXCLUDE_Republish
6229#ifndef OPCUA_EXCLUDE_RepublishRequest
6230/*============================================================================
6231 * The RepublishRequest structure.
6232 *===========================================================================*/
6234
6236{
6238 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6239 * for giving a copy of the header to application.
6240 */
6244
6246
6248
6249#endif
6250
6251#ifndef OPCUA_EXCLUDE_RepublishResponse
6252/*============================================================================
6253 * The RepublishResponse structure.
6254 *===========================================================================*/
6256
6258{
6260 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6261 * for giving a copy of the header to application.
6262 */
6266
6268
6270
6271#endif
6272#endif
6273
6274#ifndef OPCUA_EXCLUDE_TransferResult
6275/*============================================================================
6276 * The TransferResult structure.
6277 *===========================================================================*/
6279
6281{
6283 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6284 * for giving a copy of the header to application.
6285 */
6290
6292
6294
6295#endif
6296
6297#ifndef OPCUA_EXCLUDE_TransferSubscriptions
6298#ifndef OPCUA_EXCLUDE_TransferSubscriptionsRequest
6299/*============================================================================
6300 * The TransferSubscriptionsRequest structure.
6301 *===========================================================================*/
6303
6305{
6307 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6308 * for giving a copy of the header to application.
6309 */
6314
6316
6318
6319#endif
6320
6321#ifndef OPCUA_EXCLUDE_TransferSubscriptionsResponse
6322/*============================================================================
6323 * The TransferSubscriptionsResponse structure.
6324 *===========================================================================*/
6326
6328{
6330 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6331 * for giving a copy of the header to application.
6332 */
6339
6341
6343
6344#endif
6345#endif
6346
6347#ifndef OPCUA_EXCLUDE_DeleteSubscriptions
6348#ifndef OPCUA_EXCLUDE_DeleteSubscriptionsRequest
6349/*============================================================================
6350 * The DeleteSubscriptionsRequest structure.
6351 *===========================================================================*/
6353
6355{
6357 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6358 * for giving a copy of the header to application.
6359 */
6363
6365
6367
6368#endif
6369
6370#ifndef OPCUA_EXCLUDE_DeleteSubscriptionsResponse
6371/*============================================================================
6372 * The DeleteSubscriptionsResponse structure.
6373 *===========================================================================*/
6375
6377{
6379 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6380 * for giving a copy of the header to application.
6381 */
6388
6390
6392
6393#endif
6394#endif
6395
6396#ifndef OPCUA_EXCLUDE_BuildInfo
6397/*============================================================================
6398 * The BuildInfo structure.
6399 *===========================================================================*/
6401
6402typedef struct _OpcUa_BuildInfo
6403{
6405 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6406 * for giving a copy of the header to application.
6407 */
6415
6417
6418void OpcUa_BuildInfo_Clear(void* pValue);
6419
6420#endif
6421
6422#ifndef OPCUA_EXCLUDE_RedundantServerDataType
6423/*============================================================================
6424 * The RedundantServerDataType structure.
6425 *===========================================================================*/
6427
6429{
6431 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6432 * for giving a copy of the header to application.
6433 */
6438
6440
6442
6443#endif
6444
6445#ifndef OPCUA_EXCLUDE_EndpointUrlListDataType
6446/*============================================================================
6447 * The EndpointUrlListDataType structure.
6448 *===========================================================================*/
6450
6452{
6454 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6455 * for giving a copy of the header to application.
6456 */
6460
6462
6464
6465#endif
6466
6467#ifndef OPCUA_EXCLUDE_NetworkGroupDataType
6468/*============================================================================
6469 * The NetworkGroupDataType structure.
6470 *===========================================================================*/
6472
6474{
6476 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6477 * for giving a copy of the header to application.
6478 */
6483
6485
6487
6488#endif
6489
6490#ifndef OPCUA_EXCLUDE_SamplingIntervalDiagnosticsDataType
6491/*============================================================================
6492 * The SamplingIntervalDiagnosticsDataType structure.
6493 *===========================================================================*/
6495
6497{
6499 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6500 * for giving a copy of the header to application.
6501 */
6507
6509
6511
6512#endif
6513
6514#ifndef OPCUA_EXCLUDE_ServerDiagnosticsSummaryDataType
6515/*============================================================================
6516 * The ServerDiagnosticsSummaryDataType structure.
6517 *===========================================================================*/
6519
6521{
6523 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6524 * for giving a copy of the header to application.
6525 */
6539
6541
6543
6544#endif
6545
6546#ifndef OPCUA_EXCLUDE_ServerStatusDataType
6547/*============================================================================
6548 * The ServerStatusDataType structure.
6549 *===========================================================================*/
6551
6553{
6555 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6556 * for giving a copy of the header to application.
6557 */
6565
6567
6569
6570#endif
6571
6572#ifndef OPCUA_EXCLUDE_ServiceCounterDataType
6573/*============================================================================
6574 * The ServiceCounterDataType structure.
6575 *===========================================================================*/
6577
6579{
6581 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6582 * for giving a copy of the header to application.
6583 */
6584 uint32_t TotalCount;
6585 uint32_t ErrorCount;
6587
6589
6591
6592#endif
6593
6594#ifndef OPCUA_EXCLUDE_SessionDiagnosticsDataType
6595/*============================================================================
6596 * The SessionDiagnosticsDataType structure.
6597 *===========================================================================*/
6599
6601{
6603 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6604 * for giving a copy of the header to application.
6605 */
6651
6653
6655
6656#endif
6657
6658#ifndef OPCUA_EXCLUDE_SessionSecurityDiagnosticsDataType
6659/*============================================================================
6660 * The SessionSecurityDiagnosticsDataType structure.
6661 *===========================================================================*/
6663
6681
6683
6685
6686#endif
6687
6688#ifndef OPCUA_EXCLUDE_StatusResult
6689/*============================================================================
6690 * The StatusResult structure.
6691 *===========================================================================*/
6693
6695{
6697 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6698 * for giving a copy of the header to application.
6699 */
6703
6705
6706void OpcUa_StatusResult_Clear(void* pValue);
6707
6708#endif
6709
6710#ifndef OPCUA_EXCLUDE_SubscriptionDiagnosticsDataType
6711/*============================================================================
6712 * The SubscriptionDiagnosticsDataType structure.
6713 *===========================================================================*/
6715
6754
6756
6758
6759#endif
6760
6761#ifndef OPCUA_EXCLUDE_ModelChangeStructureDataType
6762/*============================================================================
6763 * The ModelChangeStructureDataType structure.
6764 *===========================================================================*/
6766
6768{
6770 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6771 * for giving a copy of the header to application.
6772 */
6777
6779
6781
6782#endif
6783
6784#ifndef OPCUA_EXCLUDE_SemanticChangeStructureDataType
6785/*============================================================================
6786 * The SemanticChangeStructureDataType structure.
6787 *===========================================================================*/
6789
6791{
6793 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6794 * for giving a copy of the header to application.
6795 */
6799
6801
6803
6804#endif
6805
6806#ifndef OPCUA_EXCLUDE_Range
6807/*============================================================================
6808 * The Range structure.
6809 *===========================================================================*/
6811
6812typedef struct _OpcUa_Range
6813{
6815 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6816 * for giving a copy of the header to application.
6817 */
6818 double Low;
6819 double High;
6821
6822void OpcUa_Range_Initialize(void* pValue);
6823
6824void OpcUa_Range_Clear(void* pValue);
6825
6826#endif
6827
6828#ifndef OPCUA_EXCLUDE_EUInformation
6829/*============================================================================
6830 * The EUInformation structure.
6831 *===========================================================================*/
6833
6835{
6837 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6838 * for giving a copy of the header to application.
6839 */
6841 int32_t UnitId;
6845
6847
6848void OpcUa_EUInformation_Clear(void* pValue);
6849
6850#endif
6851
6852#ifndef OPCUA_EXCLUDE_ComplexNumberType
6853/*============================================================================
6854 * The ComplexNumberType structure.
6855 *===========================================================================*/
6857
6859{
6861 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6862 * for giving a copy of the header to application.
6863 */
6864 float Real;
6867
6869
6871
6872#endif
6873
6874#ifndef OPCUA_EXCLUDE_DoubleComplexNumberType
6875/*============================================================================
6876 * The DoubleComplexNumberType structure.
6877 *===========================================================================*/
6879
6881{
6883 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6884 * for giving a copy of the header to application.
6885 */
6886 double Real;
6889
6891
6893
6894#endif
6895
6896#ifndef OPCUA_EXCLUDE_AxisInformation
6897/*============================================================================
6898 * The AxisInformation structure.
6899 *===========================================================================*/
6901
6903{
6905 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6906 * for giving a copy of the header to application.
6907 */
6913 double* AxisSteps;
6915
6917
6919
6920#endif
6921
6922#ifndef OPCUA_EXCLUDE_XVType
6923/*============================================================================
6924 * The XVType structure.
6925 *===========================================================================*/
6927
6928typedef struct _OpcUa_XVType
6929{
6931 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
6932 * for giving a copy of the header to application.
6933 */
6934 double X;
6935 float Value;
6937
6938void OpcUa_XVType_Initialize(void* pValue);
6939
6940void OpcUa_XVType_Clear(void* pValue);
6941
6942#endif
6943
6944#ifndef OPCUA_EXCLUDE_ProgramDiagnosticDataType
6945/*============================================================================
6946 * The ProgramDiagnosticDataType structure.
6947 *===========================================================================*/
6949
6969
6971
6973
6974#endif
6975
6976#ifndef OPCUA_EXCLUDE_ProgramDiagnostic2DataType
6977/*============================================================================
6978 * The ProgramDiagnostic2DataType structure.
6979 *===========================================================================*/
6981
7005
7007
7009
7010#endif
7011
7012#ifndef OPCUA_EXCLUDE_Annotation
7013/*============================================================================
7014 * The Annotation structure.
7015 *===========================================================================*/
7017
7018typedef struct _OpcUa_Annotation
7019{
7021 /* IMPORTANT NOTE: response header IN RESPONSE MSG BODY is kept only
7022 * for giving a copy of the header to application.
7023 */
7028
7030
7031void OpcUa_Annotation_Clear(void* pValue);
7032
7033#endif
7034
7035void SOPC_Initialize_EnumeratedType(int32_t* enumerationValue);
7036
7037void SOPC_Clear_EnumeratedType(int32_t* enumerationValue);
7038
7039SOPC_ReturnStatus SOPC_Read_EnumeratedType(SOPC_Buffer* buf, int32_t* enumerationValue, uint32_t nestedStructLevel);
7040
7042 const int32_t* enumerationValue,
7043 uint32_t nestedStructLevel);
7044
7045/*============================================================================
7046 * Indexes in the table of known encodeable types.
7047 *
7048 * The enumerated values are indexes in the sopc_KnownEncodeableTypes array.
7049 *===========================================================================*/
7051{
7052#ifndef OPCUA_EXCLUDE_KeyValuePair
7054#endif
7055#ifndef OPCUA_EXCLUDE_AdditionalParametersType
7057#endif
7058#ifndef OPCUA_EXCLUDE_EphemeralKeyType
7060#endif
7061#ifndef OPCUA_EXCLUDE_EndpointType
7063#endif
7064#ifndef OPCUA_EXCLUDE_RationalNumber
7066#endif
7067#ifndef OPCUA_EXCLUDE_ThreeDVector
7069#endif
7070#ifndef OPCUA_EXCLUDE_ThreeDCartesianCoordinates
7072#endif
7073#ifndef OPCUA_EXCLUDE_ThreeDOrientation
7075#endif
7076#ifndef OPCUA_EXCLUDE_ThreeDFrame
7078#endif
7079#ifndef OPCUA_EXCLUDE_IdentityMappingRuleType
7081#endif
7082#ifndef OPCUA_EXCLUDE_CurrencyUnitType
7084#endif
7085#ifndef OPCUA_EXCLUDE_TrustListDataType
7087#endif
7088#ifndef OPCUA_EXCLUDE_DecimalDataType
7090#endif
7091#ifndef OPCUA_EXCLUDE_StructureField
7093#endif
7094#ifndef OPCUA_EXCLUDE_StructureDefinition
7096#endif
7097#ifndef OPCUA_EXCLUDE_StructureDescription
7099#endif
7100#ifndef OPCUA_EXCLUDE_EnumField
7102#endif
7103#ifndef OPCUA_EXCLUDE_EnumDefinition
7105#endif
7106#ifndef OPCUA_EXCLUDE_EnumDescription
7108#endif
7109#ifndef OPCUA_EXCLUDE_SimpleTypeDescription
7111#endif
7112#ifndef OPCUA_EXCLUDE_DataTypeSchemaHeader
7114#endif
7115#ifndef OPCUA_EXCLUDE_DataTypeDescription
7117#endif
7118#ifndef OPCUA_EXCLUDE_UABinaryFileDataType
7120#endif
7121#ifndef OPCUA_EXCLUDE_FieldMetaData
7123#endif
7124#ifndef OPCUA_EXCLUDE_ConfigurationVersionDataType
7126#endif
7127#ifndef OPCUA_EXCLUDE_DataSetMetaDataType
7129#endif
7130#ifndef OPCUA_EXCLUDE_PublishedDataSetDataType
7132#endif
7133#ifndef OPCUA_EXCLUDE_PublishedVariableDataType
7135#endif
7136#ifndef OPCUA_EXCLUDE_PublishedDataItemsDataType
7138#endif
7139#ifndef OPCUA_EXCLUDE_SimpleAttributeOperand
7141#endif
7142#ifndef OPCUA_EXCLUDE_ContentFilterElement
7144#endif
7145#ifndef OPCUA_EXCLUDE_ContentFilter
7147#endif
7148#ifndef OPCUA_EXCLUDE_PublishedEventsDataType
7150#endif
7151#ifndef OPCUA_EXCLUDE_DataSetWriterDataType
7153#endif
7154#ifndef OPCUA_EXCLUDE_ApplicationDescription
7156#endif
7157#ifndef OPCUA_EXCLUDE_UserTokenPolicy
7159#endif
7160#ifndef OPCUA_EXCLUDE_EndpointDescription
7162#endif
7163#ifndef OPCUA_EXCLUDE_PubSubGroupDataType
7165#endif
7166#ifndef OPCUA_EXCLUDE_WriterGroupDataType
7168#endif
7169#ifndef OPCUA_EXCLUDE_DataSetReaderDataType
7171#endif
7172#ifndef OPCUA_EXCLUDE_ReaderGroupDataType
7174#endif
7175#ifndef OPCUA_EXCLUDE_PubSubConnectionDataType
7177#endif
7178#ifndef OPCUA_EXCLUDE_NetworkAddressDataType
7180#endif
7181#ifndef OPCUA_EXCLUDE_NetworkAddressUrlDataType
7183#endif
7184#ifndef OPCUA_EXCLUDE_FieldTargetDataType
7186#endif
7187#ifndef OPCUA_EXCLUDE_TargetVariablesDataType
7189#endif
7190#ifndef OPCUA_EXCLUDE_RolePermissionType
7192#endif
7193#ifndef OPCUA_EXCLUDE_SubscribedDataSetMirrorDataType
7195#endif
7196#ifndef OPCUA_EXCLUDE_PubSubConfigurationDataType
7198#endif
7199#ifndef OPCUA_EXCLUDE_UadpWriterGroupMessageDataType
7201#endif
7202#ifndef OPCUA_EXCLUDE_UadpDataSetWriterMessageDataType
7204#endif
7205#ifndef OPCUA_EXCLUDE_UadpDataSetReaderMessageDataType
7207#endif
7208#ifndef OPCUA_EXCLUDE_JsonWriterGroupMessageDataType
7210#endif
7211#ifndef OPCUA_EXCLUDE_JsonDataSetWriterMessageDataType
7213#endif
7214#ifndef OPCUA_EXCLUDE_JsonDataSetReaderMessageDataType
7216#endif
7217#ifndef OPCUA_EXCLUDE_DatagramConnectionTransportDataType
7219#endif
7220#ifndef OPCUA_EXCLUDE_DatagramWriterGroupTransportDataType
7222#endif
7223#ifndef OPCUA_EXCLUDE_BrokerConnectionTransportDataType
7225#endif
7226#ifndef OPCUA_EXCLUDE_BrokerWriterGroupTransportDataType
7228#endif
7229#ifndef OPCUA_EXCLUDE_BrokerDataSetWriterTransportDataType
7231#endif
7232#ifndef OPCUA_EXCLUDE_BrokerDataSetReaderTransportDataType
7234#endif
7235#ifndef OPCUA_EXCLUDE_AliasNameDataType
7237#endif
7238#ifndef OPCUA_EXCLUDE_UnsignedRationalNumber
7240#endif
7241#ifndef OPCUA_EXCLUDE_ReferenceNode
7243#endif
7244#ifndef OPCUA_EXCLUDE_Node
7246#endif
7247#ifndef OPCUA_EXCLUDE_InstanceNode
7249#endif
7250#ifndef OPCUA_EXCLUDE_TypeNode
7252#endif
7253#ifndef OPCUA_EXCLUDE_ObjectNode
7255#endif
7256#ifndef OPCUA_EXCLUDE_ObjectTypeNode
7258#endif
7259#ifndef OPCUA_EXCLUDE_VariableNode
7261#endif
7262#ifndef OPCUA_EXCLUDE_VariableTypeNode
7264#endif
7265#ifndef OPCUA_EXCLUDE_ReferenceTypeNode
7267#endif
7268#ifndef OPCUA_EXCLUDE_MethodNode
7270#endif
7271#ifndef OPCUA_EXCLUDE_ViewNode
7273#endif
7274#ifndef OPCUA_EXCLUDE_DataTypeNode
7276#endif
7277#ifndef OPCUA_EXCLUDE_Argument
7279#endif
7280#ifndef OPCUA_EXCLUDE_EnumValueType
7282#endif
7283#ifndef OPCUA_EXCLUDE_OptionSet
7285#endif
7286#ifndef OPCUA_EXCLUDE_TimeZoneDataType
7288#endif
7289#ifndef OPCUA_EXCLUDE_RequestHeader
7291#endif
7292#ifndef OPCUA_EXCLUDE_ResponseHeader
7294#endif
7295#ifndef OPCUA_EXCLUDE_ServiceFault
7297#endif
7298#ifndef OPCUA_EXCLUDE_SessionlessInvokeRequestType
7300#endif
7301#ifndef OPCUA_EXCLUDE_SessionlessInvokeResponseType
7303#endif
7304#ifndef OPCUA_EXCLUDE_FindServers
7305#ifndef OPCUA_EXCLUDE_FindServersRequest
7307#endif
7308#ifndef OPCUA_EXCLUDE_FindServersResponse
7310#endif
7311#endif
7312#ifndef OPCUA_EXCLUDE_ServerOnNetwork
7314#endif
7315#ifndef OPCUA_EXCLUDE_FindServersOnNetwork
7316#ifndef OPCUA_EXCLUDE_FindServersOnNetworkRequest
7318#endif
7319#ifndef OPCUA_EXCLUDE_FindServersOnNetworkResponse
7321#endif
7322#endif
7323#ifndef OPCUA_EXCLUDE_GetEndpoints
7324#ifndef OPCUA_EXCLUDE_GetEndpointsRequest
7326#endif
7327#ifndef OPCUA_EXCLUDE_GetEndpointsResponse
7329#endif
7330#endif
7331#ifndef OPCUA_EXCLUDE_RegisteredServer
7333#endif
7334#ifndef OPCUA_EXCLUDE_RegisterServer
7335#ifndef OPCUA_EXCLUDE_RegisterServerRequest
7337#endif
7338#ifndef OPCUA_EXCLUDE_RegisterServerResponse
7340#endif
7341#endif
7342#ifndef OPCUA_EXCLUDE_MdnsDiscoveryConfiguration
7344#endif
7345#ifndef OPCUA_EXCLUDE_RegisterServer2
7346#ifndef OPCUA_EXCLUDE_RegisterServer2Request
7348#endif
7349#ifndef OPCUA_EXCLUDE_RegisterServer2Response
7351#endif
7352#endif
7353#ifndef OPCUA_EXCLUDE_ChannelSecurityToken
7355#endif
7356#ifndef OPCUA_EXCLUDE_OpenSecureChannel
7357#ifndef OPCUA_EXCLUDE_OpenSecureChannelRequest
7359#endif
7360#ifndef OPCUA_EXCLUDE_OpenSecureChannelResponse
7362#endif
7363#endif
7364#ifndef OPCUA_EXCLUDE_CloseSecureChannel
7365#ifndef OPCUA_EXCLUDE_CloseSecureChannelRequest
7367#endif
7368#ifndef OPCUA_EXCLUDE_CloseSecureChannelResponse
7370#endif
7371#endif
7372#ifndef OPCUA_EXCLUDE_SignedSoftwareCertificate
7374#endif
7375#ifndef OPCUA_EXCLUDE_SignatureData
7377#endif
7378#ifndef OPCUA_EXCLUDE_CreateSession
7379#ifndef OPCUA_EXCLUDE_CreateSessionRequest
7381#endif
7382#ifndef OPCUA_EXCLUDE_CreateSessionResponse
7384#endif
7385#endif
7386#ifndef OPCUA_EXCLUDE_UserIdentityToken
7388#endif
7389#ifndef OPCUA_EXCLUDE_AnonymousIdentityToken
7391#endif
7392#ifndef OPCUA_EXCLUDE_UserNameIdentityToken
7394#endif
7395#ifndef OPCUA_EXCLUDE_X509IdentityToken
7397#endif
7398#ifndef OPCUA_EXCLUDE_IssuedIdentityToken
7400#endif
7401#ifndef OPCUA_EXCLUDE_ActivateSession
7402#ifndef OPCUA_EXCLUDE_ActivateSessionRequest
7404#endif
7405#ifndef OPCUA_EXCLUDE_ActivateSessionResponse
7407#endif
7408#endif
7409#ifndef OPCUA_EXCLUDE_CloseSession
7410#ifndef OPCUA_EXCLUDE_CloseSessionRequest
7412#endif
7413#ifndef OPCUA_EXCLUDE_CloseSessionResponse
7415#endif
7416#endif
7417#ifndef OPCUA_EXCLUDE_Cancel
7418#ifndef OPCUA_EXCLUDE_CancelRequest
7420#endif
7421#ifndef OPCUA_EXCLUDE_CancelResponse
7423#endif
7424#endif
7425#ifndef OPCUA_EXCLUDE_NodeAttributes
7427#endif
7428#ifndef OPCUA_EXCLUDE_ObjectAttributes
7430#endif
7431#ifndef OPCUA_EXCLUDE_VariableAttributes
7433#endif
7434#ifndef OPCUA_EXCLUDE_MethodAttributes
7436#endif
7437#ifndef OPCUA_EXCLUDE_ObjectTypeAttributes
7439#endif
7440#ifndef OPCUA_EXCLUDE_VariableTypeAttributes
7442#endif
7443#ifndef OPCUA_EXCLUDE_ReferenceTypeAttributes
7445#endif
7446#ifndef OPCUA_EXCLUDE_DataTypeAttributes
7448#endif
7449#ifndef OPCUA_EXCLUDE_ViewAttributes
7451#endif
7452#ifndef OPCUA_EXCLUDE_GenericAttributeValue
7454#endif
7455#ifndef OPCUA_EXCLUDE_GenericAttributes
7457#endif
7458#ifndef OPCUA_EXCLUDE_AddNodesItem
7460#endif
7461#ifndef OPCUA_EXCLUDE_AddNodesResult
7463#endif
7464#ifndef OPCUA_EXCLUDE_AddNodes
7465#ifndef OPCUA_EXCLUDE_AddNodesRequest
7467#endif
7468#ifndef OPCUA_EXCLUDE_AddNodesResponse
7470#endif
7471#endif
7472#ifndef OPCUA_EXCLUDE_AddReferencesItem
7474#endif
7475#ifndef OPCUA_EXCLUDE_AddReferences
7476#ifndef OPCUA_EXCLUDE_AddReferencesRequest
7478#endif
7479#ifndef OPCUA_EXCLUDE_AddReferencesResponse
7481#endif
7482#endif
7483#ifndef OPCUA_EXCLUDE_DeleteNodesItem
7485#endif
7486#ifndef OPCUA_EXCLUDE_DeleteNodes
7487#ifndef OPCUA_EXCLUDE_DeleteNodesRequest
7489#endif
7490#ifndef OPCUA_EXCLUDE_DeleteNodesResponse
7492#endif
7493#endif
7494#ifndef OPCUA_EXCLUDE_DeleteReferencesItem
7496#endif
7497#ifndef OPCUA_EXCLUDE_DeleteReferences
7498#ifndef OPCUA_EXCLUDE_DeleteReferencesRequest
7500#endif
7501#ifndef OPCUA_EXCLUDE_DeleteReferencesResponse
7503#endif
7504#endif
7505#ifndef OPCUA_EXCLUDE_ViewDescription
7507#endif
7508#ifndef OPCUA_EXCLUDE_BrowseDescription
7510#endif
7511#ifndef OPCUA_EXCLUDE_ReferenceDescription
7513#endif
7514#ifndef OPCUA_EXCLUDE_BrowseResult
7516#endif
7517#ifndef OPCUA_EXCLUDE_Browse
7518#ifndef OPCUA_EXCLUDE_BrowseRequest
7520#endif
7521#ifndef OPCUA_EXCLUDE_BrowseResponse
7523#endif
7524#endif
7525#ifndef OPCUA_EXCLUDE_BrowseNext
7526#ifndef OPCUA_EXCLUDE_BrowseNextRequest
7528#endif
7529#ifndef OPCUA_EXCLUDE_BrowseNextResponse
7531#endif
7532#endif
7533#ifndef OPCUA_EXCLUDE_RelativePathElement
7535#endif
7536#ifndef OPCUA_EXCLUDE_RelativePath
7538#endif
7539#ifndef OPCUA_EXCLUDE_BrowsePath
7541#endif
7542#ifndef OPCUA_EXCLUDE_BrowsePathTarget
7544#endif
7545#ifndef OPCUA_EXCLUDE_BrowsePathResult
7547#endif
7548#ifndef OPCUA_EXCLUDE_TranslateBrowsePathsToNodeIds
7549#ifndef OPCUA_EXCLUDE_TranslateBrowsePathsToNodeIdsRequest
7551#endif
7552#ifndef OPCUA_EXCLUDE_TranslateBrowsePathsToNodeIdsResponse
7554#endif
7555#endif
7556#ifndef OPCUA_EXCLUDE_RegisterNodes
7557#ifndef OPCUA_EXCLUDE_RegisterNodesRequest
7559#endif
7560#ifndef OPCUA_EXCLUDE_RegisterNodesResponse
7562#endif
7563#endif
7564#ifndef OPCUA_EXCLUDE_UnregisterNodes
7565#ifndef OPCUA_EXCLUDE_UnregisterNodesRequest
7567#endif
7568#ifndef OPCUA_EXCLUDE_UnregisterNodesResponse
7570#endif
7571#endif
7572#ifndef OPCUA_EXCLUDE_EndpointConfiguration
7574#endif
7575#ifndef OPCUA_EXCLUDE_QueryDataDescription
7577#endif
7578#ifndef OPCUA_EXCLUDE_NodeTypeDescription
7580#endif
7581#ifndef OPCUA_EXCLUDE_QueryDataSet
7583#endif
7584#ifndef OPCUA_EXCLUDE_NodeReference
7586#endif
7587#ifndef OPCUA_EXCLUDE_ElementOperand
7589#endif
7590#ifndef OPCUA_EXCLUDE_LiteralOperand
7592#endif
7593#ifndef OPCUA_EXCLUDE_AttributeOperand
7595#endif
7596#ifndef OPCUA_EXCLUDE_ContentFilterElementResult
7598#endif
7599#ifndef OPCUA_EXCLUDE_ContentFilterResult
7601#endif
7602#ifndef OPCUA_EXCLUDE_ParsingResult
7604#endif
7605#ifndef OPCUA_EXCLUDE_QueryFirst
7606#ifndef OPCUA_EXCLUDE_QueryFirstRequest
7608#endif
7609#ifndef OPCUA_EXCLUDE_QueryFirstResponse
7611#endif
7612#endif
7613#ifndef OPCUA_EXCLUDE_QueryNext
7614#ifndef OPCUA_EXCLUDE_QueryNextRequest
7616#endif
7617#ifndef OPCUA_EXCLUDE_QueryNextResponse
7619#endif
7620#endif
7621#ifndef OPCUA_EXCLUDE_ReadValueId
7623#endif
7624#ifndef OPCUA_EXCLUDE_Read
7625#ifndef OPCUA_EXCLUDE_ReadRequest
7627#endif
7628#ifndef OPCUA_EXCLUDE_ReadResponse
7630#endif
7631#endif
7632#ifndef OPCUA_EXCLUDE_HistoryReadValueId
7634#endif
7635#ifndef OPCUA_EXCLUDE_HistoryReadResult
7637#endif
7638#ifndef OPCUA_EXCLUDE_EventFilter
7640#endif
7641#ifndef OPCUA_EXCLUDE_ReadEventDetails
7643#endif
7644#ifndef OPCUA_EXCLUDE_ReadRawModifiedDetails
7646#endif
7647#ifndef OPCUA_EXCLUDE_AggregateConfiguration
7649#endif
7650#ifndef OPCUA_EXCLUDE_ReadProcessedDetails
7652#endif
7653#ifndef OPCUA_EXCLUDE_ReadAtTimeDetails
7655#endif
7656#ifndef OPCUA_EXCLUDE_ReadAnnotationDataDetails
7658#endif
7659#ifndef OPCUA_EXCLUDE_HistoryData
7661#endif
7662#ifndef OPCUA_EXCLUDE_ModificationInfo
7664#endif
7665#ifndef OPCUA_EXCLUDE_HistoryModifiedData
7667#endif
7668#ifndef OPCUA_EXCLUDE_HistoryEventFieldList
7670#endif
7671#ifndef OPCUA_EXCLUDE_HistoryEvent
7673#endif
7674#ifndef OPCUA_EXCLUDE_HistoryRead
7675#ifndef OPCUA_EXCLUDE_HistoryReadRequest
7677#endif
7678#ifndef OPCUA_EXCLUDE_HistoryReadResponse
7680#endif
7681#endif
7682#ifndef OPCUA_EXCLUDE_WriteValue
7684#endif
7685#ifndef OPCUA_EXCLUDE_Write
7686#ifndef OPCUA_EXCLUDE_WriteRequest
7688#endif
7689#ifndef OPCUA_EXCLUDE_WriteResponse
7691#endif
7692#endif
7693#ifndef OPCUA_EXCLUDE_HistoryUpdateDetails
7695#endif
7696#ifndef OPCUA_EXCLUDE_UpdateDataDetails
7698#endif
7699#ifndef OPCUA_EXCLUDE_UpdateStructureDataDetails
7701#endif
7702#ifndef OPCUA_EXCLUDE_UpdateEventDetails
7704#endif
7705#ifndef OPCUA_EXCLUDE_DeleteRawModifiedDetails
7707#endif
7708#ifndef OPCUA_EXCLUDE_DeleteAtTimeDetails
7710#endif
7711#ifndef OPCUA_EXCLUDE_DeleteEventDetails
7713#endif
7714#ifndef OPCUA_EXCLUDE_HistoryUpdateResult
7716#endif
7717#ifndef OPCUA_EXCLUDE_HistoryUpdate
7718#ifndef OPCUA_EXCLUDE_HistoryUpdateRequest
7720#endif
7721#ifndef OPCUA_EXCLUDE_HistoryUpdateResponse
7723#endif
7724#endif
7725#ifndef OPCUA_EXCLUDE_CallMethodRequest
7727#endif
7728#ifndef OPCUA_EXCLUDE_CallMethodResult
7730#endif
7731#ifndef OPCUA_EXCLUDE_Call
7732#ifndef OPCUA_EXCLUDE_CallRequest
7734#endif
7735#ifndef OPCUA_EXCLUDE_CallResponse
7737#endif
7738#endif
7739#ifndef OPCUA_EXCLUDE_DataChangeFilter
7741#endif
7742#ifndef OPCUA_EXCLUDE_AggregateFilter
7744#endif
7745#ifndef OPCUA_EXCLUDE_EventFilterResult
7747#endif
7748#ifndef OPCUA_EXCLUDE_AggregateFilterResult
7750#endif
7751#ifndef OPCUA_EXCLUDE_MonitoringParameters
7753#endif
7754#ifndef OPCUA_EXCLUDE_MonitoredItemCreateRequest
7756#endif
7757#ifndef OPCUA_EXCLUDE_MonitoredItemCreateResult
7759#endif
7760#ifndef OPCUA_EXCLUDE_CreateMonitoredItems
7761#ifndef OPCUA_EXCLUDE_CreateMonitoredItemsRequest
7763#endif
7764#ifndef OPCUA_EXCLUDE_CreateMonitoredItemsResponse
7766#endif
7767#endif
7768#ifndef OPCUA_EXCLUDE_MonitoredItemModifyRequest
7770#endif
7771#ifndef OPCUA_EXCLUDE_MonitoredItemModifyResult
7773#endif
7774#ifndef OPCUA_EXCLUDE_ModifyMonitoredItems
7775#ifndef OPCUA_EXCLUDE_ModifyMonitoredItemsRequest
7777#endif
7778#ifndef OPCUA_EXCLUDE_ModifyMonitoredItemsResponse
7780#endif
7781#endif
7782#ifndef OPCUA_EXCLUDE_SetMonitoringMode
7783#ifndef OPCUA_EXCLUDE_SetMonitoringModeRequest
7785#endif
7786#ifndef OPCUA_EXCLUDE_SetMonitoringModeResponse
7788#endif
7789#endif
7790#ifndef OPCUA_EXCLUDE_SetTriggering
7791#ifndef OPCUA_EXCLUDE_SetTriggeringRequest
7793#endif
7794#ifndef OPCUA_EXCLUDE_SetTriggeringResponse
7796#endif
7797#endif
7798#ifndef OPCUA_EXCLUDE_DeleteMonitoredItems
7799#ifndef OPCUA_EXCLUDE_DeleteMonitoredItemsRequest
7801#endif
7802#ifndef OPCUA_EXCLUDE_DeleteMonitoredItemsResponse
7804#endif
7805#endif
7806#ifndef OPCUA_EXCLUDE_CreateSubscription
7807#ifndef OPCUA_EXCLUDE_CreateSubscriptionRequest
7809#endif
7810#ifndef OPCUA_EXCLUDE_CreateSubscriptionResponse
7812#endif
7813#endif
7814#ifndef OPCUA_EXCLUDE_ModifySubscription
7815#ifndef OPCUA_EXCLUDE_ModifySubscriptionRequest
7817#endif
7818#ifndef OPCUA_EXCLUDE_ModifySubscriptionResponse
7820#endif
7821#endif
7822#ifndef OPCUA_EXCLUDE_SetPublishingMode
7823#ifndef OPCUA_EXCLUDE_SetPublishingModeRequest
7825#endif
7826#ifndef OPCUA_EXCLUDE_SetPublishingModeResponse
7828#endif
7829#endif
7830#ifndef OPCUA_EXCLUDE_NotificationMessage
7832#endif
7833#ifndef OPCUA_EXCLUDE_MonitoredItemNotification
7835#endif
7836#ifndef OPCUA_EXCLUDE_DataChangeNotification
7838#endif
7839#ifndef OPCUA_EXCLUDE_EventFieldList
7841#endif
7842#ifndef OPCUA_EXCLUDE_EventNotificationList
7844#endif
7845#ifndef OPCUA_EXCLUDE_StatusChangeNotification
7847#endif
7848#ifndef OPCUA_EXCLUDE_SubscriptionAcknowledgement
7850#endif
7851#ifndef OPCUA_EXCLUDE_Publish
7852#ifndef OPCUA_EXCLUDE_PublishRequest
7854#endif
7855#ifndef OPCUA_EXCLUDE_PublishResponse
7857#endif
7858#endif
7859#ifndef OPCUA_EXCLUDE_Republish
7860#ifndef OPCUA_EXCLUDE_RepublishRequest
7862#endif
7863#ifndef OPCUA_EXCLUDE_RepublishResponse
7865#endif
7866#endif
7867#ifndef OPCUA_EXCLUDE_TransferResult
7869#endif
7870#ifndef OPCUA_EXCLUDE_TransferSubscriptions
7871#ifndef OPCUA_EXCLUDE_TransferSubscriptionsRequest
7873#endif
7874#ifndef OPCUA_EXCLUDE_TransferSubscriptionsResponse
7876#endif
7877#endif
7878#ifndef OPCUA_EXCLUDE_DeleteSubscriptions
7879#ifndef OPCUA_EXCLUDE_DeleteSubscriptionsRequest
7881#endif
7882#ifndef OPCUA_EXCLUDE_DeleteSubscriptionsResponse
7884#endif
7885#endif
7886#ifndef OPCUA_EXCLUDE_BuildInfo
7888#endif
7889#ifndef OPCUA_EXCLUDE_RedundantServerDataType
7891#endif
7892#ifndef OPCUA_EXCLUDE_EndpointUrlListDataType
7894#endif
7895#ifndef OPCUA_EXCLUDE_NetworkGroupDataType
7897#endif
7898#ifndef OPCUA_EXCLUDE_SamplingIntervalDiagnosticsDataType
7900#endif
7901#ifndef OPCUA_EXCLUDE_ServerDiagnosticsSummaryDataType
7903#endif
7904#ifndef OPCUA_EXCLUDE_ServerStatusDataType
7906#endif
7907#ifndef OPCUA_EXCLUDE_ServiceCounterDataType
7909#endif
7910#ifndef OPCUA_EXCLUDE_SessionDiagnosticsDataType
7912#endif
7913#ifndef OPCUA_EXCLUDE_SessionSecurityDiagnosticsDataType
7915#endif
7916#ifndef OPCUA_EXCLUDE_StatusResult
7918#endif
7919#ifndef OPCUA_EXCLUDE_SubscriptionDiagnosticsDataType
7921#endif
7922#ifndef OPCUA_EXCLUDE_ModelChangeStructureDataType
7924#endif
7925#ifndef OPCUA_EXCLUDE_SemanticChangeStructureDataType
7927#endif
7928#ifndef OPCUA_EXCLUDE_Range
7930#endif
7931#ifndef OPCUA_EXCLUDE_EUInformation
7933#endif
7934#ifndef OPCUA_EXCLUDE_ComplexNumberType
7936#endif
7937#ifndef OPCUA_EXCLUDE_DoubleComplexNumberType
7939#endif
7940#ifndef OPCUA_EXCLUDE_AxisInformation
7942#endif
7943#ifndef OPCUA_EXCLUDE_XVType
7945#endif
7946#ifndef OPCUA_EXCLUDE_ProgramDiagnosticDataType
7948#endif
7949#ifndef OPCUA_EXCLUDE_ProgramDiagnostic2DataType
7951#endif
7952#ifndef OPCUA_EXCLUDE_Annotation
7954#endif
7957
7958/*============================================================================
7959 * UserTokenPolicies example constant values
7960 *===========================================================================*/
7961#ifndef OPCUA_EXCLUDE_UserTokenPolicy
7962// UserTokenPolicyId for anonymous token type example
7963#define SOPC_UserTokenPolicy_Anonymous_ID "anonymous"
7966
7967// UserTokenPolicyId for username token type with None SecurityPolicy example
7968#define SOPC_UserTokenPolicy_UserNameNone_ID "username_None"
7974
7975// UserTokenPolicyId for username token type with default SecurityPolicy example
7976#define SOPC_UserTokenPolicy_UserName_ID "username"
7982
7983// UserTokenPolicyId for username token type with Basic256Sha256 SecurityPolicy example
7984#define SOPC_UserTokenPolicy_UserNameBasic256Sha256_ID "username_Basic256Sha256"
7989
7990// UserTokenPolicyId for x509 token type with Basic256Sha256 SecurityPolicy example
7991#define SOPC_UserTokenPolicy_X509Basic256Sha256_ID "X509_Basic256Sha256"
7995
7996// UserTokenPolicyId for x509 token type with default SecurityPolicy example
7997#define SOPC_UserTokenPolicy_X509_ID "X509"
7999
8000#endif
8001
8002/*============================================================================
8003 * Table of known types.
8004 *===========================================================================*/
8006
8007#endif
8008/* 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:142
uint8_t SOPC_Byte
Definition sopc_builtintypes.h:138
SOPC_Byte SOPC_Boolean
Definition sopc_builtintypes.h:140
int64_t SOPC_DateTime
OPC UA timestamp format which is 100 nanoseconds from 1601/01/01 00:00:00 UTC.
Definition sopc_builtintypes.h:160
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:7051
@ SOPC_TypeInternalIndex_HistoryUpdateRequest
Definition sopc_types.h:7719
@ SOPC_TypeInternalIndex_MonitoredItemNotification
Definition sopc_types.h:7834
@ SOPC_TypeInternalIndex_BrokerDataSetWriterTransportDataType
Definition sopc_types.h:7230
@ SOPC_TypeInternalIndex_UpdateEventDetails
Definition sopc_types.h:7703
@ SOPC_TypeInternalIndex_QueryNextRequest
Definition sopc_types.h:7615
@ SOPC_TypeInternalIndex_CloseSessionResponse
Definition sopc_types.h:7414
@ SOPC_TypeInternalIndex_X509IdentityToken
Definition sopc_types.h:7396
@ SOPC_TypeInternalIndex_BrowseResponse
Definition sopc_types.h:7522
@ SOPC_TypeInternalIndex_AggregateConfiguration
Definition sopc_types.h:7648
@ SOPC_TypeInternalIndex_AdditionalParametersType
Definition sopc_types.h:7056
@ SOPC_TypeInternalIndex_DataTypeSchemaHeader
Definition sopc_types.h:7113
@ SOPC_TypeInternalIndex_TimeZoneDataType
Definition sopc_types.h:7287
@ SOPC_TypeInternalIndex_StructureDescription
Definition sopc_types.h:7098
@ SOPC_TypeInternalIndex_BrowseResult
Definition sopc_types.h:7515
@ SOPC_TypeInternalIndex_HistoryModifiedData
Definition sopc_types.h:7666
@ SOPC_TypeInternalIndex_ModifySubscriptionRequest
Definition sopc_types.h:7816
@ SOPC_TypeInternalIndex_ReadResponse
Definition sopc_types.h:7629
@ SOPC_TypeInternalIndex_CallMethodRequest
Definition sopc_types.h:7726
@ SOPC_TypeInternalIndex_OptionSet
Definition sopc_types.h:7284
@ SOPC_TypeInternalIndex_UadpDataSetWriterMessageDataType
Definition sopc_types.h:7203
@ SOPC_TypeInternalIndex_QueryFirstRequest
Definition sopc_types.h:7607
@ SOPC_TypeInternalIndex_HistoryReadRequest
Definition sopc_types.h:7676
@ SOPC_TypeInternalIndex_ServerStatusDataType
Definition sopc_types.h:7905
@ SOPC_TypeInternalIndex_RationalNumber
Definition sopc_types.h:7065
@ SOPC_TypeInternalIndex_TransferResult
Definition sopc_types.h:7868
@ SOPC_TypeInternalIndex_SetTriggeringRequest
Definition sopc_types.h:7792
@ SOPC_TypeInternalIndex_ContentFilterElementResult
Definition sopc_types.h:7597
@ SOPC_TypeInternalIndex_PublishRequest
Definition sopc_types.h:7853
@ SOPC_TypeInternalIndex_RequestHeader
Definition sopc_types.h:7290
@ SOPC_TypeInternalIndex_JsonDataSetWriterMessageDataType
Definition sopc_types.h:7212
@ SOPC_TypeInternalIndex_AliasNameDataType
Definition sopc_types.h:7236
@ SOPC_TypeInternalIndex_UpdateDataDetails
Definition sopc_types.h:7697
@ SOPC_TypeInternalIndex_BrokerDataSetReaderTransportDataType
Definition sopc_types.h:7233
@ SOPC_TypeInternalIndex_Annotation
Definition sopc_types.h:7953
@ SOPC_TypeInternalIndex_KeyValuePair
Definition sopc_types.h:7053
@ SOPC_TypeInternalIndex_DataChangeNotification
Definition sopc_types.h:7837
@ SOPC_TypeInternalIndex_CallResponse
Definition sopc_types.h:7736
@ SOPC_TypeInternalIndex_DataTypeDescription
Definition sopc_types.h:7116
@ SOPC_TypeInternalIndex_PubSubGroupDataType
Definition sopc_types.h:7164
@ SOPC_TypeInternalIndex_TransferSubscriptionsResponse
Definition sopc_types.h:7875
@ SOPC_TypeInternalIndex_AggregateFilterResult
Definition sopc_types.h:7749
@ SOPC_TypeInternalIndex_AddReferencesRequest
Definition sopc_types.h:7477
@ SOPC_TypeInternalIndex_ModifyMonitoredItemsRequest
Definition sopc_types.h:7776
@ SOPC_TypeInternalIndex_RegisterServer2Response
Definition sopc_types.h:7350
@ SOPC_TypeInternalIndex_ServiceCounterDataType
Definition sopc_types.h:7908
@ SOPC_TypeInternalIndex_UpdateStructureDataDetails
Definition sopc_types.h:7700
@ SOPC_TypeInternalIndex_RelativePathElement
Definition sopc_types.h:7534
@ SOPC_TypeInternalIndex_CreateSessionRequest
Definition sopc_types.h:7380
@ SOPC_TypeInternalIndex_NodeAttributes
Definition sopc_types.h:7426
@ SOPC_TypeInternalIndex_EventFilterResult
Definition sopc_types.h:7746
@ SOPC_TypeInternalIndex_JsonDataSetReaderMessageDataType
Definition sopc_types.h:7215
@ SOPC_TypeInternalIndex_OpenSecureChannelRequest
Definition sopc_types.h:7358
@ SOPC_TypeInternalIndex_ReaderGroupDataType
Definition sopc_types.h:7173
@ SOPC_TypeInternalIndex_SessionSecurityDiagnosticsDataType
Definition sopc_types.h:7914
@ SOPC_TypeInternalIndex_StructureDefinition
Definition sopc_types.h:7095
@ SOPC_TypeInternalIndex_PublishedDataSetDataType
Definition sopc_types.h:7131
@ SOPC_TypeInternalIndex_AggregateFilter
Definition sopc_types.h:7743
@ SOPC_TypeInternalIndex_ApplicationDescription
Definition sopc_types.h:7155
@ SOPC_TypeInternalIndex_NotificationMessage
Definition sopc_types.h:7831
@ SOPC_TypeInternalIndex_FieldMetaData
Definition sopc_types.h:7122
@ SOPC_TypeInternalIndex_ThreeDOrientation
Definition sopc_types.h:7074
@ SOPC_TypeInternalIndex_CallMethodResult
Definition sopc_types.h:7729
@ SOPC_TypeInternalIndex_DoubleComplexNumberType
Definition sopc_types.h:7938
@ SOPC_TypeInternalIndex_UadpWriterGroupMessageDataType
Definition sopc_types.h:7200
@ SOPC_TypeInternalIndex_ReadAtTimeDetails
Definition sopc_types.h:7654
@ SOPC_TypeInternalIndex_WriteRequest
Definition sopc_types.h:7687
@ SOPC_TypeInternalIndex_ConfigurationVersionDataType
Definition sopc_types.h:7125
@ SOPC_TypeInternalIndex_SamplingIntervalDiagnosticsDataType
Definition sopc_types.h:7899
@ SOPC_TypeInternalIndex_ActivateSessionRequest
Definition sopc_types.h:7403
@ SOPC_TypeInternalIndex_ViewNode
Definition sopc_types.h:7272
@ SOPC_TypeInternalIndex_AddNodesResult
Definition sopc_types.h:7462
@ SOPC_TypeInternalIndex_PublishedVariableDataType
Definition sopc_types.h:7134
@ SOPC_TypeInternalIndex_GetEndpointsResponse
Definition sopc_types.h:7328
@ SOPC_TypeInternalIndex_UserTokenPolicy
Definition sopc_types.h:7158
@ SOPC_TypeInternalIndex_ViewAttributes
Definition sopc_types.h:7450
@ SOPC_TypeInternalIndex_TranslateBrowsePathsToNodeIdsResponse
Definition sopc_types.h:7553
@ SOPC_TypeInternalIndex_Node
Definition sopc_types.h:7245
@ SOPC_TypeInternalIndex_ServerDiagnosticsSummaryDataType
Definition sopc_types.h:7902
@ SOPC_TypeInternalIndex_SubscriptionAcknowledgement
Definition sopc_types.h:7849
@ SOPC_TypeInternalIndex_NetworkAddressDataType
Definition sopc_types.h:7179
@ SOPC_TypeInternalIndex_BrowseNextRequest
Definition sopc_types.h:7527
@ SOPC_TypeInternalIndex_UserIdentityToken
Definition sopc_types.h:7387
@ SOPC_TypeInternalIndex_DeleteReferencesRequest
Definition sopc_types.h:7499
@ SOPC_TypeInternalIndex_ReferenceDescription
Definition sopc_types.h:7512
@ SOPC_TypeInternalIndex_BrowseNextResponse
Definition sopc_types.h:7530
@ SOPC_TypeInternalIndex_BuildInfo
Definition sopc_types.h:7887
@ SOPC_TypeInternalIndex_NodeReference
Definition sopc_types.h:7585
@ SOPC_TypeInternalIndex_CloseSessionRequest
Definition sopc_types.h:7411
@ SOPC_TypeInternalIndex_DataSetReaderDataType
Definition sopc_types.h:7170
@ SOPC_TypeInternalIndex_NetworkGroupDataType
Definition sopc_types.h:7896
@ SOPC_TypeInternalIndex_WriteResponse
Definition sopc_types.h:7690
@ SOPC_TypeInternalIndex_RegisterServerResponse
Definition sopc_types.h:7339
@ SOPC_TypeInternalIndex_RepublishResponse
Definition sopc_types.h:7864
@ SOPC_TypeInternalIndex_TranslateBrowsePathsToNodeIdsRequest
Definition sopc_types.h:7550
@ SOPC_TypeInternalIndex_EphemeralKeyType
Definition sopc_types.h:7059
@ SOPC_TypeInternalIndex_EndpointUrlListDataType
Definition sopc_types.h:7893
@ SOPC_TypeInternalIndex_DeleteEventDetails
Definition sopc_types.h:7712
@ SOPC_TypeInternalIndex_ServerOnNetwork
Definition sopc_types.h:7313
@ SOPC_TypeInternalIndex_FindServersResponse
Definition sopc_types.h:7309
@ SOPC_TypeInternalIndex_QueryFirstResponse
Definition sopc_types.h:7610
@ SOPC_TypeInternalIndex_EventNotificationList
Definition sopc_types.h:7843
@ SOPC_TypeInternalIndex_PublishResponse
Definition sopc_types.h:7856
@ SOPC_TypeInternalIndex_VariableTypeAttributes
Definition sopc_types.h:7441
@ SOPC_TypeInternalIndex_ResponseHeader
Definition sopc_types.h:7293
@ SOPC_TypeInternalIndex_RegisteredServer
Definition sopc_types.h:7332
@ SOPC_TypeInternalIndex_ModifyMonitoredItemsResponse
Definition sopc_types.h:7779
@ SOPC_TypeInternalIndex_ContentFilterElement
Definition sopc_types.h:7143
@ SOPC_TypeInternalIndex_StructureField
Definition sopc_types.h:7092
@ SOPC_TypeInternalIndex_ReferenceNode
Definition sopc_types.h:7242
@ SOPC_TypeInternalIndex_MonitoredItemCreateResult
Definition sopc_types.h:7758
@ SOPC_TypeInternalIndex_MonitoredItemCreateRequest
Definition sopc_types.h:7755
@ SOPC_TypeInternalIndex_SessionlessInvokeResponseType
Definition sopc_types.h:7302
@ SOPC_TypeInternalIndex_DatagramConnectionTransportDataType
Definition sopc_types.h:7218
@ SOPC_TypeInternalIndex_ChannelSecurityToken
Definition sopc_types.h:7354
@ SOPC_TypeInternalIndex_DeleteSubscriptionsRequest
Definition sopc_types.h:7880
@ SOPC_TypeInternalIndex_GetEndpointsRequest
Definition sopc_types.h:7325
@ SOPC_TypeInternalIndex_SignatureData
Definition sopc_types.h:7376
@ SOPC_TypeInternalIndex_DataChangeFilter
Definition sopc_types.h:7740
@ SOPC_TypeInternalIndex_UadpDataSetReaderMessageDataType
Definition sopc_types.h:7206
@ SOPC_TypeInternalIndex_StatusResult
Definition sopc_types.h:7917
@ SOPC_TypeInternalIndex_DeleteNodesRequest
Definition sopc_types.h:7488
@ SOPC_TypeInternalIndex_ProgramDiagnosticDataType
Definition sopc_types.h:7947
@ SOPC_TypeInternalIndex_HistoryReadValueId
Definition sopc_types.h:7633
@ SOPC_TypeInternalIndex_HistoryEventFieldList
Definition sopc_types.h:7669
@ SOPC_TypeInternalIndex_SetMonitoringModeResponse
Definition sopc_types.h:7787
@ SOPC_TypeInternalIndex_CloseSecureChannelResponse
Definition sopc_types.h:7369
@ SOPC_TypeInternalIndex_ObjectTypeNode
Definition sopc_types.h:7257
@ SOPC_TypeInternalIndex_UABinaryFileDataType
Definition sopc_types.h:7119
@ SOPC_TypeInternalIndex_NodeTypeDescription
Definition sopc_types.h:7579
@ SOPC_TypeInternalIndex_VariableNode
Definition sopc_types.h:7260
@ SOPC_TypeInternalIndex_ReferenceTypeNode
Definition sopc_types.h:7266
@ SOPC_TypeInternalIndex_MonitoredItemModifyResult
Definition sopc_types.h:7772
@ SOPC_TypeInternalIndex_CancelResponse
Definition sopc_types.h:7422
@ SOPC_TypeInternalIndex_SessionDiagnosticsDataType
Definition sopc_types.h:7911
@ SOPC_TypeInternalIndex_AddNodesResponse
Definition sopc_types.h:7469
@ SOPC_TypeInternalIndex_FindServersRequest
Definition sopc_types.h:7306
@ SOPC_TypeInternalIndex_PubSubConfigurationDataType
Definition sopc_types.h:7197
@ SOPC_TypeInternalIndex_EndpointConfiguration
Definition sopc_types.h:7573
@ SOPC_TypeInternalIndex_AddReferencesResponse
Definition sopc_types.h:7480
@ SOPC_TypeInternalIndex_ReadValueId
Definition sopc_types.h:7622
@ SOPC_TypeInternalIndex_TypeNode
Definition sopc_types.h:7251
@ SOPC_TypeInternalIndex_NetworkAddressUrlDataType
Definition sopc_types.h:7182
@ SOPC_TypeInternalIndex_TransferSubscriptionsRequest
Definition sopc_types.h:7872
@ SOPC_TypeInternalIndex_ContentFilter
Definition sopc_types.h:7146
@ SOPC_TypeInternalIndex_QueryDataDescription
Definition sopc_types.h:7576
@ SOPC_TypeInternalIndex_RolePermissionType
Definition sopc_types.h:7191
@ SOPC_TypeInternalIndex_ReadProcessedDetails
Definition sopc_types.h:7651
@ SOPC_TypeInternalIndex_SubscriptionDiagnosticsDataType
Definition sopc_types.h:7920
@ SOPC_TypeInternalIndex_HistoryReadResult
Definition sopc_types.h:7636
@ SOPC_TypeInternalIndex_ElementOperand
Definition sopc_types.h:7588
@ SOPC_TypeInternalIndex_ObjectTypeAttributes
Definition sopc_types.h:7438
@ SOPC_TypeInternalIndex_PublishedDataItemsDataType
Definition sopc_types.h:7137
@ SOPC_TypeInternalIndex_EndpointType
Definition sopc_types.h:7062
@ SOPC_TypeInternalIndex_ContentFilterResult
Definition sopc_types.h:7600
@ SOPC_TypeInternalIndex_DeleteNodesResponse
Definition sopc_types.h:7491
@ SOPC_TypeInternalIndex_MethodNode
Definition sopc_types.h:7269
@ SOPC_TypeInternalIndex_DataTypeNode
Definition sopc_types.h:7275
@ SOPC_TypeInternalIndex_ComplexNumberType
Definition sopc_types.h:7935
@ SOPC_TypeInternalIndex_SignedSoftwareCertificate
Definition sopc_types.h:7373
@ SOPC_TypeInternalIndex_HistoryData
Definition sopc_types.h:7660
@ SOPC_TypeInternalIndex_AddReferencesItem
Definition sopc_types.h:7473
@ SOPC_TypeInternalIndex_EnumDescription
Definition sopc_types.h:7107
@ SOPC_TypeInternalIndex_ReadEventDetails
Definition sopc_types.h:7642
@ SOPC_TypeInternalIndex_ParsingResult
Definition sopc_types.h:7603
@ SOPC_TypeInternalIndex_BrowseRequest
Definition sopc_types.h:7519
@ SOPC_TypeInternalIndex_VariableTypeNode
Definition sopc_types.h:7263
@ SOPC_TypeInternalIndex_ThreeDCartesianCoordinates
Definition sopc_types.h:7071
@ SOPC_TypeInternalIndex_IdentityMappingRuleType
Definition sopc_types.h:7080
@ SOPC_TypeInternalIndex_QueryNextResponse
Definition sopc_types.h:7618
@ SOPC_TypeInternalIndex_DeleteReferencesItem
Definition sopc_types.h:7495
@ SOPC_TypeInternalIndex_XVType
Definition sopc_types.h:7944
@ SOPC_TypeInternalIndex_ThreeDVector
Definition sopc_types.h:7068
@ SOPC_TypeInternalIndex_MonitoredItemModifyRequest
Definition sopc_types.h:7769
@ SOPC_TypeInternalIndex_JsonWriterGroupMessageDataType
Definition sopc_types.h:7209
@ SOPC_TypeInternalIndex_Argument
Definition sopc_types.h:7278
@ SOPC_TypeInternalIndex_FindServersOnNetworkRequest
Definition sopc_types.h:7317
@ SOPC_TypeInternalIndex_RelativePath
Definition sopc_types.h:7537
@ SOPC_TypeInternalIndex_CallRequest
Definition sopc_types.h:7733
@ SOPC_TypeInternalIndex_DeleteMonitoredItemsRequest
Definition sopc_types.h:7800
@ SOPC_TypeInternalIndex_RegisterNodesResponse
Definition sopc_types.h:7561
@ SOPC_TypeInternalIndex_EndpointDescription
Definition sopc_types.h:7161
@ SOPC_TypeInternalIndex_DeleteAtTimeDetails
Definition sopc_types.h:7709
@ SOPC_TypeInternalIndex_CreateMonitoredItemsResponse
Definition sopc_types.h:7765
@ SOPC_TypeInternalIndex_ModifySubscriptionResponse
Definition sopc_types.h:7819
@ SOPC_TypeInternalIndex_DeleteRawModifiedDetails
Definition sopc_types.h:7706
@ SOPC_TypeInternalIndex_RegisterNodesRequest
Definition sopc_types.h:7558
@ SOPC_TypeInternalIndex_HistoryUpdateResponse
Definition sopc_types.h:7722
@ SOPC_TypeInternalIndex_BrowsePathTarget
Definition sopc_types.h:7543
@ SOPC_TypeInternalIndex_DecimalDataType
Definition sopc_types.h:7089
@ SOPC_TypeInternalIndex_SubscribedDataSetMirrorDataType
Definition sopc_types.h:7194
@ SOPC_TypeInternalIndex_CreateSessionResponse
Definition sopc_types.h:7383
@ SOPC_TypeInternalIndex_AddNodesRequest
Definition sopc_types.h:7466
@ SOPC_TypeInternalIndex_UnsignedRationalNumber
Definition sopc_types.h:7239
@ SOPC_TypeInternalIndex_LiteralOperand
Definition sopc_types.h:7591
@ SOPC_TypeInternalIndex_DataTypeAttributes
Definition sopc_types.h:7447
@ SOPC_TypeInternalIndex_EnumField
Definition sopc_types.h:7101
@ SOPC_TypeInternalIndex_TrustListDataType
Definition sopc_types.h:7086
@ SOPC_TypeInternalIndex_AxisInformation
Definition sopc_types.h:7941
@ SOPC_TypeInternalIndex_Range
Definition sopc_types.h:7929
@ SOPC_TypeInternalIndex_DataSetMetaDataType
Definition sopc_types.h:7128
@ SOPC_TypeInternalIndex_ServiceFault
Definition sopc_types.h:7296
@ SOPC_TypeInternalIndex_SetMonitoringModeRequest
Definition sopc_types.h:7784
@ SOPC_TypeInternalIndex_RegisterServer2Request
Definition sopc_types.h:7347
@ SOPC_TypeInternalIndex_ActivateSessionResponse
Definition sopc_types.h:7406
@ SOPC_TypeInternalIndex_SessionlessInvokeRequestType
Definition sopc_types.h:7299
@ SOPC_TypeInternalIndex_IssuedIdentityToken
Definition sopc_types.h:7399
@ SOPC_TypeInternalIndex_CloseSecureChannelRequest
Definition sopc_types.h:7366
@ SOPC_TypeInternalIndex_QueryDataSet
Definition sopc_types.h:7582
@ SOPC_TypeInternalIndex_ThreeDFrame
Definition sopc_types.h:7077
@ SOPC_TypeInternalIndex_ObjectNode
Definition sopc_types.h:7254
@ SOPC_TypeInternalIndex_BrowsePath
Definition sopc_types.h:7540
@ SOPC_TypeInternalIndex_HistoryUpdateDetails
Definition sopc_types.h:7694
@ SOPC_TypeInternalIndex_InstanceNode
Definition sopc_types.h:7248
@ SOPC_TypeInternalIndex_DeleteMonitoredItemsResponse
Definition sopc_types.h:7803
@ SOPC_TypeInternalIndex_DeleteNodesItem
Definition sopc_types.h:7484
@ SOPC_TypeInternalIndex_EUInformation
Definition sopc_types.h:7932
@ SOPC_TypeInternalIndex_ReadAnnotationDataDetails
Definition sopc_types.h:7657
@ SOPC_TypeInternalIndex_HistoryReadResponse
Definition sopc_types.h:7679
@ SOPC_TypeInternalIndex_FindServersOnNetworkResponse
Definition sopc_types.h:7320
@ SOPC_TypeInternalIndex_GenericAttributes
Definition sopc_types.h:7456
@ SOPC_TypeInternalIndex_ReferenceTypeAttributes
Definition sopc_types.h:7444
@ SOPC_TypeInternalIndex_UnregisterNodesRequest
Definition sopc_types.h:7566
@ SOPC_TypeInternalIndex_PublishedEventsDataType
Definition sopc_types.h:7149
@ SOPC_TypeInternalIndex_FieldTargetDataType
Definition sopc_types.h:7185
@ SOPC_TypeInternalIndex_CreateSubscriptionResponse
Definition sopc_types.h:7811
@ SOPC_TypeInternalIndex_CancelRequest
Definition sopc_types.h:7419
@ SOPC_TypeInternalIndex_DataSetWriterDataType
Definition sopc_types.h:7152
@ SOPC_TypeInternalIndex_WriteValue
Definition sopc_types.h:7683
@ SOPC_TypeInternalIndex_TargetVariablesDataType
Definition sopc_types.h:7188
@ SOPC_TypeInternalIndex_RepublishRequest
Definition sopc_types.h:7861
@ SOPC_TypeInternalIndex_CreateMonitoredItemsRequest
Definition sopc_types.h:7762
@ SOPC_TypeInternalIndex_EventFilter
Definition sopc_types.h:7639
@ SOPC_TypeInternalIndex_WriterGroupDataType
Definition sopc_types.h:7167
@ SOPC_TypeInternalIndex_CurrencyUnitType
Definition sopc_types.h:7083
@ SOPC_TypeInternalIndex_StatusChangeNotification
Definition sopc_types.h:7846
@ SOPC_TypeInternalIndex_ViewDescription
Definition sopc_types.h:7506
@ SOPC_TypeInternalIndex_GenericAttributeValue
Definition sopc_types.h:7453
@ SOPC_TypeInternalIndex_SetTriggeringResponse
Definition sopc_types.h:7795
@ SOPC_TypeInternalIndex_MdnsDiscoveryConfiguration
Definition sopc_types.h:7343
@ SOPC_TypeInternalIndex_UnregisterNodesResponse
Definition sopc_types.h:7569
@ SOPC_TypeInternalIndex_BrokerWriterGroupTransportDataType
Definition sopc_types.h:7227
@ SOPC_TypeInternalIndex_DeleteReferencesResponse
Definition sopc_types.h:7502
@ SOPC_TypeInternalIndex_VariableAttributes
Definition sopc_types.h:7432
@ SOPC_TypeInternalIndex_HistoryEvent
Definition sopc_types.h:7672
@ SOPC_TypeInternalIndex_AnonymousIdentityToken
Definition sopc_types.h:7390
@ SOPC_TypeInternalIndex_EnumDefinition
Definition sopc_types.h:7104
@ SOPC_TypeInternalIndex_AttributeOperand
Definition sopc_types.h:7594
@ SOPC_TypeInternalIndex_RegisterServerRequest
Definition sopc_types.h:7336
@ SOPC_TypeInternalIndex_MonitoringParameters
Definition sopc_types.h:7752
@ SOPC_TypeInternalIndex_BrokerConnectionTransportDataType
Definition sopc_types.h:7224
@ SOPC_TypeInternalIndex_SemanticChangeStructureDataType
Definition sopc_types.h:7926
@ SOPC_TypeInternalIndex_SIZE
Definition sopc_types.h:7955
@ SOPC_TypeInternalIndex_ObjectAttributes
Definition sopc_types.h:7429
@ SOPC_TypeInternalIndex_OpenSecureChannelResponse
Definition sopc_types.h:7361
@ SOPC_TypeInternalIndex_ReadRawModifiedDetails
Definition sopc_types.h:7645
@ SOPC_TypeInternalIndex_CreateSubscriptionRequest
Definition sopc_types.h:7808
@ SOPC_TypeInternalIndex_ReadRequest
Definition sopc_types.h:7626
@ SOPC_TypeInternalIndex_SetPublishingModeResponse
Definition sopc_types.h:7827
@ SOPC_TypeInternalIndex_DatagramWriterGroupTransportDataType
Definition sopc_types.h:7221
@ SOPC_TypeInternalIndex_EventFieldList
Definition sopc_types.h:7840
@ SOPC_TypeInternalIndex_BrowsePathResult
Definition sopc_types.h:7546
@ SOPC_TypeInternalIndex_PubSubConnectionDataType
Definition sopc_types.h:7176
@ SOPC_TypeInternalIndex_UserNameIdentityToken
Definition sopc_types.h:7393
@ SOPC_TypeInternalIndex_ModificationInfo
Definition sopc_types.h:7663
@ SOPC_TypeInternalIndex_SimpleTypeDescription
Definition sopc_types.h:7110
@ SOPC_TypeInternalIndex_RedundantServerDataType
Definition sopc_types.h:7890
@ SOPC_TypeInternalIndex_EnumValueType
Definition sopc_types.h:7281
@ SOPC_TypeInternalIndex_AddNodesItem
Definition sopc_types.h:7459
@ SOPC_TypeInternalIndex_SetPublishingModeRequest
Definition sopc_types.h:7824
@ SOPC_TypeInternalIndex_HistoryUpdateResult
Definition sopc_types.h:7715
@ SOPC_TypeInternalIndex_SimpleAttributeOperand
Definition sopc_types.h:7140
@ SOPC_TypeInternalIndex_DeleteSubscriptionsResponse
Definition sopc_types.h:7883
@ SOPC_TypeInternalIndex_BrowseDescription
Definition sopc_types.h:7509
@ SOPC_TypeInternalIndex_MethodAttributes
Definition sopc_types.h:7435
@ SOPC_TypeInternalIndex_ModelChangeStructureDataType
Definition sopc_types.h:7923
@ SOPC_TypeInternalIndex_ProgramDiagnostic2DataType
Definition sopc_types.h:7950
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:385
This structure provides vendor specific diagnostic information.
Definition sopc_builtintypes.h:217
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:207
An ExtensionObject is a container for any Structured DataTypes which cannot be encoded as one of the ...
Definition sopc_builtintypes.h:262
Definition sopc_builtintypes.h:163
Definition sopc_builtintypes.h:234
This structure describes a basic NodeID in OPC UA.
Definition sopc_builtintypes.h:189
Definition sopc_builtintypes.h:228
This structure provides string encapsulation.
Definition sopc_builtintypes.h:148
This structure provides variant encapsulation.
Definition sopc_builtintypes.h:374
Definition sopc_types.h:2941
SOPC_String * LocaleIds
Definition sopc_types.h:2950
SOPC_ExtensionObject UserIdentityToken
Definition sopc_types.h:2951
OpcUa_SignatureData UserTokenSignature
Definition sopc_types.h:2952
int32_t NoOfClientSoftwareCertificates
Definition sopc_types.h:2947
OpcUa_SignedSoftwareCertificate * ClientSoftwareCertificates
Definition sopc_types.h:2948
OpcUa_SignatureData ClientSignature
Definition sopc_types.h:2946
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2942
int32_t NoOfLocaleIds
Definition sopc_types.h:2949
Definition sopc_types.h:2968
SOPC_ByteString ServerNonce
Definition sopc_types.h:2974
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2973
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2969
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:2977
int32_t NoOfResults
Definition sopc_types.h:2975
SOPC_StatusCode * Results
Definition sopc_types.h:2976
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:2978
Definition sopc_types.h:3383
SOPC_ExpandedNodeId RequestedNewNodeId
Definition sopc_types.h:3390
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3384
OpcUa_NodeClass NodeClass
Definition sopc_types.h:3392
SOPC_ExpandedNodeId TypeDefinition
Definition sopc_types.h:3394
SOPC_NodeId ReferenceTypeId
Definition sopc_types.h:3389
SOPC_ExpandedNodeId ParentNodeId
Definition sopc_types.h:3388
SOPC_ExtensionObject NodeAttributes
Definition sopc_types.h:3393
SOPC_QualifiedName BrowseName
Definition sopc_types.h:3391
Definition sopc_types.h:3433
OpcUa_AddNodesItem * NodesToAdd
Definition sopc_types.h:3439
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3434
int32_t NoOfNodesToAdd
Definition sopc_types.h:3438
Definition sopc_types.h:3455
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:3464
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:3460
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:3463
int32_t NoOfResults
Definition sopc_types.h:3461
OpcUa_AddNodesResult * Results
Definition sopc_types.h:3462
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3456
Definition sopc_types.h:3410
SOPC_NodeId AddedNodeId
Definition sopc_types.h:3416
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3411
SOPC_StatusCode StatusCode
Definition sopc_types.h:3415
Definition sopc_types.h:3481
SOPC_Boolean IsForward
Definition sopc_types.h:3488
SOPC_NodeId SourceNodeId
Definition sopc_types.h:3486
SOPC_String TargetServerUri
Definition sopc_types.h:3489
SOPC_ExpandedNodeId TargetNodeId
Definition sopc_types.h:3490
SOPC_NodeId ReferenceTypeId
Definition sopc_types.h:3487
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3482
OpcUa_NodeClass TargetNodeClass
Definition sopc_types.h:3491
Definition sopc_types.h:3508
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3509
OpcUa_AddReferencesItem * ReferencesToAdd
Definition sopc_types.h:3514
int32_t NoOfReferencesToAdd
Definition sopc_types.h:3513
Definition sopc_types.h:3530
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:3535
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:3539
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:3538
SOPC_StatusCode * Results
Definition sopc_types.h:3537
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3531
int32_t NoOfResults
Definition sopc_types.h:3536
Definition sopc_types.h:73
int32_t NoOfParameters
Definition sopc_types.h:78
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:74
OpcUa_KeyValuePair * Parameters
Definition sopc_types.h:79
Definition sopc_types.h:4721
SOPC_Boolean UseServerCapabilitiesDefaults
Definition sopc_types.h:4726
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4722
SOPC_Boolean UseSlopedExtrapolation
Definition sopc_types.h:4730
SOPC_Boolean TreatUncertainAsBad
Definition sopc_types.h:4727
SOPC_Byte PercentDataGood
Definition sopc_types.h:4729
SOPC_Byte PercentDataBad
Definition sopc_types.h:4728
Definition sopc_types.h:5465
double RevisedProcessingInterval
Definition sopc_types.h:5471
SOPC_DateTime RevisedStartTime
Definition sopc_types.h:5470
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5466
OpcUa_AggregateConfiguration RevisedAggregateConfiguration
Definition sopc_types.h:5472
Definition sopc_types.h:5416
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5417
SOPC_DateTime StartTime
Definition sopc_types.h:5421
OpcUa_AggregateConfiguration AggregateConfiguration
Definition sopc_types.h:5424
SOPC_NodeId AggregateType
Definition sopc_types.h:5422
double ProcessingInterval
Definition sopc_types.h:5423
Definition sopc_types.h:1593
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1594
SOPC_ExpandedNodeId * ReferencedNodes
Definition sopc_types.h:1600
int32_t NoOfReferencedNodes
Definition sopc_types.h:1599
SOPC_QualifiedName AliasName
Definition sopc_types.h:1598
Definition sopc_types.h:7019
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:7020
SOPC_String UserName
Definition sopc_types.h:7025
SOPC_DateTime AnnotationTime
Definition sopc_types.h:7026
SOPC_String Message
Definition sopc_types.h:7024
Definition sopc_types.h:2850
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2851
SOPC_String PolicyId
Definition sopc_types.h:2855
Definition sopc_types.h:893
SOPC_String * DiscoveryUrls
Definition sopc_types.h:905
SOPC_String ApplicationUri
Definition sopc_types.h:898
OpcUa_ApplicationType ApplicationType
Definition sopc_types.h:901
SOPC_String DiscoveryProfileUri
Definition sopc_types.h:903
SOPC_String ProductUri
Definition sopc_types.h:899
SOPC_LocalizedText ApplicationName
Definition sopc_types.h:900
SOPC_String GatewayServerUri
Definition sopc_types.h:902
int32_t NoOfDiscoveryUrls
Definition sopc_types.h:904
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:894
Definition sopc_types.h:2062
SOPC_String Name
Definition sopc_types.h:2067
uint32_t * ArrayDimensions
Definition sopc_types.h:2071
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2063
SOPC_LocalizedText Description
Definition sopc_types.h:2072
SOPC_NodeId DataType
Definition sopc_types.h:2068
int32_t ValueRank
Definition sopc_types.h:2069
int32_t NoOfArrayDimensions
Definition sopc_types.h:2070
Definition sopc_types.h:4323
SOPC_String IndexRange
Definition sopc_types.h:4332
SOPC_String Alias
Definition sopc_types.h:4329
uint32_t AttributeId
Definition sopc_types.h:4331
SOPC_NodeId NodeId
Definition sopc_types.h:4328
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4324
OpcUa_RelativePath BrowsePath
Definition sopc_types.h:4330
Definition sopc_types.h:6903
SOPC_LocalizedText Title
Definition sopc_types.h:6910
int32_t NoOfAxisSteps
Definition sopc_types.h:6912
double * AxisSteps
Definition sopc_types.h:6913
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6904
OpcUa_AxisScaleEnumeration AxisScaleType
Definition sopc_types.h:6911
OpcUa_EUInformation EngineeringUnits
Definition sopc_types.h:6908
OpcUa_Range EURange
Definition sopc_types.h:6909
Definition sopc_types.h:1496
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1497
SOPC_String AuthenticationProfileUri
Definition sopc_types.h:1502
SOPC_String ResourceUri
Definition sopc_types.h:1501
SOPC_String ResourceUri
Definition sopc_types.h:1574
SOPC_String AuthenticationProfileUri
Definition sopc_types.h:1575
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1569
SOPC_String MetaDataQueueName
Definition sopc_types.h:1577
OpcUa_BrokerTransportQualityOfService RequestedDeliveryGuarantee
Definition sopc_types.h:1576
SOPC_String QueueName
Definition sopc_types.h:1573
SOPC_String AuthenticationProfileUri
Definition sopc_types.h:1549
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1543
OpcUa_BrokerTransportQualityOfService RequestedDeliveryGuarantee
Definition sopc_types.h:1550
SOPC_String ResourceUri
Definition sopc_types.h:1548
SOPC_String QueueName
Definition sopc_types.h:1547
SOPC_String MetaDataQueueName
Definition sopc_types.h:1551
double MetaDataUpdateTime
Definition sopc_types.h:1552
Definition sopc_types.h:1518
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1519
SOPC_String QueueName
Definition sopc_types.h:1523
SOPC_String AuthenticationProfileUri
Definition sopc_types.h:1525
SOPC_String ResourceUri
Definition sopc_types.h:1524
OpcUa_BrokerTransportQualityOfService RequestedDeliveryGuarantee
Definition sopc_types.h:1526
Definition sopc_types.h:3724
uint32_t NodeClassMask
Definition sopc_types.h:3733
SOPC_NodeId ReferenceTypeId
Definition sopc_types.h:3731
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3725
SOPC_Boolean IncludeSubtypes
Definition sopc_types.h:3732
OpcUa_BrowseDirection BrowseDirection
Definition sopc_types.h:3730
uint32_t ResultMask
Definition sopc_types.h:3734
SOPC_NodeId NodeId
Definition sopc_types.h:3729
Definition sopc_types.h:3853
SOPC_ByteString * ContinuationPoints
Definition sopc_types.h:3860
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3854
SOPC_Boolean ReleaseContinuationPoints
Definition sopc_types.h:3858
int32_t NoOfContinuationPoints
Definition sopc_types.h:3859
Definition sopc_types.h:3876
OpcUa_BrowseResult * Results
Definition sopc_types.h:3883
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3877
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:3885
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:3884
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:3881
int32_t NoOfResults
Definition sopc_types.h:3882
Definition sopc_types.h:3992
int32_t NoOfTargets
Definition sopc_types.h:3998
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3993
SOPC_StatusCode StatusCode
Definition sopc_types.h:3997
OpcUa_BrowsePathTarget * Targets
Definition sopc_types.h:3999
Definition sopc_types.h:3970
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3971
SOPC_ExpandedNodeId TargetId
Definition sopc_types.h:3975
uint32_t RemainingPathIndex
Definition sopc_types.h:3976
Definition sopc_types.h:3948
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3949
SOPC_NodeId StartingNode
Definition sopc_types.h:3953
OpcUa_RelativePath RelativePath
Definition sopc_types.h:3954
Definition sopc_types.h:3802
OpcUa_BrowseDescription * NodesToBrowse
Definition sopc_types.h:3810
uint32_t RequestedMaxReferencesPerNode
Definition sopc_types.h:3808
OpcUa_ViewDescription View
Definition sopc_types.h:3807
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3803
int32_t NoOfNodesToBrowse
Definition sopc_types.h:3809
Definition sopc_types.h:3826
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:3835
OpcUa_BrowseResult * Results
Definition sopc_types.h:3833
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:3831
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:3834
int32_t NoOfResults
Definition sopc_types.h:3832
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3827
Definition sopc_types.h:3777
SOPC_StatusCode StatusCode
Definition sopc_types.h:3782
OpcUa_ReferenceDescription * References
Definition sopc_types.h:3785
SOPC_ByteString ContinuationPoint
Definition sopc_types.h:3783
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3778
int32_t NoOfReferences
Definition sopc_types.h:3784
Definition sopc_types.h:6403
SOPC_String BuildNumber
Definition sopc_types.h:6412
SOPC_String ProductUri
Definition sopc_types.h:6408
SOPC_String SoftwareVersion
Definition sopc_types.h:6411
SOPC_String ProductName
Definition sopc_types.h:6410
SOPC_DateTime BuildDate
Definition sopc_types.h:6413
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6404
SOPC_String ManufacturerName
Definition sopc_types.h:6409
Definition sopc_types.h:5293
SOPC_NodeId MethodId
Definition sopc_types.h:5299
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5294
SOPC_Variant * InputArguments
Definition sopc_types.h:5301
int32_t NoOfInputArguments
Definition sopc_types.h:5300
SOPC_NodeId ObjectId
Definition sopc_types.h:5298
Definition sopc_types.h:5317
int32_t NoOfOutputArguments
Definition sopc_types.h:5327
SOPC_StatusCode StatusCode
Definition sopc_types.h:5322
int32_t NoOfInputArgumentDiagnosticInfos
Definition sopc_types.h:5325
SOPC_Variant * OutputArguments
Definition sopc_types.h:5328
SOPC_StatusCode * InputArgumentResults
Definition sopc_types.h:5324
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5318
SOPC_DiagnosticInfo * InputArgumentDiagnosticInfos
Definition sopc_types.h:5326
int32_t NoOfInputArgumentResults
Definition sopc_types.h:5323
Definition sopc_types.h:5345
OpcUa_CallMethodRequest * MethodsToCall
Definition sopc_types.h:5351
int32_t NoOfMethodsToCall
Definition sopc_types.h:5350
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5346
Definition sopc_types.h:5367
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5368
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5372
OpcUa_CallMethodResult * Results
Definition sopc_types.h:5374
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:5376
int32_t NoOfResults
Definition sopc_types.h:5373
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:5375
Definition sopc_types.h:3040
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3041
uint32_t RequestHandle
Definition sopc_types.h:3045
Definition sopc_types.h:3061
uint32_t CancelCount
Definition sopc_types.h:3067
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:3066
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3062
Definition sopc_types.h:2605
uint32_t RevisedLifetime
Definition sopc_types.h:2613
uint32_t TokenId
Definition sopc_types.h:2611
uint32_t ChannelId
Definition sopc_types.h:2610
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2606
SOPC_DateTime CreatedAt
Definition sopc_types.h:2612
Definition sopc_types.h:2681
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2682
Definition sopc_types.h:2701
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2702
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2706
Definition sopc_types.h:2996
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2997
SOPC_Boolean DeleteSubscriptions
Definition sopc_types.h:3001
Definition sopc_types.h:3017
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:3022
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3018
Definition sopc_types.h:6859
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6860
float Real
Definition sopc_types.h:6864
float Imaginary
Definition sopc_types.h:6865
Definition sopc_types.h:635
uint32_t MajorVersion
Definition sopc_types.h:640
uint32_t MinorVersion
Definition sopc_types.h:641
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:636
Definition sopc_types.h:4348
SOPC_StatusCode StatusCode
Definition sopc_types.h:4353
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4349
int32_t NoOfOperandDiagnosticInfos
Definition sopc_types.h:4356
int32_t NoOfOperandStatusCodes
Definition sopc_types.h:4354
SOPC_StatusCode * OperandStatusCodes
Definition sopc_types.h:4355
SOPC_DiagnosticInfo * OperandDiagnosticInfos
Definition sopc_types.h:4357
Definition sopc_types.h:794
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:795
OpcUa_FilterOperator FilterOperator
Definition sopc_types.h:799
SOPC_ExtensionObject * FilterOperands
Definition sopc_types.h:801
int32_t NoOfFilterOperands
Definition sopc_types.h:800
Definition sopc_types.h:4373
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4374
int32_t NoOfElementResults
Definition sopc_types.h:4378
OpcUa_ContentFilterElementResult * ElementResults
Definition sopc_types.h:4379
SOPC_DiagnosticInfo * ElementDiagnosticInfos
Definition sopc_types.h:4381
int32_t NoOfElementDiagnosticInfos
Definition sopc_types.h:4380
Definition sopc_types.h:817
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:818
int32_t NoOfElements
Definition sopc_types.h:822
OpcUa_ContentFilterElement * Elements
Definition sopc_types.h:823
Definition sopc_types.h:5562
OpcUa_MonitoredItemCreateRequest * ItemsToCreate
Definition sopc_types.h:5570
uint32_t SubscriptionId
Definition sopc_types.h:5567
OpcUa_TimestampsToReturn TimestampsToReturn
Definition sopc_types.h:5568
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5563
int32_t NoOfItemsToCreate
Definition sopc_types.h:5569
Definition sopc_types.h:5586
OpcUa_MonitoredItemCreateResult * Results
Definition sopc_types.h:5593
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5591
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:5594
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:5595
int32_t NoOfResults
Definition sopc_types.h:5592
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5587
Definition sopc_types.h:2768
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2769
uint32_t MaxResponseMessageSize
Definition sopc_types.h:2780
SOPC_ByteString ClientNonce
Definition sopc_types.h:2777
double RequestedSessionTimeout
Definition sopc_types.h:2779
SOPC_String SessionName
Definition sopc_types.h:2776
SOPC_ByteString ClientCertificate
Definition sopc_types.h:2778
OpcUa_ApplicationDescription ClientDescription
Definition sopc_types.h:2773
SOPC_String EndpointUrl
Definition sopc_types.h:2775
SOPC_String ServerUri
Definition sopc_types.h:2774
Definition sopc_types.h:2796
OpcUa_EndpointDescription * ServerEndpoints
Definition sopc_types.h:2808
SOPC_ByteString ServerNonce
Definition sopc_types.h:2805
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2797
int32_t NoOfServerEndpoints
Definition sopc_types.h:2807
SOPC_NodeId SessionId
Definition sopc_types.h:2802
double RevisedSessionTimeout
Definition sopc_types.h:2804
SOPC_ByteString ServerCertificate
Definition sopc_types.h:2806
OpcUa_SignatureData ServerSignature
Definition sopc_types.h:2811
SOPC_NodeId AuthenticationToken
Definition sopc_types.h:2803
uint32_t MaxRequestMessageSize
Definition sopc_types.h:2812
OpcUa_SignedSoftwareCertificate * ServerSoftwareCertificates
Definition sopc_types.h:2810
int32_t NoOfServerSoftwareCertificates
Definition sopc_types.h:2809
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2801
Definition sopc_types.h:5868
SOPC_Boolean PublishingEnabled
Definition sopc_types.h:5877
uint32_t RequestedLifetimeCount
Definition sopc_types.h:5874
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5869
uint32_t RequestedMaxKeepAliveCount
Definition sopc_types.h:5875
SOPC_Byte Priority
Definition sopc_types.h:5878
uint32_t MaxNotificationsPerPublish
Definition sopc_types.h:5876
double RequestedPublishingInterval
Definition sopc_types.h:5873
Definition sopc_types.h:5894
uint32_t RevisedLifetimeCount
Definition sopc_types.h:5902
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5899
uint32_t SubscriptionId
Definition sopc_types.h:5900
double RevisedPublishingInterval
Definition sopc_types.h:5901
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5895
uint32_t RevisedMaxKeepAliveCount
Definition sopc_types.h:5903
Definition sopc_types.h:276
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:277
SOPC_SByte Exponent
Definition sopc_types.h:282
int16_t NumericCode
Definition sopc_types.h:281
SOPC_String AlphabeticCode
Definition sopc_types.h:283
SOPC_LocalizedText Currency
Definition sopc_types.h:284
Definition sopc_types.h:5393
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5394
double DeadbandValue
Definition sopc_types.h:5400
OpcUa_DataChangeTrigger Trigger
Definition sopc_types.h:5398
uint32_t DeadbandType
Definition sopc_types.h:5399
Definition sopc_types.h:6068
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:6075
int32_t NoOfMonitoredItems
Definition sopc_types.h:6073
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6069
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:6076
OpcUa_MonitoredItemNotification * MonitoredItems
Definition sopc_types.h:6074
Definition sopc_types.h:657
OpcUa_SimpleTypeDescription * SimpleDataTypes
Definition sopc_types.h:669
OpcUa_FieldMetaData * Fields
Definition sopc_types.h:673
SOPC_LocalizedText Description
Definition sopc_types.h:671
OpcUa_EnumDescription * EnumDataTypes
Definition sopc_types.h:667
SOPC_String Name
Definition sopc_types.h:670
SOPC_String * Namespaces
Definition sopc_types.h:663
int32_t NoOfNamespaces
Definition sopc_types.h:662
int32_t NoOfStructureDataTypes
Definition sopc_types.h:664
int32_t NoOfSimpleDataTypes
Definition sopc_types.h:668
int32_t NoOfFields
Definition sopc_types.h:672
int32_t NoOfEnumDataTypes
Definition sopc_types.h:666
SOPC_Guid DataSetClassId
Definition sopc_types.h:674
OpcUa_StructureDescription * StructureDataTypes
Definition sopc_types.h:665
OpcUa_ConfigurationVersionDataType ConfigurationVersion
Definition sopc_types.h:675
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:658
Definition sopc_types.h:1044
SOPC_String HeaderLayoutUri
Definition sopc_types.h:1058
uint16_t DataSetWriterId
Definition sopc_types.h:1053
SOPC_ExtensionObject TransportSettings
Definition sopc_types.h:1065
SOPC_String SecurityGroupId
Definition sopc_types.h:1060
uint32_t KeyFrameCount
Definition sopc_types.h:1057
SOPC_String Name
Definition sopc_types.h:1049
SOPC_Variant PublisherId
Definition sopc_types.h:1051
int32_t NoOfSecurityKeyServices
Definition sopc_types.h:1061
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1045
SOPC_ExtensionObject SubscribedDataSet
Definition sopc_types.h:1067
uint32_t DataSetFieldContentMask
Definition sopc_types.h:1055
OpcUa_MessageSecurityMode SecurityMode
Definition sopc_types.h:1059
SOPC_ExtensionObject MessageSettings
Definition sopc_types.h:1066
uint16_t WriterGroupId
Definition sopc_types.h:1052
double MessageReceiveTimeout
Definition sopc_types.h:1056
OpcUa_KeyValuePair * DataSetReaderProperties
Definition sopc_types.h:1064
SOPC_Boolean Enabled
Definition sopc_types.h:1050
int32_t NoOfDataSetReaderProperties
Definition sopc_types.h:1063
OpcUa_DataSetMetaDataType DataSetMetaData
Definition sopc_types.h:1054
OpcUa_EndpointDescription * SecurityKeyServices
Definition sopc_types.h:1062
Definition sopc_types.h:863
SOPC_String DataSetName
Definition sopc_types.h:873
SOPC_ExtensionObject TransportSettings
Definition sopc_types.h:876
uint16_t DataSetWriterId
Definition sopc_types.h:870
OpcUa_KeyValuePair * DataSetWriterProperties
Definition sopc_types.h:875
uint32_t KeyFrameCount
Definition sopc_types.h:872
uint32_t DataSetFieldContentMask
Definition sopc_types.h:871
int32_t NoOfDataSetWriterProperties
Definition sopc_types.h:874
SOPC_ExtensionObject MessageSettings
Definition sopc_types.h:877
SOPC_String Name
Definition sopc_types.h:868
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:864
SOPC_Boolean Enabled
Definition sopc_types.h:869
Definition sopc_types.h:3281
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3282
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3287
SOPC_Boolean IsAbstract
Definition sopc_types.h:3291
uint32_t UserWriteMask
Definition sopc_types.h:3290
SOPC_LocalizedText Description
Definition sopc_types.h:3288
uint32_t SpecifiedAttributes
Definition sopc_types.h:3286
uint32_t WriteMask
Definition sopc_types.h:3289
Definition sopc_types.h:549
SOPC_QualifiedName Name
Definition sopc_types.h:555
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:550
SOPC_NodeId DataTypeId
Definition sopc_types.h:554
Definition sopc_types.h:2026
uint32_t WriteMask
Definition sopc_types.h:2036
int32_t NoOfReferences
Definition sopc_types.h:2043
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:2041
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:2039
SOPC_ExtensionObject DataTypeDefinition
Definition sopc_types.h:2046
SOPC_LocalizedText DisplayName
Definition sopc_types.h:2034
uint32_t UserWriteMask
Definition sopc_types.h:2037
SOPC_QualifiedName BrowseName
Definition sopc_types.h:2033
SOPC_Boolean IsAbstract
Definition sopc_types.h:2045
SOPC_NodeId NodeId
Definition sopc_types.h:2031
uint16_t AccessRestrictions
Definition sopc_types.h:2042
int32_t NoOfRolePermissions
Definition sopc_types.h:2038
OpcUa_ReferenceNode * References
Definition sopc_types.h:2044
int32_t NoOfUserRolePermissions
Definition sopc_types.h:2040
SOPC_LocalizedText Description
Definition sopc_types.h:2035
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2027
OpcUa_NodeClass NodeClass
Definition sopc_types.h:2032
Definition sopc_types.h:521
int32_t NoOfSimpleDataTypes
Definition sopc_types.h:532
int32_t NoOfStructureDataTypes
Definition sopc_types.h:528
int32_t NoOfNamespaces
Definition sopc_types.h:526
OpcUa_SimpleTypeDescription * SimpleDataTypes
Definition sopc_types.h:533
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:522
OpcUa_EnumDescription * EnumDataTypes
Definition sopc_types.h:531
SOPC_String * Namespaces
Definition sopc_types.h:527
OpcUa_StructureDescription * StructureDataTypes
Definition sopc_types.h:529
int32_t NoOfEnumDataTypes
Definition sopc_types.h:530
Definition sopc_types.h:1453
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1454
SOPC_ExtensionObject DiscoveryAddress
Definition sopc_types.h:1458
SOPC_Byte MessageRepeatCount
Definition sopc_types.h:1479
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1475
double MessageRepeatDelay
Definition sopc_types.h:1480
Definition sopc_types.h:329
SOPC_ByteString Value
Definition sopc_types.h:335
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:330
int16_t Scale
Definition sopc_types.h:334
Definition sopc_types.h:5173
int32_t NoOfReqTimes
Definition sopc_types.h:5179
SOPC_DateTime * ReqTimes
Definition sopc_types.h:5180
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5174
SOPC_NodeId NodeId
Definition sopc_types.h:5178
Definition sopc_types.h:5196
SOPC_ByteString * EventIds
Definition sopc_types.h:5203
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5197
SOPC_NodeId NodeId
Definition sopc_types.h:5201
int32_t NoOfEventIds
Definition sopc_types.h:5202
Definition sopc_types.h:5818
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5819
uint32_t SubscriptionId
Definition sopc_types.h:5823
uint32_t * MonitoredItemIds
Definition sopc_types.h:5825
int32_t NoOfMonitoredItemIds
Definition sopc_types.h:5824
Definition sopc_types.h:5841
int32_t NoOfResults
Definition sopc_types.h:5847
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5842
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:5849
SOPC_StatusCode * Results
Definition sopc_types.h:5848
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5846
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:5850
Definition sopc_types.h:3556
SOPC_Boolean DeleteTargetReferences
Definition sopc_types.h:3562
SOPC_NodeId NodeId
Definition sopc_types.h:3561
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3557
Definition sopc_types.h:3579
int32_t NoOfNodesToDelete
Definition sopc_types.h:3584
OpcUa_DeleteNodesItem * NodesToDelete
Definition sopc_types.h:3585
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3580
Definition sopc_types.h:3601
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:3609
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:3610
int32_t NoOfResults
Definition sopc_types.h:3607
SOPC_StatusCode * Results
Definition sopc_types.h:3608
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3602
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:3606
Definition sopc_types.h:5149
SOPC_DateTime EndTime
Definition sopc_types.h:5157
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5150
SOPC_Boolean IsDeleteModified
Definition sopc_types.h:5155
SOPC_DateTime StartTime
Definition sopc_types.h:5156
SOPC_NodeId NodeId
Definition sopc_types.h:5154
Definition sopc_types.h:3627
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3628
SOPC_NodeId ReferenceTypeId
Definition sopc_types.h:3633
SOPC_ExpandedNodeId TargetNodeId
Definition sopc_types.h:3635
SOPC_NodeId SourceNodeId
Definition sopc_types.h:3632
SOPC_Boolean DeleteBidirectional
Definition sopc_types.h:3636
SOPC_Boolean IsForward
Definition sopc_types.h:3634
Definition sopc_types.h:3653
OpcUa_DeleteReferencesItem * ReferencesToDelete
Definition sopc_types.h:3659
int32_t NoOfReferencesToDelete
Definition sopc_types.h:3658
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3654
Definition sopc_types.h:3675
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3676
SOPC_StatusCode * Results
Definition sopc_types.h:3682
int32_t NoOfResults
Definition sopc_types.h:3681
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:3684
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:3683
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:3680
Definition sopc_types.h:6355
uint32_t * SubscriptionIds
Definition sopc_types.h:6361
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6356
int32_t NoOfSubscriptionIds
Definition sopc_types.h:6360
Definition sopc_types.h:6377
int32_t NoOfResults
Definition sopc_types.h:6383
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:6386
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:6385
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6378
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:6382
SOPC_StatusCode * Results
Definition sopc_types.h:6384
Definition sopc_types.h:6881
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6882
double Real
Definition sopc_types.h:6886
double Imaginary
Definition sopc_types.h:6887
Definition sopc_types.h:6835
SOPC_String NamespaceUri
Definition sopc_types.h:6840
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6836
int32_t UnitId
Definition sopc_types.h:6841
SOPC_LocalizedText Description
Definition sopc_types.h:6843
SOPC_LocalizedText DisplayName
Definition sopc_types.h:6842
Definition sopc_types.h:4281
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4282
uint32_t Index
Definition sopc_types.h:4286
Definition sopc_types.h:4156
int32_t MaxBufferSize
Definition sopc_types.h:4167
int32_t ChannelLifetime
Definition sopc_types.h:4168
int32_t MaxByteStringLength
Definition sopc_types.h:4164
SOPC_Boolean UseBinaryEncoding
Definition sopc_types.h:4162
int32_t MaxArrayLength
Definition sopc_types.h:4165
int32_t MaxMessageSize
Definition sopc_types.h:4166
int32_t SecurityTokenLifetime
Definition sopc_types.h:4169
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4157
int32_t MaxStringLength
Definition sopc_types.h:4163
int32_t OperationTimeout
Definition sopc_types.h:4161
Definition sopc_types.h:946
SOPC_String TransportProfileUri
Definition sopc_types.h:958
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:947
int32_t NoOfUserIdentityTokens
Definition sopc_types.h:956
SOPC_String EndpointUrl
Definition sopc_types.h:951
SOPC_Byte SecurityLevel
Definition sopc_types.h:959
SOPC_ByteString ServerCertificate
Definition sopc_types.h:953
OpcUa_MessageSecurityMode SecurityMode
Definition sopc_types.h:954
OpcUa_ApplicationDescription Server
Definition sopc_types.h:952
SOPC_String SecurityPolicyUri
Definition sopc_types.h:955
OpcUa_UserTokenPolicy * UserIdentityTokens
Definition sopc_types.h:957
Definition sopc_types.h:117
SOPC_String TransportProfileUri
Definition sopc_types.h:125
SOPC_String SecurityPolicyUri
Definition sopc_types.h:124
SOPC_String EndpointUrl
Definition sopc_types.h:122
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:118
OpcUa_MessageSecurityMode SecurityMode
Definition sopc_types.h:123
Definition sopc_types.h:6452
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6453
SOPC_String * EndpointUrlList
Definition sopc_types.h:6458
int32_t NoOfEndpointUrlList
Definition sopc_types.h:6457
Definition sopc_types.h:451
OpcUa_EnumField * Fields
Definition sopc_types.h:457
int32_t NoOfFields
Definition sopc_types.h:456
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:452
Definition sopc_types.h:473
SOPC_NodeId DataTypeId
Definition sopc_types.h:478
OpcUa_EnumDefinition EnumDefinition
Definition sopc_types.h:480
SOPC_Byte BuiltInType
Definition sopc_types.h:481
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:474
SOPC_QualifiedName Name
Definition sopc_types.h:479
Definition sopc_types.h:427
int64_t Value
Definition sopc_types.h:432
SOPC_LocalizedText Description
Definition sopc_types.h:434
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:428
SOPC_String Name
Definition sopc_types.h:435
SOPC_LocalizedText DisplayName
Definition sopc_types.h:433
Definition sopc_types.h:2088
SOPC_LocalizedText DisplayName
Definition sopc_types.h:2094
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2089
int64_t Value
Definition sopc_types.h:2093
SOPC_LocalizedText Description
Definition sopc_types.h:2095
Definition sopc_types.h:95
SOPC_ByteString Signature
Definition sopc_types.h:101
SOPC_ByteString PublicKey
Definition sopc_types.h:100
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:96
Definition sopc_types.h:6092
uint32_t ClientHandle
Definition sopc_types.h:6097
SOPC_Variant * EventFields
Definition sopc_types.h:6099
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6093
int32_t NoOfEventFields
Definition sopc_types.h:6098
Definition sopc_types.h:5440
OpcUa_ContentFilterResult WhereClauseResult
Definition sopc_types.h:5449
int32_t NoOfSelectClauseDiagnosticInfos
Definition sopc_types.h:5447
int32_t NoOfSelectClauseResults
Definition sopc_types.h:5445
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5441
SOPC_StatusCode * SelectClauseResults
Definition sopc_types.h:5446
SOPC_DiagnosticInfo * SelectClauseDiagnosticInfos
Definition sopc_types.h:5448
Definition sopc_types.h:4649
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4650
OpcUa_SimpleAttributeOperand * SelectClauses
Definition sopc_types.h:4655
int32_t NoOfSelectClauses
Definition sopc_types.h:4654
OpcUa_ContentFilter WhereClause
Definition sopc_types.h:4656
Definition sopc_types.h:6115
int32_t NoOfEvents
Definition sopc_types.h:6120
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6116
OpcUa_EventFieldList * Events
Definition sopc_types.h:6121
Definition sopc_types.h:603
SOPC_String Name
Definition sopc_types.h:608
SOPC_Guid DataSetFieldId
Definition sopc_types.h:617
OpcUa_KeyValuePair * Properties
Definition sopc_types.h:619
int32_t NoOfProperties
Definition sopc_types.h:618
int32_t NoOfArrayDimensions
Definition sopc_types.h:614
uint16_t FieldFlags
Definition sopc_types.h:610
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:604
SOPC_Byte BuiltInType
Definition sopc_types.h:611
int32_t ValueRank
Definition sopc_types.h:613
uint32_t * ArrayDimensions
Definition sopc_types.h:615
uint32_t MaxStringLength
Definition sopc_types.h:616
SOPC_LocalizedText Description
Definition sopc_types.h:609
SOPC_NodeId DataType
Definition sopc_types.h:612
Definition sopc_types.h:1191
uint32_t AttributeId
Definition sopc_types.h:1199
SOPC_Variant OverrideValue
Definition sopc_types.h:1202
OpcUa_OverrideValueHandling OverrideValueHandling
Definition sopc_types.h:1201
SOPC_String ReceiverIndexRange
Definition sopc_types.h:1197
SOPC_NodeId TargetNodeId
Definition sopc_types.h:1198
SOPC_Guid DataSetFieldId
Definition sopc_types.h:1196
SOPC_String WriteIndexRange
Definition sopc_types.h:1200
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1192
Definition sopc_types.h:2359
SOPC_String * ServerCapabilityFilter
Definition sopc_types.h:2367
uint32_t StartingRecordId
Definition sopc_types.h:2364
uint32_t MaxRecordsToReturn
Definition sopc_types.h:2365
int32_t NoOfServerCapabilityFilter
Definition sopc_types.h:2366
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2360
Definition sopc_types.h:2383
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2388
OpcUa_ServerOnNetwork * Servers
Definition sopc_types.h:2391
SOPC_DateTime LastCounterResetTime
Definition sopc_types.h:2389
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2384
int32_t NoOfServers
Definition sopc_types.h:2390
Definition sopc_types.h:2284
int32_t NoOfLocaleIds
Definition sopc_types.h:2290
SOPC_String * ServerUris
Definition sopc_types.h:2293
int32_t NoOfServerUris
Definition sopc_types.h:2292
SOPC_String EndpointUrl
Definition sopc_types.h:2289
SOPC_String * LocaleIds
Definition sopc_types.h:2291
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2285
Definition sopc_types.h:2309
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2310
int32_t NoOfServers
Definition sopc_types.h:2315
OpcUa_ApplicationDescription * Servers
Definition sopc_types.h:2316
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2314
Definition sopc_types.h:3334
SOPC_Variant Value
Definition sopc_types.h:3340
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3335
uint32_t AttributeId
Definition sopc_types.h:3339
Definition sopc_types.h:3356
uint32_t SpecifiedAttributes
Definition sopc_types.h:3361
uint32_t WriteMask
Definition sopc_types.h:3364
uint32_t UserWriteMask
Definition sopc_types.h:3365
OpcUa_GenericAttributeValue * AttributeValues
Definition sopc_types.h:3367
SOPC_LocalizedText Description
Definition sopc_types.h:3363
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3357
int32_t NoOfAttributeValues
Definition sopc_types.h:3366
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3362
Definition sopc_types.h:2409
int32_t NoOfProfileUris
Definition sopc_types.h:2417
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2410
SOPC_String * ProfileUris
Definition sopc_types.h:2418
int32_t NoOfLocaleIds
Definition sopc_types.h:2415
SOPC_String EndpointUrl
Definition sopc_types.h:2414
SOPC_String * LocaleIds
Definition sopc_types.h:2416
Definition sopc_types.h:2434
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2435
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2439
OpcUa_EndpointDescription * Endpoints
Definition sopc_types.h:2441
int32_t NoOfEndpoints
Definition sopc_types.h:2440
Definition sopc_types.h:4817
SOPC_DataValue * DataValues
Definition sopc_types.h:4823
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4818
int32_t NoOfDataValues
Definition sopc_types.h:4822
Definition sopc_types.h:4886
SOPC_Variant * EventFields
Definition sopc_types.h:4892
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4887
int32_t NoOfEventFields
Definition sopc_types.h:4891
Definition sopc_types.h:4908
int32_t NoOfEvents
Definition sopc_types.h:4913
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4909
OpcUa_HistoryEventFieldList * Events
Definition sopc_types.h:4914
Definition sopc_types.h:4862
SOPC_DataValue * DataValues
Definition sopc_types.h:4868
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4863
int32_t NoOfDataValues
Definition sopc_types.h:4867
int32_t NoOfModificationInfos
Definition sopc_types.h:4869
OpcUa_ModificationInfo * ModificationInfos
Definition sopc_types.h:4870
Definition sopc_types.h:4931
SOPC_Boolean ReleaseContinuationPoints
Definition sopc_types.h:4938
OpcUa_HistoryReadValueId * NodesToRead
Definition sopc_types.h:4940
int32_t NoOfNodesToRead
Definition sopc_types.h:4939
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4932
OpcUa_TimestampsToReturn TimestampsToReturn
Definition sopc_types.h:4937
SOPC_ExtensionObject HistoryReadDetails
Definition sopc_types.h:4936
Definition sopc_types.h:4956
int32_t NoOfResults
Definition sopc_types.h:4962
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:4965
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:4964
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4957
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:4961
OpcUa_HistoryReadResult * Results
Definition sopc_types.h:4963
Definition sopc_types.h:4626
SOPC_ExtensionObject HistoryData
Definition sopc_types.h:4633
SOPC_ByteString ContinuationPoint
Definition sopc_types.h:4632
SOPC_StatusCode StatusCode
Definition sopc_types.h:4631
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4627
Definition sopc_types.h:4602
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4603
SOPC_String IndexRange
Definition sopc_types.h:4608
SOPC_ByteString ContinuationPoint
Definition sopc_types.h:4610
SOPC_NodeId NodeId
Definition sopc_types.h:4607
SOPC_QualifiedName DataEncoding
Definition sopc_types.h:4609
Definition sopc_types.h:5055
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5056
SOPC_NodeId NodeId
Definition sopc_types.h:5060
Definition sopc_types.h:5245
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5246
int32_t NoOfHistoryUpdateDetails
Definition sopc_types.h:5250
SOPC_ExtensionObject * HistoryUpdateDetails
Definition sopc_types.h:5251
Definition sopc_types.h:5267
int32_t NoOfResults
Definition sopc_types.h:5273
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:5276
OpcUa_HistoryUpdateResult * Results
Definition sopc_types.h:5274
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:5275
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5272
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5268
Definition sopc_types.h:5219
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:5228
SOPC_StatusCode StatusCode
Definition sopc_types.h:5224
SOPC_StatusCode * OperationResults
Definition sopc_types.h:5226
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:5227
int32_t NoOfOperationResults
Definition sopc_types.h:5225
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5220
Definition sopc_types.h:254
SOPC_String Criteria
Definition sopc_types.h:260
OpcUa_IdentityCriteriaType CriteriaType
Definition sopc_types.h:259
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:255
Definition sopc_types.h:1695
uint32_t UserWriteMask
Definition sopc_types.h:1706
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1703
OpcUa_ReferenceNode * References
Definition sopc_types.h:1713
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1702
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1708
int32_t NoOfUserRolePermissions
Definition sopc_types.h:1709
SOPC_LocalizedText Description
Definition sopc_types.h:1704
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1701
uint32_t WriteMask
Definition sopc_types.h:1705
int32_t NoOfReferences
Definition sopc_types.h:1712
SOPC_NodeId NodeId
Definition sopc_types.h:1700
uint16_t AccessRestrictions
Definition sopc_types.h:1711
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1696
int32_t NoOfRolePermissions
Definition sopc_types.h:1707
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:1710
Definition sopc_types.h:2917
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2918
SOPC_String PolicyId
Definition sopc_types.h:2922
SOPC_ByteString TokenData
Definition sopc_types.h:2923
SOPC_String EncryptionAlgorithm
Definition sopc_types.h:2924
Definition sopc_types.h:1431
uint32_t DataSetMessageContentMask
Definition sopc_types.h:1437
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1432
uint32_t NetworkMessageContentMask
Definition sopc_types.h:1436
Definition sopc_types.h:1410
uint32_t DataSetMessageContentMask
Definition sopc_types.h:1415
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1411
Definition sopc_types.h:1389
uint32_t NetworkMessageContentMask
Definition sopc_types.h:1394
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1390
Definition sopc_types.h:51
SOPC_QualifiedName Key
Definition sopc_types.h:56
SOPC_Variant Value
Definition sopc_types.h:57
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:52
Definition sopc_types.h:4302
SOPC_Variant Value
Definition sopc_types.h:4307
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4303
Definition sopc_types.h:2532
int32_t NoOfServerCapabilities
Definition sopc_types.h:2538
SOPC_String MdnsServerName
Definition sopc_types.h:2537
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2533
SOPC_String * ServerCapabilities
Definition sopc_types.h:2539
Definition sopc_types.h:3169
uint32_t WriteMask
Definition sopc_types.h:3177
uint32_t UserWriteMask
Definition sopc_types.h:3178
SOPC_Boolean Executable
Definition sopc_types.h:3179
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3175
SOPC_Boolean UserExecutable
Definition sopc_types.h:3180
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3170
uint32_t SpecifiedAttributes
Definition sopc_types.h:3174
SOPC_LocalizedText Description
Definition sopc_types.h:3176
Definition sopc_types.h:1954
SOPC_LocalizedText Description
Definition sopc_types.h:1963
int32_t NoOfReferences
Definition sopc_types.h:1971
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1961
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1955
OpcUa_ReferenceNode * References
Definition sopc_types.h:1972
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1962
uint32_t UserWriteMask
Definition sopc_types.h:1965
SOPC_Boolean Executable
Definition sopc_types.h:1973
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:1969
SOPC_NodeId NodeId
Definition sopc_types.h:1959
SOPC_Boolean UserExecutable
Definition sopc_types.h:1974
int32_t NoOfUserRolePermissions
Definition sopc_types.h:1968
int32_t NoOfRolePermissions
Definition sopc_types.h:1966
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1967
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1960
uint16_t AccessRestrictions
Definition sopc_types.h:1970
uint32_t WriteMask
Definition sopc_types.h:1964
Definition sopc_types.h:6768
SOPC_Byte Verb
Definition sopc_types.h:6775
SOPC_NodeId AffectedType
Definition sopc_types.h:6774
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6769
SOPC_NodeId Affected
Definition sopc_types.h:6773
Definition sopc_types.h:4839
SOPC_String UserName
Definition sopc_types.h:4846
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4840
OpcUa_HistoryUpdateType UpdateType
Definition sopc_types.h:4845
SOPC_DateTime ModificationTime
Definition sopc_types.h:4844
Definition sopc_types.h:5659
OpcUa_TimestampsToReturn TimestampsToReturn
Definition sopc_types.h:5665
OpcUa_MonitoredItemModifyRequest * ItemsToModify
Definition sopc_types.h:5667
int32_t NoOfItemsToModify
Definition sopc_types.h:5666
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5660
uint32_t SubscriptionId
Definition sopc_types.h:5664
Definition sopc_types.h:5683
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5684
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5688
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:5691
OpcUa_MonitoredItemModifyResult * Results
Definition sopc_types.h:5690
int32_t NoOfResults
Definition sopc_types.h:5689
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:5692
Definition sopc_types.h:5921
uint32_t RequestedMaxKeepAliveCount
Definition sopc_types.h:5929
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5922
SOPC_Byte Priority
Definition sopc_types.h:5931
uint32_t MaxNotificationsPerPublish
Definition sopc_types.h:5930
uint32_t RequestedLifetimeCount
Definition sopc_types.h:5928
double RequestedPublishingInterval
Definition sopc_types.h:5927
uint32_t SubscriptionId
Definition sopc_types.h:5926
Definition sopc_types.h:5947
uint32_t RevisedMaxKeepAliveCount
Definition sopc_types.h:5955
double RevisedPublishingInterval
Definition sopc_types.h:5953
uint32_t RevisedLifetimeCount
Definition sopc_types.h:5954
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5948
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5952
Definition sopc_types.h:5513
OpcUa_MonitoringParameters RequestedParameters
Definition sopc_types.h:5520
OpcUa_ReadValueId ItemToMonitor
Definition sopc_types.h:5518
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5514
OpcUa_MonitoringMode MonitoringMode
Definition sopc_types.h:5519
Definition sopc_types.h:5536
SOPC_ExtensionObject FilterResult
Definition sopc_types.h:5545
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5537
uint32_t MonitoredItemId
Definition sopc_types.h:5542
uint32_t RevisedQueueSize
Definition sopc_types.h:5544
SOPC_StatusCode StatusCode
Definition sopc_types.h:5541
double RevisedSamplingInterval
Definition sopc_types.h:5543
Definition sopc_types.h:5612
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5613
uint32_t MonitoredItemId
Definition sopc_types.h:5617
OpcUa_MonitoringParameters RequestedParameters
Definition sopc_types.h:5618
Definition sopc_types.h:5634
SOPC_ExtensionObject FilterResult
Definition sopc_types.h:5642
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5635
double RevisedSamplingInterval
Definition sopc_types.h:5640
SOPC_StatusCode StatusCode
Definition sopc_types.h:5639
uint32_t RevisedQueueSize
Definition sopc_types.h:5641
Definition sopc_types.h:6046
uint32_t ClientHandle
Definition sopc_types.h:6051
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6047
SOPC_DataValue Value
Definition sopc_types.h:6052
Definition sopc_types.h:5488
uint32_t QueueSize
Definition sopc_types.h:5496
SOPC_Boolean DiscardOldest
Definition sopc_types.h:5497
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5489
SOPC_ExtensionObject Filter
Definition sopc_types.h:5495
double SamplingInterval
Definition sopc_types.h:5494
uint32_t ClientHandle
Definition sopc_types.h:5493
Definition sopc_types.h:1148
SOPC_String NetworkInterface
Definition sopc_types.h:1153
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1149
Definition sopc_types.h:1169
SOPC_String Url
Definition sopc_types.h:1175
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1170
SOPC_String NetworkInterface
Definition sopc_types.h:1174
Definition sopc_types.h:6474
SOPC_String ServerUri
Definition sopc_types.h:6479
OpcUa_EndpointUrlListDataType * NetworkPaths
Definition sopc_types.h:6481
int32_t NoOfNetworkPaths
Definition sopc_types.h:6480
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6475
Definition sopc_types.h:3084
uint32_t WriteMask
Definition sopc_types.h:3092
uint32_t UserWriteMask
Definition sopc_types.h:3093
uint32_t SpecifiedAttributes
Definition sopc_types.h:3089
SOPC_LocalizedText Description
Definition sopc_types.h:3091
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3090
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3085
Definition sopc_types.h:4256
int32_t NoOfReferencedNodeIds
Definition sopc_types.h:4264
SOPC_Boolean IsForward
Definition sopc_types.h:4263
SOPC_NodeId * ReferencedNodeIds
Definition sopc_types.h:4265
SOPC_NodeId ReferenceTypeId
Definition sopc_types.h:4262
SOPC_NodeId NodeId
Definition sopc_types.h:4261
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4257
Definition sopc_types.h:4208
SOPC_ExpandedNodeId TypeDefinitionNode
Definition sopc_types.h:4213
SOPC_Boolean IncludeSubTypes
Definition sopc_types.h:4214
int32_t NoOfDataToReturn
Definition sopc_types.h:4215
OpcUa_QueryDataDescription * DataToReturn
Definition sopc_types.h:4216
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4209
Definition sopc_types.h:1661
SOPC_NodeId NodeId
Definition sopc_types.h:1666
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:1676
SOPC_LocalizedText Description
Definition sopc_types.h:1670
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1669
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1668
uint32_t UserWriteMask
Definition sopc_types.h:1672
uint16_t AccessRestrictions
Definition sopc_types.h:1677
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1667
OpcUa_ReferenceNode * References
Definition sopc_types.h:1679
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1662
uint32_t WriteMask
Definition sopc_types.h:1671
int32_t NoOfRolePermissions
Definition sopc_types.h:1673
int32_t NoOfUserRolePermissions
Definition sopc_types.h:1675
int32_t NoOfReferences
Definition sopc_types.h:1678
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1674
Definition sopc_types.h:6022
SOPC_DateTime PublishTime
Definition sopc_types.h:6028
int32_t NoOfNotificationData
Definition sopc_types.h:6029
SOPC_ExtensionObject * NotificationData
Definition sopc_types.h:6030
uint32_t SequenceNumber
Definition sopc_types.h:6027
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6023
Definition sopc_types.h:3109
SOPC_Byte EventNotifier
Definition sopc_types.h:3119
SOPC_LocalizedText Description
Definition sopc_types.h:3116
uint32_t WriteMask
Definition sopc_types.h:3117
uint32_t UserWriteMask
Definition sopc_types.h:3118
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3115
uint32_t SpecifiedAttributes
Definition sopc_types.h:3114
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3110
Definition sopc_types.h:1763
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1764
uint32_t UserWriteMask
Definition sopc_types.h:1774
SOPC_NodeId NodeId
Definition sopc_types.h:1768
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1769
uint16_t AccessRestrictions
Definition sopc_types.h:1779
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:1778
OpcUa_ReferenceNode * References
Definition sopc_types.h:1781
int32_t NoOfReferences
Definition sopc_types.h:1780
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1771
SOPC_Byte EventNotifier
Definition sopc_types.h:1782
uint32_t WriteMask
Definition sopc_types.h:1773
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1770
int32_t NoOfUserRolePermissions
Definition sopc_types.h:1777
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1776
int32_t NoOfRolePermissions
Definition sopc_types.h:1775
SOPC_LocalizedText Description
Definition sopc_types.h:1772
Definition sopc_types.h:3196
SOPC_Boolean IsAbstract
Definition sopc_types.h:3206
uint32_t UserWriteMask
Definition sopc_types.h:3205
uint32_t WriteMask
Definition sopc_types.h:3204
uint32_t SpecifiedAttributes
Definition sopc_types.h:3201
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3202
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3197
SOPC_LocalizedText Description
Definition sopc_types.h:3203
Definition sopc_types.h:1798
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1799
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1806
uint32_t WriteMask
Definition sopc_types.h:1808
uint32_t UserWriteMask
Definition sopc_types.h:1809
int32_t NoOfUserRolePermissions
Definition sopc_types.h:1812
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1804
SOPC_LocalizedText Description
Definition sopc_types.h:1807
uint16_t AccessRestrictions
Definition sopc_types.h:1814
SOPC_NodeId NodeId
Definition sopc_types.h:1803
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1805
OpcUa_ReferenceNode * References
Definition sopc_types.h:1816
int32_t NoOfReferences
Definition sopc_types.h:1815
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:1813
int32_t NoOfRolePermissions
Definition sopc_types.h:1810
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1811
SOPC_Boolean IsAbstract
Definition sopc_types.h:1817
Definition sopc_types.h:2630
OpcUa_MessageSecurityMode SecurityMode
Definition sopc_types.h:2637
uint32_t ClientProtocolVersion
Definition sopc_types.h:2635
uint32_t RequestedLifetime
Definition sopc_types.h:2639
SOPC_ByteString ClientNonce
Definition sopc_types.h:2638
OpcUa_SecurityTokenRequestType RequestType
Definition sopc_types.h:2636
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2631
Definition sopc_types.h:2655
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2656
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2660
SOPC_ByteString ServerNonce
Definition sopc_types.h:2663
OpcUa_ChannelSecurityToken SecurityToken
Definition sopc_types.h:2662
uint32_t ServerProtocolVersion
Definition sopc_types.h:2661
Definition sopc_types.h:2111
SOPC_ByteString Value
Definition sopc_types.h:2116
SOPC_ByteString ValidBits
Definition sopc_types.h:2117
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2112
Definition sopc_types.h:4397
SOPC_StatusCode * DataStatusCodes
Definition sopc_types.h:4404
int32_t NoOfDataDiagnosticInfos
Definition sopc_types.h:4405
SOPC_DiagnosticInfo * DataDiagnosticInfos
Definition sopc_types.h:4406
int32_t NoOfDataStatusCodes
Definition sopc_types.h:4403
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4398
SOPC_StatusCode StatusCode
Definition sopc_types.h:4402
Definition sopc_types.h:6983
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6984
SOPC_StatusCode LastMethodReturnStatus
Definition sopc_types.h:7003
OpcUa_Argument * LastMethodInputArguments
Definition sopc_types.h:6995
int32_t NoOfLastMethodOutputArguments
Definition sopc_types.h:6996
SOPC_DateTime LastMethodCallTime
Definition sopc_types.h:7002
SOPC_Variant * LastMethodInputValues
Definition sopc_types.h:6999
SOPC_DateTime InvocationCreationTime
Definition sopc_types.h:6990
SOPC_String LastMethodCall
Definition sopc_types.h:6992
SOPC_NodeId LastMethodSessionId
Definition sopc_types.h:6993
OpcUa_Argument * LastMethodOutputArguments
Definition sopc_types.h:6997
SOPC_NodeId CreateSessionId
Definition sopc_types.h:6988
int32_t NoOfLastMethodInputArguments
Definition sopc_types.h:6994
SOPC_Variant * LastMethodOutputValues
Definition sopc_types.h:7001
int32_t NoOfLastMethodInputValues
Definition sopc_types.h:6998
int32_t NoOfLastMethodOutputValues
Definition sopc_types.h:7000
SOPC_DateTime LastTransitionTime
Definition sopc_types.h:6991
SOPC_String CreateClientName
Definition sopc_types.h:6989
Definition sopc_types.h:6951
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6952
SOPC_DateTime InvocationCreationTime
Definition sopc_types.h:6958
SOPC_String LastMethodCall
Definition sopc_types.h:6960
SOPC_NodeId CreateSessionId
Definition sopc_types.h:6956
OpcUa_Argument * LastMethodOutputArguments
Definition sopc_types.h:6965
OpcUa_StatusResult LastMethodReturnStatus
Definition sopc_types.h:6967
SOPC_DateTime LastTransitionTime
Definition sopc_types.h:6959
SOPC_String CreateClientName
Definition sopc_types.h:6957
int32_t NoOfLastMethodOutputArguments
Definition sopc_types.h:6964
SOPC_NodeId LastMethodSessionId
Definition sopc_types.h:6961
int32_t NoOfLastMethodInputArguments
Definition sopc_types.h:6962
SOPC_DateTime LastMethodCallTime
Definition sopc_types.h:6966
OpcUa_Argument * LastMethodInputArguments
Definition sopc_types.h:6963
Definition sopc_types.h:1285
OpcUa_PubSubConnectionDataType * Connections
Definition sopc_types.h:1293
int32_t NoOfPublishedDataSets
Definition sopc_types.h:1290
OpcUa_PublishedDataSetDataType * PublishedDataSets
Definition sopc_types.h:1291
SOPC_Boolean Enabled
Definition sopc_types.h:1294
int32_t NoOfConnections
Definition sopc_types.h:1292
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1286
Definition sopc_types.h:1116
OpcUa_ReaderGroupDataType * ReaderGroups
Definition sopc_types.h:1132
OpcUa_WriterGroupDataType * WriterGroups
Definition sopc_types.h:1130
OpcUa_KeyValuePair * ConnectionProperties
Definition sopc_types.h:1127
SOPC_String TransportProfileUri
Definition sopc_types.h:1124
int32_t NoOfWriterGroups
Definition sopc_types.h:1129
int32_t NoOfReaderGroups
Definition sopc_types.h:1131
SOPC_ExtensionObject Address
Definition sopc_types.h:1125
SOPC_Boolean Enabled
Definition sopc_types.h:1122
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1117
int32_t NoOfConnectionProperties
Definition sopc_types.h:1126
SOPC_ExtensionObject TransportSettings
Definition sopc_types.h:1128
SOPC_Variant PublisherId
Definition sopc_types.h:1123
SOPC_String Name
Definition sopc_types.h:1121
Definition sopc_types.h:975
OpcUa_EndpointDescription * SecurityKeyServices
Definition sopc_types.h:985
SOPC_String SecurityGroupId
Definition sopc_types.h:983
uint32_t MaxNetworkMessageSize
Definition sopc_types.h:986
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:976
int32_t NoOfSecurityKeyServices
Definition sopc_types.h:984
OpcUa_MessageSecurityMode SecurityMode
Definition sopc_types.h:982
OpcUa_KeyValuePair * GroupProperties
Definition sopc_types.h:988
int32_t NoOfGroupProperties
Definition sopc_types.h:987
SOPC_Boolean Enabled
Definition sopc_types.h:981
SOPC_String Name
Definition sopc_types.h:980
Definition sopc_types.h:6182
int32_t NoOfSubscriptionAcknowledgements
Definition sopc_types.h:6187
OpcUa_SubscriptionAcknowledgement * SubscriptionAcknowledgements
Definition sopc_types.h:6188
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6183
Definition sopc_types.h:6204
int32_t NoOfResults
Definition sopc_types.h:6215
SOPC_Boolean MoreNotifications
Definition sopc_types.h:6213
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:6217
SOPC_StatusCode * Results
Definition sopc_types.h:6216
uint32_t * AvailableSequenceNumbers
Definition sopc_types.h:6212
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6205
int32_t NoOfAvailableSequenceNumbers
Definition sopc_types.h:6211
uint32_t SubscriptionId
Definition sopc_types.h:6210
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:6209
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:6218
OpcUa_NotificationMessage NotificationMessage
Definition sopc_types.h:6214
Definition sopc_types.h:747
int32_t NoOfPublishedData
Definition sopc_types.h:752
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:748
OpcUa_PublishedVariableDataType * PublishedData
Definition sopc_types.h:753
Definition sopc_types.h:691
SOPC_String * DataSetFolder
Definition sopc_types.h:698
SOPC_ExtensionObject DataSetSource
Definition sopc_types.h:702
SOPC_String Name
Definition sopc_types.h:696
OpcUa_DataSetMetaDataType DataSetMetaData
Definition sopc_types.h:699
int32_t NoOfDataSetFolder
Definition sopc_types.h:697
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:692
int32_t NoOfExtensionFields
Definition sopc_types.h:700
OpcUa_KeyValuePair * ExtensionFields
Definition sopc_types.h:701
Definition sopc_types.h:839
int32_t NoOfSelectedFields
Definition sopc_types.h:845
OpcUa_SimpleAttributeOperand * SelectedFields
Definition sopc_types.h:846
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:840
OpcUa_ContentFilter Filter
Definition sopc_types.h:847
SOPC_NodeId EventNotifier
Definition sopc_types.h:844
Definition sopc_types.h:718
uint32_t AttributeId
Definition sopc_types.h:724
SOPC_String IndexRange
Definition sopc_types.h:728
SOPC_QualifiedName * MetaDataProperties
Definition sopc_types.h:731
int32_t NoOfMetaDataProperties
Definition sopc_types.h:730
SOPC_Variant SubstituteValue
Definition sopc_types.h:729
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:719
uint32_t DeadbandType
Definition sopc_types.h:726
double DeadbandValue
Definition sopc_types.h:727
SOPC_NodeId PublishedVariable
Definition sopc_types.h:723
double SamplingIntervalHint
Definition sopc_types.h:725
Definition sopc_types.h:4185
uint32_t AttributeId
Definition sopc_types.h:4191
SOPC_String IndexRange
Definition sopc_types.h:4192
OpcUa_RelativePath RelativePath
Definition sopc_types.h:4190
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4186
Definition sopc_types.h:4232
SOPC_Variant * Values
Definition sopc_types.h:4240
SOPC_ExpandedNodeId TypeDefinitionNode
Definition sopc_types.h:4238
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4233
int32_t NoOfValues
Definition sopc_types.h:4239
SOPC_ExpandedNodeId NodeId
Definition sopc_types.h:4237
Definition sopc_types.h:4423
OpcUa_ViewDescription View
Definition sopc_types.h:4428
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4424
uint32_t MaxDataSetsToReturn
Definition sopc_types.h:4432
uint32_t MaxReferencesToReturn
Definition sopc_types.h:4433
int32_t NoOfNodeTypes
Definition sopc_types.h:4429
OpcUa_NodeTypeDescription * NodeTypes
Definition sopc_types.h:4430
OpcUa_ContentFilter Filter
Definition sopc_types.h:4431
Definition sopc_types.h:4449
int32_t NoOfParsingResults
Definition sopc_types.h:4458
OpcUa_ParsingResult * ParsingResults
Definition sopc_types.h:4459
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:4461
OpcUa_ContentFilterResult FilterResult
Definition sopc_types.h:4462
SOPC_ByteString ContinuationPoint
Definition sopc_types.h:4457
int32_t NoOfQueryDataSets
Definition sopc_types.h:4455
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4450
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:4454
OpcUa_QueryDataSet * QueryDataSets
Definition sopc_types.h:4456
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:4460
Definition sopc_types.h:4480
SOPC_Boolean ReleaseContinuationPoint
Definition sopc_types.h:4485
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4481
SOPC_ByteString ContinuationPoint
Definition sopc_types.h:4486
Definition sopc_types.h:4502
int32_t NoOfQueryDataSets
Definition sopc_types.h:4508
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4503
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:4507
OpcUa_QueryDataSet * QueryDataSets
Definition sopc_types.h:4509
SOPC_ByteString RevisedContinuationPoint
Definition sopc_types.h:4510
Definition sopc_types.h:6813
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6814
double High
Definition sopc_types.h:6819
double Low
Definition sopc_types.h:6818
Definition sopc_types.h:141
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:142
int32_t Numerator
Definition sopc_types.h:146
uint32_t Denominator
Definition sopc_types.h:147
Definition sopc_types.h:4795
SOPC_DateTime * ReqTimes
Definition sopc_types.h:4801
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4796
int32_t NoOfReqTimes
Definition sopc_types.h:4800
Definition sopc_types.h:4772
SOPC_DateTime * ReqTimes
Definition sopc_types.h:4778
int32_t NoOfReqTimes
Definition sopc_types.h:4777
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4773
SOPC_Boolean UseSimpleBounds
Definition sopc_types.h:4779
Definition sopc_types.h:4672
uint32_t NumValuesPerNode
Definition sopc_types.h:4677
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4673
OpcUa_EventFilter Filter
Definition sopc_types.h:4680
SOPC_DateTime EndTime
Definition sopc_types.h:4679
SOPC_DateTime StartTime
Definition sopc_types.h:4678
Definition sopc_types.h:4746
SOPC_NodeId * AggregateType
Definition sopc_types.h:4755
int32_t NoOfAggregateType
Definition sopc_types.h:4754
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4747
OpcUa_AggregateConfiguration AggregateConfiguration
Definition sopc_types.h:4756
SOPC_DateTime StartTime
Definition sopc_types.h:4751
SOPC_DateTime EndTime
Definition sopc_types.h:4752
double ProcessingInterval
Definition sopc_types.h:4753
Definition sopc_types.h:4696
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4697
SOPC_DateTime StartTime
Definition sopc_types.h:4702
uint32_t NumValuesPerNode
Definition sopc_types.h:4704
SOPC_Boolean IsReadModified
Definition sopc_types.h:4701
SOPC_Boolean ReturnBounds
Definition sopc_types.h:4705
SOPC_DateTime EndTime
Definition sopc_types.h:4703
Definition sopc_types.h:4552
OpcUa_ReadValueId * NodesToRead
Definition sopc_types.h:4560
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4553
double MaxAge
Definition sopc_types.h:4557
OpcUa_TimestampsToReturn TimestampsToReturn
Definition sopc_types.h:4558
int32_t NoOfNodesToRead
Definition sopc_types.h:4559
Definition sopc_types.h:4576
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:4584
SOPC_DataValue * Results
Definition sopc_types.h:4583
int32_t NoOfResults
Definition sopc_types.h:4582
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4577
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:4585
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:4581
Definition sopc_types.h:4527
SOPC_QualifiedName DataEncoding
Definition sopc_types.h:4535
SOPC_String IndexRange
Definition sopc_types.h:4534
uint32_t AttributeId
Definition sopc_types.h:4533
SOPC_NodeId NodeId
Definition sopc_types.h:4532
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4528
Definition sopc_types.h:1083
SOPC_ExtensionObject TransportSettings
Definition sopc_types.h:1097
int32_t NoOfSecurityKeyServices
Definition sopc_types.h:1092
OpcUa_KeyValuePair * GroupProperties
Definition sopc_types.h:1096
OpcUa_EndpointDescription * SecurityKeyServices
Definition sopc_types.h:1093
SOPC_ExtensionObject MessageSettings
Definition sopc_types.h:1098
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1084
SOPC_String Name
Definition sopc_types.h:1088
int32_t NoOfGroupProperties
Definition sopc_types.h:1095
OpcUa_DataSetReaderDataType * DataSetReaders
Definition sopc_types.h:1100
OpcUa_MessageSecurityMode SecurityMode
Definition sopc_types.h:1090
int32_t NoOfDataSetReaders
Definition sopc_types.h:1099
uint32_t MaxNetworkMessageSize
Definition sopc_types.h:1094
SOPC_String SecurityGroupId
Definition sopc_types.h:1091
SOPC_Boolean Enabled
Definition sopc_types.h:1089
Definition sopc_types.h:6429
SOPC_String ServerId
Definition sopc_types.h:6434
OpcUa_ServerState ServerState
Definition sopc_types.h:6436
SOPC_Byte ServiceLevel
Definition sopc_types.h:6435
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6430
Definition sopc_types.h:3750
SOPC_ExpandedNodeId TypeDefinition
Definition sopc_types.h:3761
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3759
SOPC_QualifiedName BrowseName
Definition sopc_types.h:3758
SOPC_Boolean IsForward
Definition sopc_types.h:3756
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3751
OpcUa_NodeClass NodeClass
Definition sopc_types.h:3760
SOPC_ExpandedNodeId NodeId
Definition sopc_types.h:3757
SOPC_NodeId ReferenceTypeId
Definition sopc_types.h:3755
Definition sopc_types.h:1638
SOPC_NodeId ReferenceTypeId
Definition sopc_types.h:1643
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1639
SOPC_Boolean IsInverse
Definition sopc_types.h:1644
SOPC_ExpandedNodeId TargetId
Definition sopc_types.h:1645
Definition sopc_types.h:3253
uint32_t UserWriteMask
Definition sopc_types.h:3262
SOPC_LocalizedText Description
Definition sopc_types.h:3260
SOPC_LocalizedText InverseName
Definition sopc_types.h:3265
uint32_t WriteMask
Definition sopc_types.h:3261
uint32_t SpecifiedAttributes
Definition sopc_types.h:3258
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3259
SOPC_Boolean IsAbstract
Definition sopc_types.h:3263
SOPC_Boolean Symmetric
Definition sopc_types.h:3264
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3254
Definition sopc_types.h:1917
int32_t NoOfReferences
Definition sopc_types.h:1934
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1923
SOPC_NodeId NodeId
Definition sopc_types.h:1922
int32_t NoOfUserRolePermissions
Definition sopc_types.h:1931
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1918
SOPC_LocalizedText Description
Definition sopc_types.h:1926
SOPC_Boolean IsAbstract
Definition sopc_types.h:1936
OpcUa_ReferenceNode * References
Definition sopc_types.h:1935
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1930
SOPC_LocalizedText InverseName
Definition sopc_types.h:1938
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1924
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1925
SOPC_Boolean Symmetric
Definition sopc_types.h:1937
uint32_t UserWriteMask
Definition sopc_types.h:1928
uint32_t WriteMask
Definition sopc_types.h:1927
int32_t NoOfRolePermissions
Definition sopc_types.h:1929
uint16_t AccessRestrictions
Definition sopc_types.h:1933
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:1932
Definition sopc_types.h:4065
int32_t NoOfNodesToRegister
Definition sopc_types.h:4070
SOPC_NodeId * NodesToRegister
Definition sopc_types.h:4071
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4066
Definition sopc_types.h:4087
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4088
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:4092
SOPC_NodeId * RegisteredNodeIds
Definition sopc_types.h:4094
int32_t NoOfRegisteredNodeIds
Definition sopc_types.h:4093
Definition sopc_types.h:2556
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2557
int32_t NoOfDiscoveryConfiguration
Definition sopc_types.h:2562
SOPC_ExtensionObject * DiscoveryConfiguration
Definition sopc_types.h:2563
OpcUa_RegisteredServer Server
Definition sopc_types.h:2561
Definition sopc_types.h:2579
int32_t NoOfConfigurationResults
Definition sopc_types.h:2585
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:2587
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2580
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2584
SOPC_StatusCode * ConfigurationResults
Definition sopc_types.h:2586
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:2588
Definition sopc_types.h:2489
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2490
OpcUa_RegisteredServer Server
Definition sopc_types.h:2494
Definition sopc_types.h:2510
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2511
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2515
Definition sopc_types.h:2458
SOPC_String ServerUri
Definition sopc_types.h:2463
SOPC_Boolean IsOnline
Definition sopc_types.h:2472
SOPC_String SemaphoreFilePath
Definition sopc_types.h:2471
SOPC_String GatewayServerUri
Definition sopc_types.h:2468
OpcUa_ApplicationType ServerType
Definition sopc_types.h:2467
SOPC_String * DiscoveryUrls
Definition sopc_types.h:2470
SOPC_String ProductUri
Definition sopc_types.h:2464
int32_t NoOfServerNames
Definition sopc_types.h:2465
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2459
int32_t NoOfDiscoveryUrls
Definition sopc_types.h:2469
SOPC_LocalizedText * ServerNames
Definition sopc_types.h:2466
Definition sopc_types.h:3902
SOPC_QualifiedName TargetName
Definition sopc_types.h:3910
SOPC_Boolean IsInverse
Definition sopc_types.h:3908
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3903
SOPC_NodeId ReferenceTypeId
Definition sopc_types.h:3907
SOPC_Boolean IncludeSubtypes
Definition sopc_types.h:3909
Definition sopc_types.h:3926
int32_t NoOfElements
Definition sopc_types.h:3931
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3927
OpcUa_RelativePathElement * Elements
Definition sopc_types.h:3932
Definition sopc_types.h:6236
uint32_t SubscriptionId
Definition sopc_types.h:6241
uint32_t RetransmitSequenceNumber
Definition sopc_types.h:6242
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6237
Definition sopc_types.h:6258
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6259
OpcUa_NotificationMessage NotificationMessage
Definition sopc_types.h:6264
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:6263
Definition sopc_types.h:2155
SOPC_ExtensionObject AdditionalHeader
Definition sopc_types.h:2166
SOPC_DateTime Timestamp
Definition sopc_types.h:2161
uint32_t ReturnDiagnostics
Definition sopc_types.h:2163
uint32_t RequestHandle
Definition sopc_types.h:2162
SOPC_NodeId AuthenticationToken
Definition sopc_types.h:2160
uint32_t TimeoutHint
Definition sopc_types.h:2165
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2156
SOPC_String AuditEntryId
Definition sopc_types.h:2164
Definition sopc_types.h:2182
SOPC_DateTime Timestamp
Definition sopc_types.h:2187
uint32_t RequestHandle
Definition sopc_types.h:2188
int32_t NoOfStringTable
Definition sopc_types.h:2191
SOPC_ExtensionObject AdditionalHeader
Definition sopc_types.h:2193
SOPC_StatusCode ServiceResult
Definition sopc_types.h:2189
SOPC_DiagnosticInfo ServiceDiagnostics
Definition sopc_types.h:2190
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2183
SOPC_String * StringTable
Definition sopc_types.h:2192
Definition sopc_types.h:1240
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1241
uint32_t Permissions
Definition sopc_types.h:1246
SOPC_NodeId RoleId
Definition sopc_types.h:1245
Definition sopc_types.h:6497
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6498
double SamplingInterval
Definition sopc_types.h:6502
uint32_t MaxMonitoredItemCount
Definition sopc_types.h:6504
uint32_t MonitoredItemCount
Definition sopc_types.h:6503
uint32_t DisabledMonitoredItemCount
Definition sopc_types.h:6505
Definition sopc_types.h:6791
SOPC_NodeId AffectedType
Definition sopc_types.h:6797
SOPC_NodeId Affected
Definition sopc_types.h:6796
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6792
Definition sopc_types.h:6521
uint32_t CumulatedSubscriptionCount
Definition sopc_types.h:6534
uint32_t RejectedSessionCount
Definition sopc_types.h:6530
uint32_t SecurityRejectedRequestsCount
Definition sopc_types.h:6536
uint32_t CumulatedSessionCount
Definition sopc_types.h:6528
uint32_t RejectedRequestsCount
Definition sopc_types.h:6537
uint32_t SessionAbortCount
Definition sopc_types.h:6532
uint32_t PublishingIntervalCount
Definition sopc_types.h:6535
uint32_t CurrentSessionCount
Definition sopc_types.h:6527
uint32_t CurrentSubscriptionCount
Definition sopc_types.h:6533
uint32_t SessionTimeoutCount
Definition sopc_types.h:6531
uint32_t ServerViewCount
Definition sopc_types.h:6526
uint32_t SecurityRejectedSessionCount
Definition sopc_types.h:6529
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6522
Definition sopc_types.h:2333
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2334
SOPC_String ServerName
Definition sopc_types.h:2339
SOPC_String * ServerCapabilities
Definition sopc_types.h:2342
SOPC_String DiscoveryUrl
Definition sopc_types.h:2340
int32_t NoOfServerCapabilities
Definition sopc_types.h:2341
uint32_t RecordId
Definition sopc_types.h:2338
Definition sopc_types.h:6553
uint32_t SecondsTillShutdown
Definition sopc_types.h:6562
SOPC_DateTime CurrentTime
Definition sopc_types.h:6559
SOPC_LocalizedText ShutdownReason
Definition sopc_types.h:6563
OpcUa_ServerState State
Definition sopc_types.h:6560
OpcUa_BuildInfo BuildInfo
Definition sopc_types.h:6561
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6554
SOPC_DateTime StartTime
Definition sopc_types.h:6558
Definition sopc_types.h:6579
uint32_t TotalCount
Definition sopc_types.h:6584
uint32_t ErrorCount
Definition sopc_types.h:6585
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6580
Definition sopc_types.h:2209
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:2214
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2210
Definition sopc_types.h:6601
OpcUa_ServiceCounterDataType ReadCount
Definition sopc_types.h:6622
OpcUa_ServiceCounterDataType DeleteSubscriptionsCount
Definition sopc_types.h:6638
OpcUa_ServiceCounterDataType AddReferencesCount
Definition sopc_types.h:6640
OpcUa_ServiceCounterDataType QueryFirstCount
Definition sopc_types.h:6646
OpcUa_ServiceCounterDataType BrowseCount
Definition sopc_types.h:6643
OpcUa_ServiceCounterDataType RegisterNodesCount
Definition sopc_types.h:6648
OpcUa_ServiceCounterDataType SetTriggeringCount
Definition sopc_types.h:6630
OpcUa_ServiceCounterDataType SetPublishingModeCount
Definition sopc_types.h:6634
OpcUa_ServiceCounterDataType CreateSubscriptionCount
Definition sopc_types.h:6632
OpcUa_ServiceCounterDataType DeleteReferencesCount
Definition sopc_types.h:6642
OpcUa_ServiceCounterDataType PublishCount
Definition sopc_types.h:6635
OpcUa_ServiceCounterDataType QueryNextCount
Definition sopc_types.h:6647
OpcUa_ServiceCounterDataType CallCount
Definition sopc_types.h:6626
double ActualSessionTimeout
Definition sopc_types.h:6613
OpcUa_ServiceCounterDataType TransferSubscriptionsCount
Definition sopc_types.h:6637
SOPC_String EndpointUrl
Definition sopc_types.h:6610
SOPC_DateTime ClientLastContactTime
Definition sopc_types.h:6616
SOPC_String * LocaleIds
Definition sopc_types.h:6612
SOPC_NodeId SessionId
Definition sopc_types.h:6606
OpcUa_ServiceCounterDataType CreateMonitoredItemsCount
Definition sopc_types.h:6627
uint32_t CurrentMonitoredItemsCount
Definition sopc_types.h:6618
OpcUa_ServiceCounterDataType ModifyMonitoredItemsCount
Definition sopc_types.h:6628
OpcUa_ServiceCounterDataType HistoryUpdateCount
Definition sopc_types.h:6625
OpcUa_ServiceCounterDataType BrowseNextCount
Definition sopc_types.h:6644
SOPC_String SessionName
Definition sopc_types.h:6607
OpcUa_ServiceCounterDataType SetMonitoringModeCount
Definition sopc_types.h:6629
OpcUa_ServiceCounterDataType TranslateBrowsePathsToNodeIdsCount
Definition sopc_types.h:6645
uint32_t CurrentSubscriptionsCount
Definition sopc_types.h:6617
SOPC_String ServerUri
Definition sopc_types.h:6609
OpcUa_ServiceCounterDataType ModifySubscriptionCount
Definition sopc_types.h:6633
OpcUa_ServiceCounterDataType DeleteMonitoredItemsCount
Definition sopc_types.h:6631
OpcUa_ServiceCounterDataType DeleteNodesCount
Definition sopc_types.h:6641
OpcUa_ServiceCounterDataType HistoryReadCount
Definition sopc_types.h:6623
OpcUa_ServiceCounterDataType AddNodesCount
Definition sopc_types.h:6639
OpcUa_ServiceCounterDataType RepublishCount
Definition sopc_types.h:6636
OpcUa_ServiceCounterDataType TotalRequestCount
Definition sopc_types.h:6620
uint32_t MaxResponseMessageSize
Definition sopc_types.h:6614
SOPC_DateTime ClientConnectionTime
Definition sopc_types.h:6615
OpcUa_ApplicationDescription ClientDescription
Definition sopc_types.h:6608
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6602
uint32_t CurrentPublishRequestsInQueue
Definition sopc_types.h:6619
OpcUa_ServiceCounterDataType UnregisterNodesCount
Definition sopc_types.h:6649
int32_t NoOfLocaleIds
Definition sopc_types.h:6611
OpcUa_ServiceCounterDataType WriteCount
Definition sopc_types.h:6624
uint32_t UnauthorizedRequestCount
Definition sopc_types.h:6621
Definition sopc_types.h:6665
SOPC_String * ClientUserIdHistory
Definition sopc_types.h:6673
SOPC_String TransportProtocol
Definition sopc_types.h:6676
OpcUa_MessageSecurityMode SecurityMode
Definition sopc_types.h:6677
SOPC_String SecurityPolicyUri
Definition sopc_types.h:6678
SOPC_String ClientUserIdOfSession
Definition sopc_types.h:6671
SOPC_String Encoding
Definition sopc_types.h:6675
SOPC_NodeId SessionId
Definition sopc_types.h:6670
SOPC_ByteString ClientCertificate
Definition sopc_types.h:6679
SOPC_String AuthenticationMechanism
Definition sopc_types.h:6674
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6666
int32_t NoOfClientUserIdHistory
Definition sopc_types.h:6672
Definition sopc_types.h:2230
uint32_t UrisVersion
Definition sopc_types.h:2235
int32_t NoOfServerUris
Definition sopc_types.h:2238
SOPC_String * ServerUris
Definition sopc_types.h:2239
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2231
uint32_t ServiceId
Definition sopc_types.h:2242
int32_t NoOfLocaleIds
Definition sopc_types.h:2240
SOPC_String * NamespaceUris
Definition sopc_types.h:2237
int32_t NoOfNamespaceUris
Definition sopc_types.h:2236
SOPC_String * LocaleIds
Definition sopc_types.h:2241
Definition sopc_types.h:2258
int32_t NoOfNamespaceUris
Definition sopc_types.h:2263
SOPC_String * ServerUris
Definition sopc_types.h:2266
int32_t NoOfServerUris
Definition sopc_types.h:2265
uint32_t ServiceId
Definition sopc_types.h:2267
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2259
SOPC_String * NamespaceUris
Definition sopc_types.h:2264
Definition sopc_types.h:5710
uint32_t * MonitoredItemIds
Definition sopc_types.h:5718
OpcUa_MonitoringMode MonitoringMode
Definition sopc_types.h:5716
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5711
int32_t NoOfMonitoredItemIds
Definition sopc_types.h:5717
uint32_t SubscriptionId
Definition sopc_types.h:5715
Definition sopc_types.h:5734
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:5742
SOPC_StatusCode * Results
Definition sopc_types.h:5741
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5739
int32_t NoOfResults
Definition sopc_types.h:5740
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:5743
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5735
Definition sopc_types.h:5973
int32_t NoOfSubscriptionIds
Definition sopc_types.h:5979
SOPC_Boolean PublishingEnabled
Definition sopc_types.h:5978
uint32_t * SubscriptionIds
Definition sopc_types.h:5980
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5974
Definition sopc_types.h:5996
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:6005
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:6001
SOPC_StatusCode * Results
Definition sopc_types.h:6003
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5997
int32_t NoOfResults
Definition sopc_types.h:6002
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:6004
Definition sopc_types.h:5761
uint32_t * LinksToAdd
Definition sopc_types.h:5769
int32_t NoOfLinksToRemove
Definition sopc_types.h:5770
uint32_t * LinksToRemove
Definition sopc_types.h:5771
uint32_t TriggeringItemId
Definition sopc_types.h:5767
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5762
uint32_t SubscriptionId
Definition sopc_types.h:5766
int32_t NoOfLinksToAdd
Definition sopc_types.h:5768
Definition sopc_types.h:5787
SOPC_DiagnosticInfo * AddDiagnosticInfos
Definition sopc_types.h:5796
int32_t NoOfAddDiagnosticInfos
Definition sopc_types.h:5795
SOPC_DiagnosticInfo * RemoveDiagnosticInfos
Definition sopc_types.h:5800
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5792
int32_t NoOfRemoveResults
Definition sopc_types.h:5797
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5788
SOPC_StatusCode * AddResults
Definition sopc_types.h:5794
int32_t NoOfRemoveDiagnosticInfos
Definition sopc_types.h:5799
int32_t NoOfAddResults
Definition sopc_types.h:5793
SOPC_StatusCode * RemoveResults
Definition sopc_types.h:5798
Definition sopc_types.h:2745
SOPC_ByteString Signature
Definition sopc_types.h:2751
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2746
SOPC_String Algorithm
Definition sopc_types.h:2750
Definition sopc_types.h:2723
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2724
SOPC_ByteString CertificateData
Definition sopc_types.h:2728
SOPC_ByteString Signature
Definition sopc_types.h:2729
Definition sopc_types.h:769
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:770
SOPC_QualifiedName * BrowsePath
Definition sopc_types.h:776
SOPC_NodeId TypeDefinitionId
Definition sopc_types.h:774
int32_t NoOfBrowsePath
Definition sopc_types.h:775
SOPC_String IndexRange
Definition sopc_types.h:778
uint32_t AttributeId
Definition sopc_types.h:777
Definition sopc_types.h:497
SOPC_NodeId DataTypeId
Definition sopc_types.h:502
SOPC_NodeId BaseDataType
Definition sopc_types.h:504
SOPC_QualifiedName Name
Definition sopc_types.h:503
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:498
SOPC_Byte BuiltInType
Definition sopc_types.h:505
Definition sopc_types.h:6137
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6138
SOPC_DiagnosticInfo DiagnosticInfo
Definition sopc_types.h:6143
SOPC_StatusCode Status
Definition sopc_types.h:6142
Definition sopc_types.h:6695
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6696
SOPC_DiagnosticInfo DiagnosticInfo
Definition sopc_types.h:6701
SOPC_StatusCode StatusCode
Definition sopc_types.h:6700
Definition sopc_types.h:379
SOPC_NodeId DefaultEncodingId
Definition sopc_types.h:384
SOPC_NodeId BaseDataType
Definition sopc_types.h:385
OpcUa_StructureType StructureType
Definition sopc_types.h:386
int32_t NoOfFields
Definition sopc_types.h:387
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:380
OpcUa_StructureField * Fields
Definition sopc_types.h:388
Definition sopc_types.h:404
SOPC_NodeId DataTypeId
Definition sopc_types.h:409
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:405
OpcUa_StructureDefinition StructureDefinition
Definition sopc_types.h:411
SOPC_QualifiedName Name
Definition sopc_types.h:410
Definition sopc_types.h:351
SOPC_Boolean IsOptional
Definition sopc_types.h:363
SOPC_LocalizedText Description
Definition sopc_types.h:357
uint32_t * ArrayDimensions
Definition sopc_types.h:361
SOPC_String Name
Definition sopc_types.h:356
uint32_t MaxStringLength
Definition sopc_types.h:362
SOPC_NodeId DataType
Definition sopc_types.h:358
int32_t NoOfArrayDimensions
Definition sopc_types.h:360
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:352
int32_t ValueRank
Definition sopc_types.h:359
Definition sopc_types.h:1262
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1263
int32_t NoOfRolePermissions
Definition sopc_types.h:1268
SOPC_String ParentNodeName
Definition sopc_types.h:1267
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1269
Definition sopc_types.h:6159
uint32_t SubscriptionId
Definition sopc_types.h:6164
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6160
uint32_t SequenceNumber
Definition sopc_types.h:6165
Definition sopc_types.h:6717
uint32_t RepublishRequestCount
Definition sopc_types.h:6733
uint32_t LatePublishRequestCount
Definition sopc_types.h:6743
uint32_t SubscriptionId
Definition sopc_types.h:6723
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6718
uint32_t ModifyCount
Definition sopc_types.h:6730
uint32_t EnableCount
Definition sopc_types.h:6731
SOPC_NodeId SessionId
Definition sopc_types.h:6722
uint32_t TransferRequestCount
Definition sopc_types.h:6736
double PublishingInterval
Definition sopc_types.h:6725
uint32_t UnacknowledgedMessageCount
Definition sopc_types.h:6746
uint32_t MaxKeepAliveCount
Definition sopc_types.h:6726
uint32_t MaxNotificationsPerPublish
Definition sopc_types.h:6728
uint32_t TransferredToSameClientCount
Definition sopc_types.h:6738
uint32_t MaxLifetimeCount
Definition sopc_types.h:6727
uint32_t EventQueueOverFlowCount
Definition sopc_types.h:6752
uint32_t NextSequenceNumber
Definition sopc_types.h:6751
uint32_t DisabledMonitoredItemCount
Definition sopc_types.h:6749
uint32_t PublishRequestCount
Definition sopc_types.h:6739
uint32_t NotificationsCount
Definition sopc_types.h:6742
uint32_t EventNotificationsCount
Definition sopc_types.h:6741
uint32_t RepublishMessageCount
Definition sopc_types.h:6735
uint32_t RepublishMessageRequestCount
Definition sopc_types.h:6734
SOPC_Boolean PublishingEnabled
Definition sopc_types.h:6729
uint32_t MonitoredItemCount
Definition sopc_types.h:6748
uint32_t CurrentKeepAliveCount
Definition sopc_types.h:6744
SOPC_Byte Priority
Definition sopc_types.h:6724
uint32_t DiscardedMessageCount
Definition sopc_types.h:6747
uint32_t TransferredToAltClientCount
Definition sopc_types.h:6737
uint32_t DataChangeNotificationsCount
Definition sopc_types.h:6740
uint32_t MonitoringQueueOverflowCount
Definition sopc_types.h:6750
uint32_t CurrentLifetimeCount
Definition sopc_types.h:6745
uint32_t DisableCount
Definition sopc_types.h:6732
Definition sopc_types.h:1218
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1219
OpcUa_FieldTargetDataType * TargetVariables
Definition sopc_types.h:1224
int32_t NoOfTargetVariables
Definition sopc_types.h:1223
Definition sopc_types.h:186
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:187
double X
Definition sopc_types.h:191
double Y
Definition sopc_types.h:192
double Z
Definition sopc_types.h:193
Definition sopc_types.h:232
OpcUa_ThreeDOrientation Orientation
Definition sopc_types.h:238
OpcUa_ThreeDCartesianCoordinates CartesianCoordinates
Definition sopc_types.h:237
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:233
Definition sopc_types.h:209
double A
Definition sopc_types.h:214
double B
Definition sopc_types.h:215
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:210
double C
Definition sopc_types.h:216
Definition sopc_types.h:163
double Z
Definition sopc_types.h:170
double Y
Definition sopc_types.h:169
double X
Definition sopc_types.h:168
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:164
Definition sopc_types.h:2133
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2134
SOPC_Boolean DaylightSavingInOffset
Definition sopc_types.h:2139
int16_t Offset
Definition sopc_types.h:2138
Definition sopc_types.h:6281
int32_t NoOfAvailableSequenceNumbers
Definition sopc_types.h:6287
SOPC_StatusCode StatusCode
Definition sopc_types.h:6286
uint32_t * AvailableSequenceNumbers
Definition sopc_types.h:6288
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6282
Definition sopc_types.h:6305
SOPC_Boolean SendInitialValues
Definition sopc_types.h:6312
uint32_t * SubscriptionIds
Definition sopc_types.h:6311
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6306
int32_t NoOfSubscriptionIds
Definition sopc_types.h:6310
Definition sopc_types.h:6328
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:6336
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:6333
int32_t NoOfResults
Definition sopc_types.h:6334
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:6337
OpcUa_TransferResult * Results
Definition sopc_types.h:6335
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6329
int32_t NoOfBrowsePaths
Definition sopc_types.h:4021
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4017
OpcUa_BrowsePath * BrowsePaths
Definition sopc_types.h:4022
OpcUa_BrowsePathResult * Results
Definition sopc_types.h:4045
int32_t NoOfResults
Definition sopc_types.h:4044
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:4046
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:4043
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:4047
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4039
Definition sopc_types.h:300
SOPC_ByteString * TrustedCertificates
Definition sopc_types.h:307
int32_t NoOfTrustedCertificates
Definition sopc_types.h:306
SOPC_ByteString * TrustedCrls
Definition sopc_types.h:309
SOPC_ByteString * IssuerCertificates
Definition sopc_types.h:311
uint32_t SpecifiedLists
Definition sopc_types.h:305
int32_t NoOfTrustedCrls
Definition sopc_types.h:308
int32_t NoOfIssuerCertificates
Definition sopc_types.h:310
int32_t NoOfIssuerCrls
Definition sopc_types.h:312
SOPC_ByteString * IssuerCrls
Definition sopc_types.h:313
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:301
Definition sopc_types.h:1729
uint16_t AccessRestrictions
Definition sopc_types.h:1745
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1736
uint32_t UserWriteMask
Definition sopc_types.h:1740
OpcUa_ReferenceNode * References
Definition sopc_types.h:1747
int32_t NoOfUserRolePermissions
Definition sopc_types.h:1743
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:1744
uint32_t WriteMask
Definition sopc_types.h:1739
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1742
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1737
int32_t NoOfRolePermissions
Definition sopc_types.h:1741
SOPC_NodeId NodeId
Definition sopc_types.h:1734
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1735
int32_t NoOfReferences
Definition sopc_types.h:1746
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1730
SOPC_LocalizedText Description
Definition sopc_types.h:1738
Definition sopc_types.h:571
int32_t NoOfStructureDataTypes
Definition sopc_types.h:578
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:572
OpcUa_EnumDescription * EnumDataTypes
Definition sopc_types.h:581
int32_t NoOfNamespaces
Definition sopc_types.h:576
SOPC_String * Namespaces
Definition sopc_types.h:577
int32_t NoOfFileHeader
Definition sopc_types.h:585
int32_t NoOfSimpleDataTypes
Definition sopc_types.h:582
int32_t NoOfEnumDataTypes
Definition sopc_types.h:580
OpcUa_KeyValuePair * FileHeader
Definition sopc_types.h:586
OpcUa_StructureDescription * StructureDataTypes
Definition sopc_types.h:579
SOPC_String SchemaLocation
Definition sopc_types.h:584
OpcUa_SimpleTypeDescription * SimpleDataTypes
Definition sopc_types.h:583
SOPC_Variant Body
Definition sopc_types.h:587
Definition sopc_types.h:1360
double PublishingInterval
Definition sopc_types.h:1371
uint16_t NetworkMessageNumber
Definition sopc_types.h:1366
uint16_t DataSetOffset
Definition sopc_types.h:1367
double ProcessingOffset
Definition sopc_types.h:1373
double ReceiveOffset
Definition sopc_types.h:1372
uint32_t GroupVersion
Definition sopc_types.h:1365
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1361
SOPC_Guid DataSetClassId
Definition sopc_types.h:1368
uint32_t NetworkMessageContentMask
Definition sopc_types.h:1369
uint32_t DataSetMessageContentMask
Definition sopc_types.h:1370
Definition sopc_types.h:1336
uint32_t DataSetMessageContentMask
Definition sopc_types.h:1341
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1337
uint16_t DataSetOffset
Definition sopc_types.h:1344
uint16_t ConfiguredSize
Definition sopc_types.h:1342
uint16_t NetworkMessageNumber
Definition sopc_types.h:1343
Definition sopc_types.h:1310
double SamplingOffset
Definition sopc_types.h:1318
double * PublishingOffset
Definition sopc_types.h:1320
int32_t NoOfPublishingOffset
Definition sopc_types.h:1319
OpcUa_DataSetOrderingType DataSetOrdering
Definition sopc_types.h:1316
uint32_t GroupVersion
Definition sopc_types.h:1315
uint32_t NetworkMessageContentMask
Definition sopc_types.h:1317
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1311
Definition sopc_types.h:4112
SOPC_NodeId * NodesToUnregister
Definition sopc_types.h:4118
int32_t NoOfNodesToUnregister
Definition sopc_types.h:4117
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4113
Definition sopc_types.h:4134
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:4139
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4135
Definition sopc_types.h:1616
uint32_t Numerator
Definition sopc_types.h:1621
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1617
uint32_t Denominator
Definition sopc_types.h:1622
Definition sopc_types.h:5076
SOPC_NodeId NodeId
Definition sopc_types.h:5081
int32_t NoOfUpdateValues
Definition sopc_types.h:5083
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5077
OpcUa_PerformUpdateType PerformInsertReplace
Definition sopc_types.h:5082
SOPC_DataValue * UpdateValues
Definition sopc_types.h:5084
Definition sopc_types.h:5124
OpcUa_PerformUpdateType PerformInsertReplace
Definition sopc_types.h:5130
OpcUa_HistoryEventFieldList * EventData
Definition sopc_types.h:5133
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5125
SOPC_NodeId NodeId
Definition sopc_types.h:5129
int32_t NoOfEventData
Definition sopc_types.h:5132
OpcUa_EventFilter Filter
Definition sopc_types.h:5131
Definition sopc_types.h:5100
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5101
SOPC_NodeId NodeId
Definition sopc_types.h:5105
int32_t NoOfUpdateValues
Definition sopc_types.h:5107
SOPC_DataValue * UpdateValues
Definition sopc_types.h:5108
OpcUa_PerformUpdateType PerformInsertReplace
Definition sopc_types.h:5106
Definition sopc_types.h:2829
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2830
SOPC_String PolicyId
Definition sopc_types.h:2834
Definition sopc_types.h:2871
SOPC_String UserName
Definition sopc_types.h:2877
SOPC_ByteString Password
Definition sopc_types.h:2878
SOPC_String PolicyId
Definition sopc_types.h:2876
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2872
SOPC_String EncryptionAlgorithm
Definition sopc_types.h:2879
Definition sopc_types.h:921
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:922
SOPC_String SecurityPolicyUri
Definition sopc_types.h:930
SOPC_String IssuerEndpointUrl
Definition sopc_types.h:929
OpcUa_UserTokenType TokenType
Definition sopc_types.h:927
SOPC_String IssuedTokenType
Definition sopc_types.h:928
SOPC_String PolicyId
Definition sopc_types.h:926
Definition sopc_types.h:3135
int32_t NoOfArrayDimensions
Definition sopc_types.h:3148
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3136
uint32_t * ArrayDimensions
Definition sopc_types.h:3149
SOPC_Byte AccessLevel
Definition sopc_types.h:3150
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3141
SOPC_Variant Value
Definition sopc_types.h:3145
uint32_t SpecifiedAttributes
Definition sopc_types.h:3140
int32_t ValueRank
Definition sopc_types.h:3147
uint32_t UserWriteMask
Definition sopc_types.h:3144
SOPC_Byte UserAccessLevel
Definition sopc_types.h:3151
double MinimumSamplingInterval
Definition sopc_types.h:3152
SOPC_NodeId DataType
Definition sopc_types.h:3146
uint32_t WriteMask
Definition sopc_types.h:3143
SOPC_LocalizedText Description
Definition sopc_types.h:3142
SOPC_Boolean Historizing
Definition sopc_types.h:3153
Definition sopc_types.h:1833
OpcUa_ReferenceNode * References
Definition sopc_types.h:1851
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:1848
uint16_t AccessRestrictions
Definition sopc_types.h:1849
uint32_t AccessLevelEx
Definition sopc_types.h:1861
SOPC_Variant Value
Definition sopc_types.h:1852
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1841
SOPC_NodeId DataType
Definition sopc_types.h:1853
uint32_t * ArrayDimensions
Definition sopc_types.h:1856
SOPC_Boolean Historizing
Definition sopc_types.h:1860
double MinimumSamplingInterval
Definition sopc_types.h:1859
uint32_t UserWriteMask
Definition sopc_types.h:1844
int32_t NoOfArrayDimensions
Definition sopc_types.h:1855
SOPC_NodeId NodeId
Definition sopc_types.h:1838
int32_t NoOfRolePermissions
Definition sopc_types.h:1845
int32_t NoOfReferences
Definition sopc_types.h:1850
int32_t ValueRank
Definition sopc_types.h:1854
SOPC_Byte AccessLevel
Definition sopc_types.h:1857
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1846
uint32_t WriteMask
Definition sopc_types.h:1843
SOPC_LocalizedText Description
Definition sopc_types.h:1842
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1840
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1839
int32_t NoOfUserRolePermissions
Definition sopc_types.h:1847
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1834
SOPC_Byte UserAccessLevel
Definition sopc_types.h:1858
Definition sopc_types.h:3222
SOPC_LocalizedText Description
Definition sopc_types.h:3229
int32_t ValueRank
Definition sopc_types.h:3234
uint32_t WriteMask
Definition sopc_types.h:3230
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3228
uint32_t SpecifiedAttributes
Definition sopc_types.h:3227
uint32_t UserWriteMask
Definition sopc_types.h:3231
SOPC_NodeId DataType
Definition sopc_types.h:3233
SOPC_Boolean IsAbstract
Definition sopc_types.h:3237
SOPC_Variant Value
Definition sopc_types.h:3232
int32_t NoOfArrayDimensions
Definition sopc_types.h:3235
uint32_t * ArrayDimensions
Definition sopc_types.h:3236
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3223
Definition sopc_types.h:1877
SOPC_NodeId NodeId
Definition sopc_types.h:1882
SOPC_Variant Value
Definition sopc_types.h:1896
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1878
int32_t NoOfUserRolePermissions
Definition sopc_types.h:1891
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:1890
uint32_t WriteMask
Definition sopc_types.h:1887
int32_t NoOfRolePermissions
Definition sopc_types.h:1889
OpcUa_ReferenceNode * References
Definition sopc_types.h:1895
SOPC_LocalizedText Description
Definition sopc_types.h:1886
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1885
int32_t NoOfArrayDimensions
Definition sopc_types.h:1899
uint32_t UserWriteMask
Definition sopc_types.h:1888
int32_t ValueRank
Definition sopc_types.h:1898
SOPC_Boolean IsAbstract
Definition sopc_types.h:1901
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1883
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:1892
int32_t NoOfReferences
Definition sopc_types.h:1894
uint32_t * ArrayDimensions
Definition sopc_types.h:1900
uint16_t AccessRestrictions
Definition sopc_types.h:1893
SOPC_NodeId DataType
Definition sopc_types.h:1897
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1884
Definition sopc_types.h:3307
uint32_t UserWriteMask
Definition sopc_types.h:3316
SOPC_LocalizedText DisplayName
Definition sopc_types.h:3313
SOPC_Byte EventNotifier
Definition sopc_types.h:3318
SOPC_Boolean ContainsNoLoops
Definition sopc_types.h:3317
uint32_t WriteMask
Definition sopc_types.h:3315
uint32_t SpecifiedAttributes
Definition sopc_types.h:3312
SOPC_LocalizedText Description
Definition sopc_types.h:3314
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3308
Definition sopc_types.h:3701
SOPC_NodeId ViewId
Definition sopc_types.h:3706
uint32_t ViewVersion
Definition sopc_types.h:3708
SOPC_DateTime Timestamp
Definition sopc_types.h:3707
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:3702
Definition sopc_types.h:1990
SOPC_NodeId NodeId
Definition sopc_types.h:1995
OpcUa_NodeClass NodeClass
Definition sopc_types.h:1996
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1991
OpcUa_ReferenceNode * References
Definition sopc_types.h:2008
SOPC_LocalizedText DisplayName
Definition sopc_types.h:1998
SOPC_Byte EventNotifier
Definition sopc_types.h:2010
int32_t NoOfRolePermissions
Definition sopc_types.h:2002
OpcUa_RolePermissionType * RolePermissions
Definition sopc_types.h:2003
int32_t NoOfReferences
Definition sopc_types.h:2007
OpcUa_RolePermissionType * UserRolePermissions
Definition sopc_types.h:2005
SOPC_Boolean ContainsNoLoops
Definition sopc_types.h:2009
uint32_t UserWriteMask
Definition sopc_types.h:2001
int32_t NoOfUserRolePermissions
Definition sopc_types.h:2004
uint16_t AccessRestrictions
Definition sopc_types.h:2006
SOPC_QualifiedName BrowseName
Definition sopc_types.h:1997
SOPC_LocalizedText Description
Definition sopc_types.h:1999
uint32_t WriteMask
Definition sopc_types.h:2000
Definition sopc_types.h:5007
OpcUa_WriteValue * NodesToWrite
Definition sopc_types.h:5013
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5008
int32_t NoOfNodesToWrite
Definition sopc_types.h:5012
Definition sopc_types.h:5029
int32_t NoOfResults
Definition sopc_types.h:5035
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:5030
SOPC_DiagnosticInfo * DiagnosticInfos
Definition sopc_types.h:5038
int32_t NoOfDiagnosticInfos
Definition sopc_types.h:5037
OpcUa_ResponseHeader ResponseHeader
Definition sopc_types.h:5034
SOPC_StatusCode * Results
Definition sopc_types.h:5036
Definition sopc_types.h:4982
SOPC_String IndexRange
Definition sopc_types.h:4989
SOPC_DataValue Value
Definition sopc_types.h:4990
uint32_t AttributeId
Definition sopc_types.h:4988
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:4983
SOPC_NodeId NodeId
Definition sopc_types.h:4987
Definition sopc_types.h:1004
OpcUa_DataSetWriterDataType * DataSetWriters
Definition sopc_types.h:1028
OpcUa_KeyValuePair * GroupProperties
Definition sopc_types.h:1017
SOPC_ExtensionObject MessageSettings
Definition sopc_types.h:1026
uint16_t WriterGroupId
Definition sopc_types.h:1018
SOPC_String SecurityGroupId
Definition sopc_types.h:1012
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:1005
SOPC_Byte Priority
Definition sopc_types.h:1021
double KeepAliveTime
Definition sopc_types.h:1020
OpcUa_EndpointDescription * SecurityKeyServices
Definition sopc_types.h:1014
uint32_t MaxNetworkMessageSize
Definition sopc_types.h:1015
SOPC_String Name
Definition sopc_types.h:1009
OpcUa_MessageSecurityMode SecurityMode
Definition sopc_types.h:1011
SOPC_String * LocaleIds
Definition sopc_types.h:1023
SOPC_ExtensionObject TransportSettings
Definition sopc_types.h:1025
int32_t NoOfDataSetWriters
Definition sopc_types.h:1027
SOPC_String HeaderLayoutUri
Definition sopc_types.h:1024
double PublishingInterval
Definition sopc_types.h:1019
int32_t NoOfGroupProperties
Definition sopc_types.h:1016
SOPC_Boolean Enabled
Definition sopc_types.h:1010
int32_t NoOfSecurityKeyServices
Definition sopc_types.h:1013
int32_t NoOfLocaleIds
Definition sopc_types.h:1022
Definition sopc_types.h:2895
SOPC_String PolicyId
Definition sopc_types.h:2900
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:2896
SOPC_ByteString CertificateData
Definition sopc_types.h:2901
Definition sopc_types.h:6929
float Value
Definition sopc_types.h:6935
double X
Definition sopc_types.h:6934
SOPC_EncodeableType * encodeableType
Definition sopc_types.h:6930