PROFINET Device4.2.0
 
Loading...
Searching...
No Matches
Device Handle

Overview

Functions and callback-prototypes to control the handle of Profinet stack.

Functions

PN_API_IOD_Handle_tPN_API_IOD_new (void)
 Creates Profinet API handle.
 
bool PN_API_IOD_isHandleValid (PN_API_IOD_Handle_t *const pnHandle)
 Check Profinet API handle validity.
 
uint32_t PN_API_IOD_delete (PN_API_IOD_Handle_t *const pnHandle)
 Deletes Profinet API handle.
 
uint32_t PN_API_IOD_init (PN_API_IOD_Handle_t *const pnHandle)
 Initializes Profinet stack.
 
uint32_t PN_API_IOD_run (PN_API_IOD_Handle_t *const pnHandle)
 Runs Profinet stack.
 
uint32_t PN_API_IOD_reset (PN_API_IOD_Handle_t *const pnHandle)
 Resets Profinet stack.
 
uint32_t PN_API_IOD_stop (PN_API_IOD_Handle_t *const pnHandle)
 Stops Profinet stack.