MonClearFilters

Clears a filter configuration in the monitor task that was previously set on one or all links.

Prototype

MON_STATUS MonClearFilters ( U8 board, S16 linkNo )

Argument

Description

board

TX board number on which the desired monitor task resides.

linkNo

Link number from the configuration file. If this parameter is set to MON_ALL_LINKS, the filters for all links are cleared.


Return values

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.


See also

MonSetFilter