Class SendCallRequests
Data class for the SendCallRequests API call to a Test Call Generator. See Sections 4.6.17.1 and E.6.1 of NENA-STA-010.3.
Inherited Members
Namespace: TestCall
Assembly: Ng911Lib.dll
Syntax
public class SendCallRequests
Constructors
| Edit this page View SourceSendCallRequests()
Default constructor
Declaration
public SendCallRequests()
Properties
| Edit this page View SourcediscrepancyRateLimit
Max number of Discrepancy Reports per hour. Required.
Declaration
public int discrepancyRateLimit { get; set; }
Property Value
Type | Description |
---|---|
int |
endDate
When to stop sending test calls. Must be in the NENA Timestamp format specified in Section 2.3 of NENA-STA-010.3. Required.
Declaration
public string endDate { get; set; }
Property Value
Type | Description |
---|---|
string |
frequency
Minutes between test call send. Required.
Declaration
public int frequency { get; set; }
Property Value
Type | Description |
---|---|
int |
location
PIDF-LO used for location of test calls. Required.
Declaration
public string location { get; set; }
Property Value
Type | Description |
---|---|
string |
psapId
Agency Identifier of the PSAP that wishes to have test calls sent to it. Required.
Declaration
public string psapId { get; set; }
Property Value
Type | Description |
---|---|
string |
startDate
When to start sending test calls. Must be in the NENA Timestamp format specified in Section 2.3 of NENA-STA-010.3. Required.
Declaration
public string startDate { get; set; }
Property Value
Type | Description |
---|---|
string |
testConditions
PrrTest conditions for the test.
Declaration
public PrrTest testConditions { get; set; }
Property Value
Type | Description |
---|---|
PrrTest |