ATCommand Constructor (String)
constructs new ATCommand object, prefix is set and command code to the one passed here
[Visual Basic]
Overloads Public Sub New( _
ByVal
cmdCode As
String _
)
[C#]
public ATCommand(
string cmdCode);
Parameters
-
cmdCode
- command code
See Also
ATCommand Class | BlueLibs.GSM Namespace | ATCommand Constructor Overload List