Class ApplicationStatusReport
Inheritance
ApplicationStatusReport
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class ApplicationStatusReport : BasePdu<ApplicationStatusReport>, IEquatable<ApplicationStatusReport>
Constructors
ApplicationStatusReport(ApplicationStatusReport)
Declaration
public ApplicationStatusReport([NotNull] ApplicationStatusReport other)
Parameters
Properties
appid
The ID of the application record representing this software.
Declaration
public long appid { get; set; }
Property Value
deviceid
The ID of the device this software is running on.
Declaration
public long deviceid { get; set; }
Property Value
entries
Declaration
public IList<ApplicationStatus> entries { get; set; }
Property Value
etag
The latest ETag this application is synchronized with.
Declaration
public int etag { get; set; }
Property Value
Methods
ToJson(Boolean)
Declaration
protected override string ToJson(bool sending)
Parameters
Type |
Name |
Description |
Boolean |
sending |
|
Returns
Overrides
PKWARE.Smartcrypt.Protocol.BasePdu<PKWARE.Smartcrypt.Protocol.ApplicationStatusReport>.ToJson(System.Boolean)
Implements