mirror of
https://github.com/eclipse/upm.git
synced 2025-03-18 22:47:28 +03:00
14 lines
223 B
OpenEdge ABL
14 lines
223 B
OpenEdge ABL
![]() |
%module pyupm_hm11
|
||
|
%include "../upm.i"
|
||
|
%include "carrays.i"
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
%{
|
||
|
#include "hm11.h"
|
||
|
speed_t int_B9600 = B9600;
|
||
|
%}
|
||
|
%include "hm11.h"
|
||
|
speed_t int_B9600 = B9600;
|
||
|
%array_class(char, charArray);
|