13 lines
199 B
OpenEdge ABL
13 lines
199 B
OpenEdge ABL
|
|
%module javaupm_hm11
|
||
|
|
%include "../upm.i"
|
||
|
|
%include "carrays.i"
|
||
|
|
|
||
|
|
%{
|
||
|
|
#include "hm11.h"
|
||
|
|
speed_t int_B9600 = B9600;
|
||
|
|
%}
|
||
|
|
|
||
|
|
%include "hm11.h"
|
||
|
|
speed_t int_B9600 = B9600;
|
||
|
|
%array_class(char, charArray);
|