PROFINET Device  v1.04.03

◆ PN_API_PDEV_init()

void PN_API_PDEV_init ( void  )

Initialize physical device, ethernet interface, ip stack, and IO device.

Initialization must be done before physical device, ethernet interface, ip stack, and IO device are configured, started and run.

Returns
void
Example
#include <PN_API_PDEV.h>
See also
PN_API_PDEV_start PN_API_PDEV_run
PN_API_PDEV_init
void PN_API_PDEV_init(void)
Initialize physical device, ethernet interface, ip stack, and IO device.
Definition: PN_API_main.c:89