PLCnext API Documentation 23.0.2.9
Rsc.h
1
2//
3// Copyright PHOENIX CONTACT Electronics GmbH
4//
6#pragma once
8#include "Arp/System/Rsc/Services/RscErrors.h"
9#include "Arp/System/Rsc/Services/RscType.hpp"
10#include "Arp/System/Rsc/Services/RscStringEncoding.hpp"
11
12namespace Arp { namespace System { namespace Rsc { namespace Services
13{
14
15typedef uint16 RscHandle;
16
17}}}} // end of namespace Arp::System::Rsc::Services
std::uint16_t uint16
The Arp unsigned integer type of 2 byte size.
Definition: PrimitiveTypes.hpp:31
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API