Show / Hide Table of Contents

    Interface ITelephonyDatum

    Inherited Members
    IDatum.Id
    IDatum.DeviceId
    IDatum.Timestamp
    IDatum.ProtocolId
    IDatum.ParticipantId
    IDatum.DeviceManufacturer
    IDatum.DeviceModel
    IDatum.OperatingSystem
    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
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX