Files
upm/src/hm11/javaupm_hm11.i

15 lines
266 B
OpenEdge ABL

%module javaupm_hm11
%include "../upm.i"
%include "carrays.i"
%include "../java_buffer.i"
%{
#include "hm11.hpp"
speed_t int_B9600 = B9600;
%}
%include "hm11.hpp"
speed_t int_B9600 = B9600;
%array_class(char, charArray);
JAVA_JNI_LOADLIBRARY(javaupm_hm11)