Files
vsmartcard/TCardEmulator/inc/sap_app.h
Jan-Christopher Pien 9c758ffda0 Authentication for ACardEmulator/TCardEmulator
secure sending and with high priority
2016-11-30 08:29:37 +01:00

11 lines
209 B
C

#ifndef __sap_H__
#define __sap_H__
#include <nfc.h>
void send_apdu_response(nfc_se_h handle, unsigned char *resp, unsigned int resp_len);
extern gboolean agent_connected;
#endif /* __tcardemulator_H__ */