Class NodeAnnc
Inheritance
object
NodeAnnc
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:nodA")]
public class NodeAnnc : AnnouncedResource
Properties
|
Edit this page
View Source
AreaNwkDeviceInfoAnnc
Declaration
[JsonProperty("m2m:andiA")]
public ICollection<AreaNwkDeviceInfoAnnc> AreaNwkDeviceInfoAnnc { get; set; }
Property Value
|
Edit this page
View Source
AreaNwkInfoAnnc
Declaration
[JsonProperty("m2m:aniA")]
public ICollection<AreaNwkInfoAnnc> AreaNwkInfoAnnc { get; set; }
Property Value
|
Edit this page
View Source
BatteryAnnc
Declaration
[JsonProperty("m2m:batA")]
public ICollection<BatteryAnnc> BatteryAnnc { 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
DeviceCapabilityAnnc
Declaration
[JsonProperty("m2m:dvcA")]
public ICollection<DeviceCapabilityAnnc> DeviceCapabilityAnnc { get; set; }
Property Value
|
Edit this page
View Source
DeviceInfoAnnc
Declaration
[JsonProperty("m2m:dviA")]
public ICollection<DeviceInfoAnnc> DeviceInfoAnnc { get; set; }
Property Value
|
Edit this page
View Source
EventLogAnnc
Declaration
[JsonProperty("m2m:evlA")]
public ICollection<EventLogAnnc> EventLogAnnc { get; set; }
Property Value
|
Edit this page
View Source
FirmwareAnnc
Declaration
[JsonProperty("m2m:fwrA")]
public ICollection<FirmwareAnnc> FirmwareAnnc { 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
MemoryAnnc
Declaration
[JsonProperty("m2m:memA")]
public ICollection<MemoryAnnc> MemoryAnnc { 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
RebootAnnc
Declaration
[JsonProperty("m2m:rboA")]
public ICollection<RebootAnnc> RebootAnnc { 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
SemanticDescriptorAnnc
Declaration
[JsonProperty("m2m:smdA")]
public ICollection<SemanticDescriptorAnnc> SemanticDescriptorAnnc { get; set; }
Property Value
|
Edit this page
View Source
SoftwareAnnc
Declaration
[JsonProperty("m2m:swrA")]
public ICollection<SoftwareAnnc> SoftwareAnnc { 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
TrafficPatternAnnc
Declaration
[JsonProperty("m2m:trptA")]
public ICollection<TrafficPatternAnnc> TrafficPatternAnnc { get; set; }
Property Value