Class SoftwareUpdate
This class helps to perform software updates in the reader
Inheritance
System.Object
SoftwareUpdate
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class SoftwareUpdate
Properties
UpdateStatus
Gets the software update status object
Declaration
public UpdateStatus UpdateStatus { get; }
Property Value
| Type | Description |
|---|---|
| UpdateStatus |
Methods
Update(SoftwareUpdateInfo)
Updates the software in the reader
Declaration
public void Update(SoftwareUpdateInfo softwareUpdateInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| SoftwareUpdateInfo | 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" |
Remarks
This method updates the complete software update in the reader from the specified FTP location. This is only applicable for fixed reader (FX and XR). This functionality is not available for hand held reader (MC).
Exceptions
| Type | Condition |
|---|---|
| OperationFailureException | This exception is thrown when the parameter is invalid or not logged in |