upm.i: treat upm_result_t like an int in SWIG

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson 2016-12-20 10:17:40 -07:00
parent 3c93eba4af
commit 5eb8af6d70

View File

@ -5,6 +5,7 @@
%apply int { speed_t };
%apply int { mraa_result_t };
%apply int { mraa::Result };
%apply int { upm_result_t };
#if (SWIG_JAVASCRIPT_V8)
%{