Class LocationRequest
Class for the locationRequest HELD request. See RFC 5985 HTTP-Enabled Location Delivery (HELD)
Inherited Members
Namespace: Held
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class LocationRequest
Constructors
| Edit this page View SourceLocationRequest()
Default constructor.
Declaration
public LocationRequest()
Fields
| Edit this page View Sourcedevice
Specifies a device that the location request applies to. See RFC 6155.
Declaration
public HeldDevice device
Field Value
Type | Description |
---|---|
HeldDevice |
locationType
Specifies the location type for the request.
Declaration
public LocationType locationType
Field Value
Type | Description |
---|---|
LocationType |
responseTime
Specifies the response time being requested. Allowable values are "emergencyRouting", "emergencyDispatch" or a number of milliseconds greater that 0.
Declaration
public string responseTime
Field Value
Type | Description |
---|---|
string |