OSDN Git Service

PTPIP系の接続シーケンスで、IPアドレスの特定タイミングを変更する。
[gokigen/PKRemote.git] / app / src / main / java / net / osdn / gokigen / pkremote / camera / vendor / ptpip / wrapper / command / IPtpIpCommunication.java
index 163db1d..a9c0fd5 100644 (file)
@@ -1,7 +1,9 @@
 package net.osdn.gokigen.pkremote.camera.vendor.ptpip.wrapper.command;
 
+import androidx.annotation.NonNull;
+
 public interface IPtpIpCommunication
 {
-    boolean connect();
+    boolean connect(@NonNull String ipAddress, int portNumber);
     void disconnect();
 }