Esempio n. 1
0
 //Actual command message to send to the server to request the location of a volunteer
 private static string[] RequestGPSCoordinates(string id)
 {
     return(NetworkServices.ExecuteRequest("3~" + id + "~"));
 }
Esempio n. 2
0
 //Actual command message to send to the server to request the list of RegisteredVolunteers
 private static String[] UpdateRegisteredRequest()
 {
     return(NetworkServices.ExecuteRequest("2~"));
 }