Click or drag to resize
ReturnedState Enumeration
Possible returned states by methods

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 enum ReturnedState
Members
  Member nameValueDescription
OK0 Operation successful
Error1 Error in the operation. See method documentation.
DeviceIsOff2 Device is off
InvalidCommand3 Command syntax is incorrect
DeviceIsBusy4 Device is busy
NoReply5 No reply returned
See Also