// Use this for initialization
 void Start()
 {
     mTcpServer = new SimpleTcpServer();
     mTcpServer.StartAccept(Port, StartCapture, StopCapture);
 }