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