I want to send some data to my computer (i.e. 1
). When I press a button on my Windows Phone 8 and recieve data on my phone. How do you make this simple program? I already made a server on the computer and the phone but is this the data that will pass through the WiFi TCP/IP socket? ? Thanks in advance.
質問する
2484 次
1 に答える
1
WindowsPhone用のソケットは良いスタートです。Windows8とWindowsPhone8を使用しているため、Windows.Networking.SocketsWindowsランタイムAPIを使用します。
サンプルアプリも多数ありますが、その多くはWindows Phone 7.5ヴィンテージのものであり、古いSystem.Net.Socketsを使用しています。
彼のBuild2012プレゼンテーションからのTimLavertyのサンプルを見てください: Windows Phone 8、ネットワーキング:接続されたアプリの構築。これには、Windows Phone用のソケットリスナーとクライアントが含まれていますが、WinRT APIを使用することは、Windows8でも簡単に使用できるはずです。
于 2013-02-21T07:21:44.747 に答える