Package | Description |
---|---|
com.universaldevices.autoupdate | |
com.universaldevices.upnp |
Modifier and Type | Method and Description |
---|---|
void |
IUpdaterClient.configureNetwork(IUpdateHandler dev,
NetworkConfig current,
NetworkConfig backup) |
void |
IUpdaterClient.initiateDeviceReboot(IUpdateHandler dev,
java.lang.String codeName) |
static boolean |
UDUpdater.update(IUpdateHandler dev,
java.util.zip.ZipFile zip,
boolean is_sysload,
IUpdaterClient view)
Updates ISY's files/directories based on the given ZIP file
|
static boolean |
UDUpdater.updateProgram(java.io.InputStream is,
int size,
java.lang.String name,
IUpdateHandler dev,
IUpdaterClient view)
This method prepares the ISY to receive a file and write it to the given path
|
Modifier and Type | Class and Description |
---|---|
class |
UDProxyDevice
The
UDProxyDevice is the proxy between the client
and ISY. |