MB_CommGetParentState

C Specification

#include <nitro/mb.h>

int MB_CommGetParentState(u16 child);

Arguments

child aid that points to the child that gets the state.

Return Values

Returns one of the states indicated by MBCommPState.

Description

This function returns the parent state for the specified child.

See Also

MB_StartParent, MB_End

Revision History

08/09/2004 Initial version.