I need it because after the boot my application checks the presence of a
file into the SD card.
It happens that with some SD cards (usually SD cards FAT32 formatted) the
file is not read.
Just to avoid to wait for too much time i'd like to wait only if a card is
inserted ...
--
SteM
--
Regards,
Prabu
http://prabukumar.wordpress.com/
www.e-consystems.com
"SteM" <x...@yyy.zzz> wrote in message
news:%23R21DyZ$KHA....@TK2MSFTNGP06.phx.gbl...
"Prabu[MCTS]" <prab...@gmail.com> ha scritto nel messaggio
news:epS2B8Z$KHA....@TK2MSFTNGP02.phx.gbl...
But if you want to get the only CD event in the application means,you can
create a named event in your SDHC driver and set that event when you get the
Card detect interrupt.Open the same event in the application and wait for
that event from the driver.
--
Regards,
Prabu
http://prabukumar.wordpress.com/
www.e-consystems.com
"SteM" <x...@yyy.zzz> wrote in message
news:eqKziNa$KHA....@TK2MSFTNGP02.phx.gbl...
Now if your device vendor has provided a way to read the pin (which would
also be through a Win32 API), then go ahead and do that. With that said,
having a card present does not mean that you have a memory card, or that the
card has been mounted.
--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT Eurotech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
Eurotech Inc.
www.Eurotech.com
"SteM" <x...@yyy.zzz> wrote in message
news:eqKziNa$KHA....@TK2MSFTNGP02.phx.gbl...