Class BatteryAnnc
Inheritance
object
BatteryAnnc
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:batA")]
public class BatteryAnnc : AnnouncedMgmtResource
Properties
|
Edit this page
View Source
BatteryLevel
Declaration
[JsonProperty("btl")]
public uint? BatteryLevel { get; set; }
Property Value
|
Edit this page
View Source
BatteryStatus
Declaration
[JsonProperty("bts")]
public BatteryStatus? BatteryStatus { get; set; }
Property Value
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value