Esempio n. 1
0
 public bool PollSelectWrite(int millis)
 {
     state = State.Connected;
     return(udp.PollSelectWrite(millis));
 }