Files
upm/src/xbee/jsupm_xbee.i

12 lines
167 B
OpenEdge ABL
Raw Normal View History

%module jsupm_xbee
%include "../upm.i"
%include "carrays.i"
%include "std_string.i"
%{
#include "xbee.hpp"
%}
%include "xbee.hpp"
%array_class(char, charArray);