public class SoftwareUpdate
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
UpdateStatus |
getUpdateStatus()
Gets the software update status object
|
void |
Update(SoftwareUpdateInfo softwareUpdateInfo)
Updates the software in the reader.
|
public UpdateStatus getUpdateStatus() throws InvalidUsageException, OperationFailureException
public void Update(SoftwareUpdateInfo softwareUpdateInfo) throws InvalidUsageException, OperationFailureException
softwareUpdateInfo - This parameter contains the FTP Server information from which to update.
This parameter contains the host name (FTP Server with location), user name and password of the FTP Server.
By default, the user name and password is "admin"InvalidUsageExceptionOperationFailureException - This exception is thrown when the parameter is invalid or not logged in