Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de3596a6 authored by Victor Berchet's avatar Victor Berchet
Browse files

Document CHRE_MESSAGE_TYPE_RPC

Bug: 308734918
Test: CHQTS testRpcServiceTest
Change-Id: Ifa38d38d0f1a6b45aef0fba73978870ace88fb68
parent c737d35e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@ public final class NanoAppMessage implements Parcelable {
     *
     * @param targetNanoAppId the ID of the nanoapp to send the message to
     * @param messageType the nanoapp-dependent message type
     *                    the value CHRE_MESSAGE_TYPE_RPC (0x7FFFFFF5) is reserved by the
     *                    framework for RPC messages
     * @param messageBody the byte array message contents
     *
     * @return the NanoAppMessage object