Beispiel #1
0
 public string KindaDunnoWhatIAmDoing()
 {
     if (robotClient.ReceiveMessage())
     {
         return(RemoveWhiteSpaces(robotClient.stringData));
     }
     else
     {
         return("Cannoc reveive message, exception: " + robotClient.excpt);
     }
 }
 public string ReceiveMessageFromRobot()
 {
     if (robotClient.ReceiveMessage())
     {
         return(RemoveWhiteSpaces(robotClient.stringData));
     }
     else
     {
         return("Cannoc reveive message, exception: " + robotClient.excpt);
     }
 }