BlueLibs documentation

ATResponse.GetAllDataChecked Method 

returns all data after verifying: if there was a valdi response text if the reponse matches the command if status text means success

[Visual Basic]
Public Shared Function GetAllDataChecked( _
   ByVal resp As ATResponse, _
   ByVal cmd As ATCommand _
) As String
[C#]
public static string GetAllDataChecked(
   ATResponse resp,
   ATCommand cmd
);

Parameters

resp
response object received
cmd
command that was send

Return Value

string representing all information lines in the resposne

See Also

ATResponse Class | BlueLibs.GSM Namespace