Class AllJoynMethodCall
Inheritance
object
AllJoynMethodCall
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("ajmc")]
public class AllJoynMethodCall : FlexContainerResource
Properties
|
Edit this page
View Source
CallStatus
Declaration
[JsonProperty("clst")]
public string CallStatus { 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
Declaration
[JsonProperty("inp")]
public string Input { get; set; }
Property Value
|
Edit this page
View Source
Output
Declaration
[JsonProperty("out")]
public string Output { 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
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value