Mtp3MgmtTerm

Terminates communication with the MTP3 task for this application.

Prototype

MTP3_STATUS Mtp3MgmtTerm ( U8 board)

Argument

Description

board

TX board number with which to terminate communication. Valid range is 1 through maxboard (currently 8).


Return values

Return value

Description

MTP3_SUCCESS

 

MTP3_BOARD

Invalid board number.

MTP3_HANDLE

Mtp3MgmtInit not called for the specified board.


Details

Call this function to free up resources when an application terminates or finishes communication with the MTP 3 task.

See also

Mtp3GenStatus, Mtp3MgmtInit