Class FirmwareAnnc
Inheritance
object
FirmwareAnnc
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:fwrA")]
public class FirmwareAnnc : AnnouncedMgmtResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
FirmwareName
Declaration
[JsonProperty("fwn")]
public string FirmwareName { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value
|
Edit this page
View Source
URL
Declaration
[JsonProperty("url")]
public string URL { get; set; }
Property Value
|
Edit this page
View Source
Update
Declaration
[JsonProperty("ud")]
public bool? Update { get; set; }
Property Value
|
Edit this page
View Source
UpdateStatus
Declaration
[JsonProperty("uds")]
public ActionStatus UpdateStatus { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[JsonProperty("vr")]
public string Version { get; set; }
Property Value