BlueLibs documentation

ATParamCommand.GetAsInt Method 

returns paramter value as integer

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

Parameters

channel
channel to use

Return Value

int value of the paramter

See Also

ATParamCommand Class | BlueLibs.GSM Namespace