Get the current configuration control setting (Instance Attribute ID: 3).
This function gets the configuration control setting of the TCP/IP object attribute 3.
#include "EI_API.h"
EI_API_ADP_T* pEI_API_ADP = NULL;
uint32_t errCode;
uint8_t numInterfaces = 1;
ETHIP_API T * EI_API_ADP_new(uint8_t numInterfaces_p)
Create a new EtherNet/IP adapter.
Definition EI_API_ADP_stub.c:231
ETHIP_API uint32_t EI_API_ADP_getConfigurationControl(T *pAdp_p, EIP_SConfigurationControl_t *pConfigurationControl_p)
Get the current configuration control setting (Instance Attribute ID: 3).
Definition EI_API_ADP_stub.c:2929
Definition EI_API_ADP_define.h:227