BlueLibs documentation

DUNConnection.SendCommand Method (String)

Sends new command string through the channel

[Visual Basic]
Overridable Overloads Public Function SendCommand( _
   ByVal cmd As String _
) As ATResponse
[C#]
public virtual ATResponse SendCommand(
   string cmd
);

Parameters

cmd
command object to send

Return Value

ATResponse object created by parsing the raw response data

See Also

DUNConnection Class | BlueLibs.GSM Namespace | DUNConnection.SendCommand Overload List