EtherCAT-IOLink Gateway

◆ GW_API_getExpPortConfiguration()

GW_API_EErrorcode_t GW_API_getExpPortConfiguration ( const uint8_t  portNr_p,
GW_API_SPortExpConfig_t *const  psExpPortConfig_p 
)

get IOL-Device expected configuration

Parameters
[in]portNr_pIOL-device portnumber (1..xx)
[in]psExpPortConfig_pPlace for expected data
Returns
GW_API_EErrorcode_t errorcode
Example
#include <gw_api_interface.h>
GW_API_EErrorcode_t retVal = GW_API_eSUCCESS;
retVal = GW_API_getExpPortConfiguration(1, &transferData);
GW_API_EErrorcode_t GW_API_getExpPortConfiguration(const uint8_t portNr_p, GW_API_SPortExpConfig_t *const psExpPortConfig_p)
get IOL-Device expected configuration
Definition: gw_api_interface.c:1372
typedef struct of GW_API_setExpPortConfiguration() data
Definition: gw_api_interface.h:91