Class Application
Inheritance
object
Application
Namespace: Aetheros.OneM2M.Api.Registration
Assembly: Aetheros.OneM2M.Api.dll
Syntax
[Serializable]
[JsonObject("device")]
public class Application
Properties
| Edit this page View SourceAeId
Declaration
[JsonProperty("wanaddr")]
public string? AeId { get; set; }
Property Value
Type | Description |
---|---|
string |
TokenId
Declaration
[JsonProperty("tokenid")]
public string? TokenId { get; set; }
Property Value
Type | Description |
---|---|
string |