Class MemoryAnnc
Inheritance
object
MemoryAnnc
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:memA")]
public class MemoryAnnc : AnnouncedMgmtResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
MemAvailable
Declaration
[JsonProperty("mma")]
public ulong? MemAvailable { get; set; }
Property Value
|
Edit this page
View Source
MemTotal
Declaration
[JsonProperty("mmt")]
public ulong? MemTotal { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value