Class RadioConfigUpdate
This class helps to perform radio config OEM update in the reader
Inheritance
System.Object
RadioConfigUpdate
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 RadioConfigUpdate
Properties
UpdateStatus
Status of Firmware or Software Update
Declaration
public UpdateStatus UpdateStatus { get; }
Property Value
| Type | Description |
|---|---|
| UpdateStatus |
Methods
Update(String)
Updates the reader radio config
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 OEM config data 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 |