Interface ITelephonyDatum
Inherited Members
Namespace: Sensus.Probes.Communication
Assembly: Sensus.Shared.NuGet.dll
Syntax
public interface ITelephonyDatum : IDatum
Properties
CallDurationSeconds
Declaration
Nullable<double> CallDurationSeconds { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
PhoneNumber
Declaration
string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
State
Declaration
TelephonyState State { get; set; }
Property Value
Type | Description |
---|---|
TelephonyState |