defination of a funtion ??

I need the definition of following function sendATcommand(), i have searched for it but didnt get it .

What library is the function comtained in?

Perhaps you should post the program that uses the function.

...R

i don't know which is the library . I tried to found but did't find any thing . I have attached the code also giving the link of resource . Its for GSM 3g shield

3g shield _receving SMS

dfsd.txt (3.71 KB)

I need the definition of following function sendATcommand()

The function is implemented starting on line 115 of your file.

nope..in txt file ..47 ,52 ,53 number line

Fazlay:
nope..in txt file ..47 ,52 ,53 number line

What is that supposed to mean?

I can also see it at Line 115

...R

Robin2:

Fazlay:
nope..in txt file ..47 ,52 ,53 number line

What is that supposed to mean?

It is called on those lines, also on lines 55, 99 and 109.

I can also see it at Line 115

int8_t sendATcommand(char* ATcommand, char* expected_answer, unsigned int timeout){

Is this not the sendATcommand you're looking for?

yes this is ....

@Fazlay, is it documentation that you are looking for? It's probably with the library distribution that you downloaded. Sometimes it is kept on the website where the library came from.