Reputation: 584
I am creating an app to connect to a remote device. The following line of code is used to find all peers.
var peers = await PeerFinder.FindAllPeersAsync();
Now I need to declare peers as a class variable(instead of using it locally). Can some body tell me the datatype of peer.
Upvotes: 1
Views: 560