#include "pn_api_iod_data.h"
#include "pn_api_iod_startup.h"
uint32_t status;
...
...
...
...
uint32_t PN_API_IOD_deactivateCyclicDataExchange(PN_API_IOD_Handle_t *const pnHandle)
Dectivates the exchange of IO data between the user application and Profinet stack for all ARs (RT,...
uint32_t PN_API_IOD_activateCyclicDataExchange(PN_API_IOD_Handle_t *const pnHandle)
Activates the exchange of IO data between the user application and Profinet stack for all ARs (RT,...
PN_API_IOD_Handle_t * PN_API_IOD_new(void)
Creates Profinet API handle.
struct PN_API_IOD_Handle PN_API_IOD_Handle_t
API handle instance which holds IO device's info.
Definition pn_api_iod_types.h:61
uint32_t PN_APP_IOD_initCyclicDataExchange(PN_API_IOD_Handle_t *const pnHandle)
Initiates continuous exchange of IO data between the user application and Profinet stack for all ARs ...