summaryrefslogtreecommitdiffstats
path: root/core/java/com/authentec/TrueSuiteMobile/RelayReceiverService.aidl
blob: ac8c8af99f75644ceba516d203a1fcb311b1052a (plain)
1
2
3
4
5
6
7
package com.authentec.TrueSuiteMobile;
interface RelayReceiverService
{
    void sendCommand(String command, String args);
    String receiveEvent();
    void quit();
}