Class RebootAnnc
Inheritance
object
RebootAnnc
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:rboA")]
public class RebootAnnc : AnnouncedMgmtResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
FactoryReset
Declaration
[JsonProperty("far")]
public bool? FactoryReset { get; set; }
Property Value
|
Edit this page
View Source
Reboot
Declaration
[JsonProperty("rbo")]
public bool? Reboot { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value