Hi, I was using the version 2, now I bought the version 3.
On the version 2 I can do the next:
int tiempoEspera = 10000;
int idAutobus = 1;
var existePeticion = TcpConnection.SendReceiveObject<bool>("PreguntaCaptura", "RespuestaCaptura",
tiempoEspera, idAutobus);
But with version 3 I can not do it and I really need send this integer to the server.
This topic was modified 10 years, 3 months ago by .
This topic was modified 10 years, 3 months ago by .