コード例 #1
0
        public AirPlayHandler()
        {
            m_Bonjour = new Bonjour();

            //m_MainTcpServer = new TcpServer(MAIN_PORT);
            m_MirrorTcpServer = new TcpServer(MIRROR_PORT);
        }
コード例 #2
0
        public AirPlayHandler()
        {
            m_Bonjour = new Bonjour();

            //m_MainTcpServer = new TcpServer(MAIN_PORT);
            m_MirrorTcpServer = new TcpServer(MIRROR_PORT);
        }