Class SoftwareUpdateInfo
This class contains parameters required for the software update
Inheritance
System.Object
SoftwareUpdateInfo
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 SoftwareUpdateInfo
Constructors
SoftwareUpdateInfo()
constructor
Declaration
public SoftwareUpdateInfo()
SoftwareUpdateInfo(String, String, String)
Overloaded constructor takes the hostname, username and password
Declaration
public SoftwareUpdateInfo(string hostName, string userName, string password)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | hostName | Location from where update is to be done (FTP/FTPS/SCP). |
| System.String | userName | Valid user name |
| System.String | password | Valid password |
Properties
HostName
Gets or sets the host name
Declaration
public string HostName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Password
Gets or sets the password
Declaration
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserName
Gets or sets the user name
Declaration
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |