#include <nitro/card.h>
void CARD_Enable(BOOL enable);
enable | Configures permission to access NITRO-CARDTRUE sets state to permit access; FALSE sets state to prohibit access. |
None.
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.
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.
12/15/2004 Initial version.