mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-07 08:04:06 +02:00
13 lines
149 B
OpenEdge ABL
13 lines
149 B
OpenEdge ABL
%module nfc_smartcard
|
|
|
|
%{
|
|
#include "nfc_smartcard.h"
|
|
%}
|
|
|
|
%include std_string.i
|
|
%include std_except.i
|
|
%include stdint.i
|
|
|
|
%include "nfc_smartcard.h"
|
|
|
|
|