BlueLibs documentation
ATActionCommand.Exceute Method
executes the prepared command
[Visual Basic]
Overridable Public Function Exceute( _
ByVal
channel
As
DUNConnection
_
) As
ATResponse
[C#]
public virtual
ATResponse
Exceute(
DUNConnection
channel
);
Parameters
channel
channel to use
Return Value
AT response object
See Also
ATActionCommand Class
|
BlueLibs.GSM Namespace