Ethernet Module Interface (EMI)
– API Description
Copyright IXXAT Automation GmbH
66
IEM Manual, 1.5
o_blocking is TRUE, otherwise the application has to query for the response
by means of EMI_cmdCommandRespQuery.
Remarks
-
Parameter
Dir.
Description
td_brdRef
IN
unique IEM reference
dw_event
IN
event the application is interested
o_blocking
IN
blocking/non-blocking execution in.
Return Value
Description
COM_k_OK
event callback removed successfully
COM_k_INVALID_BOARD
invalid IEM reference
COM_k_INVALID_STATE
routine called in invalid state
COM_k_ERROR
parameter error
4.1.2.26 EMI_evtEventCheck()
COM_e_ERROR EMI_evtEventCheck(COM_t_BOARD_REF td_brdRef, UINT32 *pdw_event);
Description
This function reads the next event of the event queue and calls the associated
callback function of the application. EMI_evtEventCheck has to be called peri-
odically by the application.
Parameter
Dir.
Description
td_brdRef
IN
unique IEM reference
pdw_event
OUT
event signaled to the application
Return Value
Description
COM_k_OK
event received from the queue or the event queue is empty
COM_k_INVALID_STATE
routine called in invalid state
COM_k_INVALID_BOARD
invalid IEM reference
COM_k_ERROR
error from CCI
4.1.2.27 EMI_srvRemoteConnOpen()
COM_e_ERROR EMI_srvRemoteConnOpen(COM_t_BOARD_REF td_brdRef,
COM_t_SERVICE_DATA *ps_request,