Show / Hide Table of Contents

    Class MessageStatusReport

    Class with message status report

    Inheritance
    System.Object
    MessageStatusReport
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Eclo.nF.SIM800H
    Assembly: cs.temp.dll.dll
    Syntax
    public class MessageStatusReport

    Properties

    DelieveredTimeStamp

    Declaration
    public DateTime DelieveredTimeStamp { get; set; }
    Property Value
    Type Description
    System.DateTime

    FO

    Declaration
    public int FO { get; set; }
    Property Value
    Type Description
    System.Int32

    MessageReference

    Declaration
    public int MessageReference { get; set; }
    Property Value
    Type Description
    System.Int32

    ReceivingNumber

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

    ServiceCenterTimeStamp

    Declaration
    public DateTime ServiceCenterTimeStamp { get; set; }
    Property Value
    Type Description
    System.DateTime

    ST

    Declaration
    public int ST { get; set; }
    Property Value
    Type Description
    System.Int32

    TORA

    Declaration
    public int TORA { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Copyright © 2018 Eclo Solutions
    Generated by DocFX