Show / Hide Table of Contents

    Interface ISmsDatum

    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 ISmsDatum : IDatum

    Properties

    FromNumber

    Declaration
    string FromNumber { get; set; }
    Property Value
    Type Description
    System.String

    Message

    Declaration
    string Message { get; set; }
    Property Value
    Type Description
    System.String

    ParticipantIsSender

    Declaration
    bool ParticipantIsSender { get; set; }
    Property Value
    Type Description
    System.Boolean

    ToNumber

    Declaration
    string ToNumber { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX