Click or drag to resize
AtCommandResult Constructor (ReturnedState, String)
Initializes a new instance of the AtCommandResult class

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 AtCommandResult(
	ReturnedState state,
	string response
)

Parameters

state
Type: Eclo.NETMF.SIM800HReturnedState

[Missing <param name="state"/> documentation for "M:Eclo.NETMF.SIM800H.AtCommandResult.#ctor(Eclo.NETMF.SIM800H.ReturnedState,System.String)"]

response
Type: SystemString

[Missing <param name="response"/> documentation for "M:Eclo.NETMF.SIM800H.AtCommandResult.#ctor(Eclo.NETMF.SIM800H.ReturnedState,System.String)"]

See Also