PLCnext API Documentation 25.0.2.69
TicNodeType.hpp
1
2//
3// Copyright Phoenix Contact GmbH & Co. KG
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
Root namespace for the PLCnext API