Class RadioFirmwareUpdate
This class helps to perform radio firmware update in the reader
Inheritance
System.Object
RadioFirmwareUpdate
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 RadioFirmwareUpdate
Properties
UpdateStatus
Status of Firmware or Software Update
Declaration
public UpdateStatus UpdateStatus { get; }
Property Value
| Type | Description |
|---|---|
| UpdateStatus |
Methods
Update(String)
Updates the reader firmware
Declaration
public void Update(string fileName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | fileName | Specifies the file name with fully qualified path to update from |
Remarks
This method updates the Radio firmware of the reader. This is applicable for the MC Reader Type (Hand held reader) and not applicable for the Fixed Readers.
Exceptions
| Type | Condition |
|---|---|
| OperationFailureException | This exception is thrown when the parameter is invalid or not logged in |