mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
java: in methods taking buffers as arguments, changed buffer type from short[] to byte[]
Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
f6c56be5e4
commit
3d74ea9820
@ -1,8 +1,12 @@
|
||||
%module javaupm_pn532
|
||||
%include "../upm.i"
|
||||
%include "typemaps.i"
|
||||
%include "arrays_java.i"
|
||||
|
||||
%apply unsigned char[] {uint8_t *};
|
||||
%apply signed char[] {uint8_t *};
|
||||
%apply unsigned char *INOUT {uint8_t *responseLength};
|
||||
%apply unsigned char *OUTPUT {uint8_t *uidLength};
|
||||
|
||||
%ignore i2cContext;
|
||||
|
||||
%{
|
||||
|
Reference in New Issue
Block a user