🖇️Connection
//The ip is provided to the user by the OWO App
OWO.Connect(ip);OWO.AutoConnect();OWO.Disconnect();OWO.StartScan();OWO.Connect(ip1, ip2, ip3...);
//or, if you have scanned previously:
OWO.Connect(OWO.DiscoveredApps);Last updated
//The ip is provided to the user by the OWO App
OWO.Connect(ip);OWO.AutoConnect();OWO.Disconnect();OWO.StartScan();OWO.Connect(ip1, ip2, ip3...);
//or, if you have scanned previously:
OWO.Connect(OWO.DiscoveredApps);Last updated