First commit
adding aas protocol
This commit is contained in:
@@ -18,7 +18,7 @@ public class AASMini {
|
|||||||
* @param ip IP Address of the AAS Mini
|
* @param ip IP Address of the AAS Mini
|
||||||
* @param port Port of the AAS Mini
|
* @param port Port of the AAS Mini
|
||||||
*/
|
*/
|
||||||
public AASMini(String ip , int port,){
|
public AASMini(String ip , int port){
|
||||||
this.targetIP = ip;
|
this.targetIP = ip;
|
||||||
this.targetPort = port;
|
this.targetPort = port;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user