CARD_Enable

C Specification

#include <nitro/card.h>

void CARD_Enable(BOOL enable);

Arguments

enable Configures permission to access NITRO-CARD
TRUE sets state to permit access; FALSE sets state to prohibit access.

Return Values

None.

Description

Changes the state, enabling or disabling access to NITRO-CARD. If the state prohibits access to NITRO-CARD, the program will forcedly halt when NITRO-CARD is accessed.
Access is prohibited in the initial state of a child program that has started from a wireless download.

Note

If you are going to use this function to enable access to NITRO-CARD, be sure to follow the stipulations in the Programming Guideline. Confirm that the procedure is correct before calling the function.


See Also

CARD_Init, CARD_IsEnabled

Revision History

12/15/2004 Initial version.