Show / Hide Table of Contents

    Class AtCommandResult

    Result of the execution of an AT command.

    Inheritance
    System.Object
    AtCommandResult
    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 AtCommandResult

    Constructors

    AtCommandResult(ReturnedState)

    Declaration
    public AtCommandResult(ReturnedState state)
    Parameters
    Type Name Description
    ReturnedState state

    AtCommandResult(ReturnedState, String)

    Declaration
    public AtCommandResult(ReturnedState state, string response)
    Parameters
    Type Name Description
    ReturnedState state
    System.String response

    Properties

    Response

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

    Result

    Declaration
    public ReturnedState Result { get; }
    Property Value
    Type Description
    ReturnedState
    Back to top Copyright © 2018 Eclo Solutions
    Generated by DocFX