Exemple #1
0
 public void refreshIP()
 {
     ip = VehicleUDP.getIPV4Address();
 }
Exemple #2
0
 void initDefault()
 {
     port = 6000;
     ip   = VehicleUDP.getIPV4Address();
 }