Commit 39facf67 authored by Sebastian Hans's avatar Sebastian Hans
Browse files

CR 51 SET(22)000062/SETTEST(22)071026r1

-Add definition of envelopeEventProactiveHandlerAvailable()
parent 75725089
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -224,4 +224,12 @@ public interface UiccToolkitService {
     *  "D6 07 99 01 13 82 02 82 81"
     */
    public APDUResponse envelopeEventDownloadHCIConnectivity();

    /**
     * perform an Envelope Event to trigger EVENT_PROACTIVE_HANDLER_AVAILABLE.
     * @return APDUResponse Object
     *  Send the following string :
     *  FFS - define the value to be sent
     */
    public APDUResponse envelopeEventProactiveHandlerAvailable();
}