Exemplo n.º 1
0
 public RECIEVER(int remotePort, int senderPort, int recieverPort)
 {
     UPE             = new UDP_PACKETS_ENCODER();
     CLIENT          = new UDP_PACKETS_CLIANT.UDP_PACKETS_CLIANT(recieverPort);
     this.senderPort = senderPort;
     this.remotePort = remotePort;
 }
Exemplo n.º 2
0
 public RECIEVER(int remotePort, int senderPort, int recieverPort)
 {
     UPE = new UDP_PACKETS_ENCODER();
     CLIENT = new UDP_PACKETS_CLIANT.UDP_PACKETS_CLIANT(recieverPort);
     this.senderPort = senderPort;
     this.remotePort = remotePort;
 }