Class UpdateStatus
Represents the software update status
Inheritance
System.Object
UpdateStatus
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 UpdateStatus
Properties
Percentage
Gets the how much percentage completed
Declaration
public uint Percentage { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
UpdateInfo
Gets the partition name
Declaration
public string UpdateInfo { get; }
Property Value
| Type | Description |
|---|---|
| System.String |