1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-30 03:27:34 +01:00
2015-04-06 20:58:35 +02:00

13 lines
331 B
Java

package nodomain.freeyourgadget.gadgetbridge.protocol;
import nodomain.freeyourgadget.gadgetbridge.GBDeviceApp;
public class GBDeviceCommandAppInfo extends GBDeviceCommand {
public GBDeviceApp apps[];
public byte freeSlot = -1;
public GBDeviceCommandAppInfo() {
commandClass = CommandClass.APP_INFO;
}
}