mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 02:10:02 +03:00
12 lines
163 B
OpenEdge ABL
12 lines
163 B
OpenEdge ABL
![]() |
%module jsupm_xbee
|
||
|
%include "../upm.i"
|
||
|
%include "carrays.i"
|
||
|
%include "std_string.i"
|
||
|
|
||
|
%{
|
||
|
#include "xbee.h"
|
||
|
%}
|
||
|
|
||
|
%include "xbee.h"
|
||
|
%array_class(char, charArray);
|