PLCnext API Documentation
25.0.2.69
Arp
Plc
AnsiC
Io
Axio.h
1
/******************************************************************************
2
*
3
// Copyright Phoenix Contact GmbH & Co. KG
4
*
5
*****************************************************************************/
6
#ifndef __ARPPLCAXIO_H__
7
#define __ARPPLCAXIO_H__
8
9
/*************************************************************************/
10
/* INCLUDES */
11
/*************************************************************************/
12
#include "Arp/Plc/AnsiC/ArpPlc.h"
13
14
/*************************************************************************/
15
/* GLOBAL FUNCTION DECLARATIONS (EXTERNAL) */
16
/*************************************************************************/
17
#ifdef __cplusplus
18
extern
"C"
19
{
20
#endif
/*__cplusplus*/
21
22
extern
ARP_C_SYMBOL_EXPORT
bool
ArpPlcAxio_ReadFromAxioToGds(
unsigned
long
timeout);
23
extern
ARP_C_SYMBOL_EXPORT
bool
ArpPlcAxio_WriteFromGdsToAxio(
unsigned
long
timeout);
24
25
#ifdef __cplusplus
26
}
/*extern "C"*/
27
#endif
/*__cplusplus*/
28
29
#endif
/*__ARPPLCAXIO_H__*/
Generated on Mon May 12 2025 14:03:49 for PLCnext API Documentation by
1.9.4