OSDN Git Service

1f8ec3bd50f6a0e65b0220950ea157e08d356cca
[gokigen/FujiCam.git] / app / src / main / java / net / osdn / gokigen / cameratest / fuji / statuses / IFujiStatus.java
1 package net.osdn.gokigen.cameratest.fuji.statuses;
2
3 public interface IFujiStatus
4 {
5     int getValue(int statusId);
6
7     boolean isFocusLocked();
8     int getBatteryLevel();
9 }