MB_CommGetParentState


C Specification

#include <nitro/mb.h>

int MB_CommGetParentState( u16 child );
    

Description

This function returns the parent state for the specified child.

Arguments

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

Return Values

This function returns the state indicated by MBCommPState.

See Also

MB_StartParent, MB_End

Revision History

08/09/2004 Initial version