Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 2.65 KB

DistanceNotificationSubscription.md

File metadata and controls

23 lines (19 loc) · 2.65 KB

DistanceNotificationSubscription

Properties

Name Type Description Notes
CallbackReference *CallbackReference [default to null]
CheckImmediate bool Check location immediately after establishing notification. [default to null]
ClientCorrelator string A correlator that the client can use to tag this particular resource representation during a request to create a resource on the server. [optional] [default to null]
Count int32 Maximum number of notifications per individual address. For no maximum, either do not include this element or specify a value of zero. Default value is 0. [optional] [default to null]
Criteria *DistanceCriteria [default to null]
Distance float32 Distance between devices that shall be monitored. [default to null]
Duration int32 Period of time (in seconds) notifications are provided for. If set to “0” (zero), a default duration time, which is specified by the service policy, will be used. If the parameter is omitted, the notifications will continue until the maximum duration time, which is specified by the service policy, unless the notifications are stopped by deletion of subscription for notifications. [optional] [default to null]
Frequency int32 Maximum frequency (in seconds) of notifications per subscription (can also be considered minimum time between notifications). [default to null]
Link []Link Link to other resources that are in relationship with the resource. [optional] [default to null]
MonitoredAddress []string Contains addresses of devices to monitor (e.g., 'sip' URI, 'tel' URI, 'acr' URI) [default to null]
ReferenceAddress []string Indicates address of each device that will be used as reference devices from which the distances towards monitored devices indicated in the Addresses will be monitored (e.g., 'sip' URI, 'tel' URI, 'acr' URI) [optional] [default to null]
Requester string Identifies the entity that is requesting the information (e.g. "sip" URI, "tel" URI, "acr" URI) [optional] [default to null]
ResourceURL string Self referring URL [optional] [default to null]
TrackingAccuracy float32 Number of meters of acceptable error in tracking distance. [default to null]

[Back to Model list] [Back to API list] [Back to README]