OSDN Git Service

NIKON対応途中。
[gokigen/A01d.git] / app / src / main / java / net / osdn / gokigen / a01d / camera / ptpip / wrapper / command / IPtpIpResponseReceiver.java
1 package net.osdn.gokigen.a01d.camera.ptpip.wrapper.command;
2
3 public interface IPtpIpResponseReceiver
4 {
5     void response(int id, int responseCode);
6 }