DevicePortal.GetWiFiNetworkInterfacesAsync(DeviceInfo) Method
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.
Gets the NetworkInterfaces of the target device.
public:
static System::Threading::Tasks::Task<Microsoft::MixedReality::Toolkit::WindowsDevicePortal::NetworkInterfaces ^> ^ GetWiFiNetworkInterfacesAsync(Microsoft::MixedReality::Toolkit::WindowsDevicePortal::DeviceInfo ^ targetDevice);
public static System.Threading.Tasks.Task<Microsoft.MixedReality.Toolkit.WindowsDevicePortal.NetworkInterfaces> GetWiFiNetworkInterfacesAsync (Microsoft.MixedReality.Toolkit.WindowsDevicePortal.DeviceInfo targetDevice);
static member GetWiFiNetworkInterfacesAsync : Microsoft.MixedReality.Toolkit.WindowsDevicePortal.DeviceInfo -> System.Threading.Tasks.Task<Microsoft.MixedReality.Toolkit.WindowsDevicePortal.NetworkInterfaces>
Public Shared Function GetWiFiNetworkInterfacesAsync (targetDevice As DeviceInfo) As Task(Of NetworkInterfaces)
Parameters
- targetDevice
- DeviceInfo