Skip to content

Commit

Permalink
update header
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Jun 18, 2024
1 parent 38113c6 commit 4d80505
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/support/JniReferences.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@ class JniReferences
*/
jdouble DoubleToPrimitive(jobject boxedObject);

/**
* Get a primitive jshort from the Java boxed type Short, using shortValue().
*/
jshort ShortToPrimitive(jobject boxedShort);

CHIP_ERROR CreateArrayList(jobject & outList);

CHIP_ERROR AddToList(jobject list, jobject objectToAdd);
Expand Down

0 comments on commit 4d80505

Please sign in to comment.