Class DeviceCapabilityAnnc
Inheritance
object
DeviceCapabilityAnnc
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:dvcA")]
public class DeviceCapabilityAnnc : AnnouncedMgmtResource
Properties
|
Edit this page
View Source
Attached
Declaration
[JsonProperty("att")]
public bool? Attached { get; set; }
Property Value
|
Edit this page
View Source
CapabilityActionStatus
Declaration
[JsonProperty("cas")]
public ActionStatus CapabilityActionStatus { get; set; }
Property Value
|
Edit this page
View Source
CapabilityName
Declaration
[JsonProperty("can")]
public string CapabilityName { 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
CurrentState
Declaration
[JsonProperty("cus")]
public bool? CurrentState { get; set; }
Property Value
|
Edit this page
View Source
Disable
Declaration
[JsonProperty("dis")]
public bool? Disable { get; set; }
Property Value
|
Edit this page
View Source
Enable
Declaration
[JsonProperty("ena")]
public bool? Enable { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value