开发者

Can a WP7.1 app use UdpAnySourceMulticastClient to communicate with Android and iOS

开发者 https://www.devze.com 2023-04-07 13:14 出处:网络
Can UdpAnySourceMulticastClient be used in a W开发者_StackOverflow社区P7.1 app to communicate with Android and iOS?If it is possible is there any limitations on the datasize that can be transferred?Th

Can UdpAnySourceMulticastClient be used in a W开发者_StackOverflow社区P7.1 app to communicate with Android and iOS? If it is possible is there any limitations on the datasize that can be transferred?


There is no restriction on the type of sender (or receiver) to receive the UDP datagram from. The API only gives the IP Address of the sender and not the type. There is usually limit on the size since it is a datagram, after all

0

精彩评论

暂无评论...
验证码 换一张
取 消