Passes a general configuration to the monitor task.
MON_STATUS MonSetGenCfg ( U8 board, MonGenCfg *pGenCfg )
|
Argument |
Description |
|
board |
TX board number on which the desired monitor task resides. |
|
pGenCfg |
Pointer to the MonGenCfg structure to send to the board: typedef struct _MonGenCfg |
|
Return value |
Description |
|
MON_BOARD |
Board number out of range. |
|
MON_DRIVER |
CPI driver returned an error. |
|
MON_HANDLE |
Board not previously initialized. |
|
MON_LINKTYPE |
Invalid link or switch type. |
|
MON_PARAM |
Invalid parameter. |
|
MON_RESPONSE |
Wrong response from board. |
|
MON_SUCCESS |
|
|
MON_TIMEOUT |
No response from board. |