Click or drag to resize
SIM800HSetPhoneFuncionality Method
Set phone funcionality

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 static AtCommandResult SetPhoneFuncionality(
	PhoneFuncionality mode,
	bool resetBeforeChange = false
)

Parameters

mode
Type: Eclo.NETMF.SIM800HPhoneFuncionality
See phone funcionality options
resetBeforeChange (Optional)
Type: SystemBoolean
True to reset device before changes are made effective

Return Value

Type: AtCommandResult
returns ATCommandResult
See Also