Class Node
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:nod")]
public class Node : AnnounceableResource
Properties
|
Edit this page
View Source
ActiveCmdhPolicy
Declaration
[JsonProperty("m2m:acmp")]
public ICollection<ActiveCmdhPolicy> ActiveCmdhPolicy { get; set; }
Property Value
|
Edit this page
View Source
AreaNwkDeviceInfo
Declaration
[JsonProperty("m2m:andi")]
public ICollection<AreaNwkDeviceInfo> AreaNwkDeviceInfo { get; set; }
Property Value
|
Edit this page
View Source
AreaNwkInfo
Declaration
[JsonProperty("m2m:ani")]
public ICollection<AreaNwkInfo> AreaNwkInfo { get; set; }
Property Value
|
Edit this page
View Source
Battery
Declaration
[JsonProperty("m2m:bat")]
public ICollection<Battery> Battery { 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
CmdhPolicy
Declaration
[JsonProperty("m2m:cmp")]
public ICollection<CmdhPolicy> CmdhPolicy { get; set; }
Property Value
|
Edit this page
View Source
DeviceCapability
Declaration
[JsonProperty("m2m:dvc")]
public ICollection<DeviceCapability> DeviceCapability { get; set; }
Property Value
|
Edit this page
View Source
DeviceInfo
Declaration
[JsonProperty("m2m:dvi")]
public ICollection<DeviceInfo> DeviceInfo { get; set; }
Property Value
|
Edit this page
View Source
EventLog
Declaration
[JsonProperty("m2m:evl")]
public ICollection<EventLog> EventLog { get; set; }
Property Value
|
Edit this page
View Source
Firmware
Declaration
[JsonProperty("m2m:fwr")]
public ICollection<Firmware> Firmware { get; set; }
Property Value
|
Edit this page
View Source
HostedCSELink
Declaration
[JsonProperty("hcl")]
public string HostedCSELink { get; set; }
Property Value
|
Edit this page
View Source
Memory
Declaration
[JsonProperty("m2m:mem")]
public ICollection<Memory> Memory { get; set; }
Property Value
|
Edit this page
View Source
NodeID
Declaration
[JsonProperty("ni")]
public string NodeID { get; set; }
Property Value
|
Edit this page
View Source
Reboot
Declaration
[JsonProperty("m2m:rbo")]
public ICollection<Reboot> Reboot { get; set; }
Property Value
|
Edit this page
View Source
SemanticDescriptor
Declaration
[JsonProperty("m2m:smd")]
public ICollection<SemanticDescriptor> SemanticDescriptor { get; set; }
Property Value
|
Edit this page
View Source
Software
Declaration
[JsonProperty("m2m:swr")]
public ICollection<Software> Software { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value
|
Edit this page
View Source
TrafficPattern
Declaration
[JsonProperty("m2m:trpt")]
public ICollection<TrafficPattern> TrafficPattern { get; set; }
Property Value