DevicePortal.GetWiFiNetworkInterfacesAsync(DeviceInfo) Method

Definition

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

Returns

Task<NetworkInterfaces>

NetworkInterfaces

Applies to