libpcsclite API file descriptor for p olling?
Arnaud Loonstra <[email protected]>
| Newsgroups | gmane.comp.lib.muscle |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I was going through the internals of libpcsclite and as I noticed it uses IPC to communicate with the daemon I was wondering if it is possible to retrieve the socket's fd to add it to a poller? I noticed MessageReceive() in wincard_msg.c:449 is already using select (469) Is this possible through the current API? Rg, Arnaud