Class LocationPolicy
Inheritance
object
LocationPolicy
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:lcp")]
public class LocationPolicy : AnnounceableResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
LocationContainerID
Declaration
[JsonProperty("loi")]
public string LocationContainerID { get; set; }
Property Value
|
Edit this page
View Source
LocationContainerName
Declaration
[JsonProperty("lon")]
public string LocationContainerName { get; set; }
Property Value
|
Edit this page
View Source
LocationServer
Declaration
[JsonProperty("lor")]
public string LocationServer { get; set; }
Property Value
|
Edit this page
View Source
LocationSource
Declaration
[JsonProperty("los")]
public LocationSource? LocationSource { get; set; }
Property Value
|
Edit this page
View Source
LocationStatus
Declaration
[JsonProperty("lost")]
public string LocationStatus { get; set; }
Property Value
|
Edit this page
View Source
LocationTargetID
Declaration
[JsonProperty("lot")]
public string LocationTargetID { get; set; }
Property Value
|
Edit this page
View Source
LocationUpdatePeriod
Declaration
[JsonProperty("lou")]
public TimeSpan? LocationUpdatePeriod { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value