mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
15 lines
266 B
OpenEdge ABL
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) |