ATCommand.AppendParams Method
appends params string to the command paramters
[Visual Basic]
Overridable Public Sub AppendParams( _
ByVal
param As
String _
)
[C#]
public virtual
void AppendParams(
string param);
Parameters
-
param
- string to append
See Also
ATCommand Class | BlueLibs.GSM Namespace