Passes a link configuration structure to the monitor task.
MON_STATUS MonSetLinkCfg ( U8 board, MonLinkCfg *plinkCfg )
Argument |
Description |
board |
TX board number on which the desired monitor task resides. |
plinkCfg |
Pointer to the MonLinkCfg structure to send to the board: typedef struct |
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. |