Add timeout parameter to nfc_emulate_target() function.

Fixes issue 219.

Thanks to raidolinja.
This commit is contained in:
Romuald Conty 2013-01-30 00:10:24 +01:00
parent b675db73be
commit cd2b03a08a
6 changed files with 34 additions and 10 deletions

View file

@ -55,7 +55,7 @@ extern "C" {
void *data;
};
NFC_EXPORT int nfc_emulate_target(nfc_device *pnd, struct nfc_emulator *emulator);
NFC_EXPORT int nfc_emulate_target(nfc_device *pnd, struct nfc_emulator *emulator, const int timeout);
#ifdef __cplusplus
}