BlueLibs documentation

ATCommand Constructor (String, String, String)

constructs new ATCommand object

[Visual Basic]
Overloads Public Sub New( _
   ByVal pref As String, _
   ByVal cmdCode As String, _
   ByVal param As String _
)
[C#]
public ATCommand(
   string pref,
   string cmdCode,
   string param
);

Parameters

pref
prefix value
cmdCode
command code
param
paramters string

See Also

ATCommand Class | BlueLibs.GSM Namespace | ATCommand Constructor Overload List