PLCnext API Documentation
25.0.2.69
Arp
System
Commons
Configuration
TicNodeType.hpp
1
2
//
3
// Copyright Phoenix Contact GmbH & Co. KG
4
//
6
#pragma once
7
#include "
Arp/System/Core/Arp.h
"
8
9
namespace
Arp
{
namespace
System {
namespace
Commons {
namespace
Configuration
10
{
11
12
enum 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
Arp.h
Arp
Root namespace for the PLCnext API
Generated on Mon May 12 2025 14:03:50 for PLCnext API Documentation by
1.9.4