Mtp3MgmtInit

Initializes internal structures and opens communication with the MTP 3 process on the TX board.

Prototype

MTP3_STATUS Mtp3MgmtInit ( U8 board, U8 srcEnt, U8 srcInst)

Argument

Description

board

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

srcEnt

Source entity ID.

srcInst

Source instance ID.


Return values

Return value

Description

MTP3_SUCCESS

 

MTP3_BOARD

Invalid board number.

MTP3_DRIVER

Low level driver returned an error trying to open the specified dual port RAM channel.


Details

Call this function before calling any other management functions. The source entity ID must be from 0x20 through 0x31 and unique for each application accessing the MTP 3 (or other) task.

Note: An application that opens the management and data functions must use different entity IDs for Mtp3GenStatus calls.

See also

Mtp3MgmtTerm