PLCnext API Documentation 23.6.0.37
TicNodeType.hpp
1
2//
3// Copyright PHOENIX CONTACT Electronics GmbH
4//
6#pragma once
8
9namespace Arp { namespace System { namespace Commons { namespace Configuration
10{
11
12enum class TicNodeType
13{
14 None = 0,
15 Attribute = 1,
16 Element = 2,
17 AttributeList = 3,
18 ElementList = 4,
19 AttributeValue = 5,
20 Arc = 6
21};
22
23}}}} // end of namespace Arp::System::Commons::Configuration
24
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API