Ethernet Module Interface (EMI)
– API Description
Copyright IXXAT Automation GmbH
64
IEM Manual, 1.5
the response if the pv_netTime <> NULL, otherwise the application has to que-
ry for the response by means of EMI_cmdNetworkInfoQuery.
Parameter
Dir.
Description
td_brdRef
IN
unique IEM reference
w_numMacAddr
IN
requested MAC address index
ps_networkInfo
IN
address receiving the information
Return Value
Description
COM_k_OK
operation succeeded
COM_k_NO_RESP
no response available as yet
COM_k_BUSY
CMD busy
COM_k_INVALID_BOARD
invalid IEM reference
COM_k_INVALID_STATE
routine called in invalid state
COM_k_ERROR
operation failed
4.1.2.23 EMI_cmdNetworkInfoQuery()
COM_e_ERROR EMI_cmdNetworkInfoQuery(COM_t_BOARD_REF td_brdRef,
COM_t_NETWORKINFO *ps_networkInfo);
Description
This function delivers the current network info that has been requested by
means of EMI_cmdNetworkInfoReq.
Parameter
Dir.
Description
td_brdRef
IN
unique IEM reference
ps_networkInfo
OUT
pointer to receiving structure
Return Value
Description
COM_k_OK
operation succeeded
COM_k_INVALID_BOARD
invalid IEM reference
COM_k_INVALID_STATE
routine called in invalid state
COM_k_NO_RESP
no response available as yet
COM_k_ERROR
operation failed
4.1.2.24 EMI_evtEventRegister()
COM_e_ERROR EMI_evtEventRegister(COM_t_BOARD_REF td_brdRef,
UINT32 dw_event,
COM_t_CBK pf_cbk,