NNS_G2dGetNewManagerInstance

C Specification

#include <nnsys/g2d/g2d_Oam.h>
BOOL NNS_G2dGetNewManagerInstance( 
             NNSG2dOamManagerInstance* pMan, 
             u16 from, 
             u16 to, 
             NNSG2dOamType type );

Arguments

pMan [OUT] OAM manager entity
from [IN] OAM management region-start index
to [IN] OAM management region-end index
type [IN] OAM type

Return Values

Success or failure

Description

Initializes the OAM Manager entity. This function must be called before making use of the OAM Manager itself. The value of "from" must be less than or equal to the value of "to". This function was kept in order to maintain compatibility with older versions. Use the NNS_G2dGetNewOamManagerInstance function instead.

See Also

NNS_G2dGetNewOamManagerInstance

NNS_G2dInitManagerInstanceAffine

Revision History

2004/05/28 Initial version.


CONFIDENTIAL