

#include <nitro/spi.h>typedef void ( *MICCallback )(
MICResult result,
void* arg );
| result | The MICResult enumerated type that shows the asynchronous processing result. |
| arg | Argument specified when calling an asynchronous function. |
None.
This is the form of the user callback function that is called upon completion of the asynchronous process that gets started by functions which operate the microphone asynchronously.
The MICResult-type processing result is passed to the result argument, and the argument that was specified when calling the asynchronous function is passed to the arg argument.
2004/06/01 Initial version.
CONFIDENTIAL