Class DeviceInfoAnnc
Inheritance
object
DeviceInfoAnnc
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:dviA")]
public class DeviceInfoAnnc : AnnouncedMgmtResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
DeviceLabel
Declaration
[JsonProperty("dlb")]
public string DeviceLabel { get; set; }
Property Value
|
Edit this page
View Source
DeviceType
Declaration
[JsonProperty("dty")]
public string DeviceType { get; set; }
Property Value
|
Edit this page
View Source
FwVersion
Declaration
[JsonProperty("fwv")]
public string FwVersion { get; set; }
Property Value
|
Edit this page
View Source
HwVersion
Declaration
[JsonProperty("hwv")]
public string HwVersion { get; set; }
Property Value
|
Edit this page
View Source
Manufacturer
Declaration
[JsonProperty("man")]
public string Manufacturer { get; set; }
Property Value
|
Edit this page
View Source
Model
Declaration
[JsonProperty("mod")]
public string Model { 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
SwVersion
Declaration
[JsonProperty("swv")]
public string SwVersion { get; set; }
Property Value