Click or drag to resize

GsmModemExecuteATCommand(String, ListString, Int32, Char) Method

Execute AT command.

Namespace: ZylSoft.Gsm
Assembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public int ExecuteATCommand(
	string strAT,
	List<string> resultList,
	int timeOutSeconds = 15,
	char commandTerminator = ''
)

Parameters

strAT  String
AT command.
resultList  ListString
Result codes in a string list.
timeOutSeconds  Int32  (Optional)
Timeout in seconds.
commandTerminator  Char  (Optional)
Command terminator.

Return Value

Int32
Result list count.
See Also