#include <nnsys/g2d/g2d_Oam.h>
BOOL NNS_G2dGetNewManagerInstance(
NNSG2dOamManagerInstance* pMan,
u16 from,
u16 to,
NNSG2dOamType type );
pMan |
[OUT] OAM manager entity |
from |
[IN] OAM management region-start index |
to |
[IN] OAM management region-end index |
|
[IN] OAM type |
Success or failure
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.
NNS_G2dGetNewOamManagerInstance
NNS_G2dInitManagerInstanceAffine
2004/05/28 Initial version.
CONFIDENTIAL