#include <nnsys/g3d/util.h>
const u8*
NNS_G3dGetParentNodeID(
int* parentID,
const u8* sbc,
u32 nodeID
);
parentID | Parent ID |
sbc | Pointer to the SBC code string |
nodeID | The node ID |
Returns the pointer to the NODEDESC
command that configures nodeID
.
Stores the ID of the node that will be the parent of nodeID
in *parentID
. The return value is the pointer to the NODEDESC
command that configures nodeID
. If no parent ID is found, a NULL
is returned and the *parentID
does not change.
2004/08/02 Initial version.
CONFIDENTIAL