RPCVariable and string

09 Dec 2010

Hello

Is it possible to do that?

 string digit1;
 
 RPCVariable rpc_digit1(&digit1, "digit1");
If not, how can we get a string from http ?

09 Dec 2010

Hi

If you have a look at the program here, it has a sample RPCFunction Echo that allows a character array (C style) to be passed from HTTP.

Regards Daniel