BlueLibs documentation

ATActionCommand.TestAsInt Method 

send test for this command

[Visual Basic]
Overridable Public Function TestAsInt( _
   ByVal channel As DUNConnection _
) As Integer
[C#]
public virtual int TestAsInt(
   DUNConnection channel
);

Parameters

channel
channel to use

Return Value

result of the test as integer

See Also

ATActionCommand Class | BlueLibs.GSM Namespace