Class LegacyDigitsLogEvent
Data class for the LegacyDigitsLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged by an LPG when DTMF or MF digits are sent or received.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class LegacyDigitsLogEvent : LogEvent
Constructors
| Edit this page View SourceLegacyDigitsLogEvent()
Default constructor
Declaration
public LegacyDigitsLogEvent()
Properties
| Edit this page View Sourcedigits
Contains the digits that were sent or received. For DTMF digits this must contain only: "0" - "9", "#" and "". For MF digits this must contain only: "0" - "9", "#", "", "KP", "ST" or "STP". Required.
Declaration
public string digits { get; set; }
Property Value
Type | Description |
---|---|
string |
sentReceived
Must be set to either "sent" or "received". Required.
Declaration
public string sentReceived { get; set; }
Property Value
Type | Description |
---|---|
string |
type
Must be set to either "DTMF" or "MF". Required.
Declaration
public string type { get; set; }
Property Value
Type | Description |
---|---|
string |