WifiP2pServiceRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WifiP2pServiceRequest(WifiP2pUsdBasedServiceConfig) |
Constructor for creating a service discovery request for discovering the service using un-synchronized service discovery (USD) protocol. |
WifiP2pServiceRequest(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
WifiP2pServiceRequest(WifiP2pUsdBasedServiceConfig)
Constructor for creating a service discovery request for discovering the service using un-synchronized service discovery (USD) protocol.
[Android.Runtime.Register(".ctor", "(Landroid/net/wifi/p2p/nsd/WifiP2pUsdBasedServiceConfig;)V", "", ApiSince=36)]
public WifiP2pServiceRequest(Android.Net.Wifi.P2p.Nsd.WifiP2pUsdBasedServiceConfig usdConfig);
[<Android.Runtime.Register(".ctor", "(Landroid/net/wifi/p2p/nsd/WifiP2pUsdBasedServiceConfig;)V", "", ApiSince=36)>]
new Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest : Android.Net.Wifi.P2p.Nsd.WifiP2pUsdBasedServiceConfig -> Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest
Parameters
- usdConfig
- WifiP2pUsdBasedServiceConfig
See WifiP2pUsdBasedServiceConfig
- Attributes
Remarks
Constructor for creating a service discovery request for discovering the service using un-synchronized service discovery (USD) protocol. Refer Wi-Fi Alliance Wi-Fi Direct R2 specification section 3.7 - "Unsynchronized Service Discovery (USD)" for the details.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
WifiP2pServiceRequest(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected WifiP2pServiceRequest(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.