mirror of
https://github.com/eclipse/upm.git
synced 2025-07-09 21:31:12 +03:00
java: solved some SWIGTYPE issues
Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com> Conflicts: src/mma7455/mma7455.cxx src/mma7455/mma7455.h
This commit is contained in:

committed by
Mihai Tudor Panu

parent
ff42bd390f
commit
6cbddff31a
@ -215,10 +215,11 @@ namespace upm {
|
||||
/**
|
||||
* Returns a unique ID.
|
||||
* Must be in the root mode.
|
||||
* Maintained to preserve compatibility with older code.
|
||||
*
|
||||
* @param buf Buffer to hold the returned UID. Must be UID_LENGTH bytes.
|
||||
* @result buf Buffer to hold the UID. Must be UID_LENGTH bytes.
|
||||
*/
|
||||
void getUID(uint8_t* buffer);
|
||||
uint8_t *getUID();
|
||||
|
||||
/**
|
||||
* Returns the memory size
|
||||
|
Reference in New Issue
Block a user