Beispiel #1
0
		public AsynchronousSocketListener(Schemas.CRCL.Status.CRCLStatusType status,
			HandleNewCommandDelegate handleNewCommand,
			int port) {
			this.status = status;
			this.handleNewCommand = handleNewCommand;
			this.port = port;
		}
Beispiel #2
0
 public AsynchronousSocketListener(Schemas.CRCL.Status.CRCLStatusType status,
                                   HandleNewCommandDelegate handleNewCommand,
                                   int port)
 {
     this.status           = status;
     this.handleNewCommand = handleNewCommand;
     this.port             = port;
 }