NNS_G2dGetOamAttrCapacity

C Specification

#include <nnsys/g2d/g2d_Oam.h>
u16 NNS_G2dGetOamAttrCapacity( NNSG2dOamManagerInstance* pMan );

Arguments

pMan [IN] OAM manager entity

Return Values

The number of usable OBJs.

Description

Gets the number of OBJs that can be used by the OAM Manager. The name of this function has changed to NNS_G2dGetOamManagerOamCapacity(). To maintain compatibility, the previous function was kept under a different name.

See Also

NNS_G2dGetOamManagerOamCapacity NNS_G2dEntryOamManagerOam

Revision History

08/02/2004 Renamed function.
05/28/2004 Initial version.