brmdoor_libnfc/brmdoor_nfc.i

14 lines
166 B
OpenEdge ABL

/* File : example.i */
%module brmdoor_nfc
%{
#include "brmdoor_nfc.h"
%}
%include std_string.i
%include std_except.i
%include stdint.i
%include "brmdoor_nfc.h"