Class AreaNwkDeviceInfo
Inheritance
object
AreaNwkDeviceInfo
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:andi")]
public class AreaNwkDeviceInfo : MgmtResource
Properties
|
Edit this page
View Source
AreaNwkId
Declaration
[JsonProperty("awi")]
public string AreaNwkId { 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
DevID
Declaration
[JsonProperty("dvd")]
public string DevID { get; set; }
Property Value
|
Edit this page
View Source
DevStatus
Declaration
[JsonProperty("ss")]
public string DevStatus { get; set; }
Property Value
|
Edit this page
View Source
DevType
Declaration
[JsonProperty("dvt")]
public string DevType { get; set; }
Property Value
|
Edit this page
View Source
ListOfNeighbors
Declaration
[JsonProperty("lnh")]
public ICollection<string> ListOfNeighbors { get; set; }
Property Value
|
Edit this page
View Source
SleepDuration
Declaration
[JsonProperty("sld")]
public long? SleepDuration { get; set; }
Property Value
|
Edit this page
View Source
SleepInterval
Declaration
[JsonProperty("sli")]
public long? SleepInterval { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value