Click or drag to resize
AtCommandResult Class
Result of the execution of an AT command.
Inheritance Hierarchy
SystemObject
  Eclo.NETMF.SIM800HAtCommandResult

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public class AtCommandResult

The AtCommandResult type exposes the following members.

Constructors
  NameDescription
Public methodAtCommandResult(ReturnedState)
Initializes a new instance of the AtCommandResult class
Public methodAtCommandResult(ReturnedState, String)
Initializes a new instance of the AtCommandResult class
Top
Properties
  NameDescription
Public propertyResponse
Public propertyResult
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also