Class AreaNwkInfoAnnc
Inheritance
object
AreaNwkInfoAnnc
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:aniA")]
public class AreaNwkInfoAnnc : AnnouncedMgmtResource
Properties
|
Edit this page
View Source
AreaNwkType
Declaration
[JsonProperty("ant")]
public string AreaNwkType { 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
LinkState
Declaration
[JsonProperty("lst")]
public bool LinkState { get; set; }
Property Value
|
Edit this page
View Source
ListOfDevices
Declaration
[JsonProperty("ldv")]
public ICollection<string> ListOfDevices { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value