NetworkOperatorTetheringManager.ConfigureAccessPointAsync メソッド

定義

テザリング ネットワークのテザリング ネットワーク構成の詳細を指定するには、この方法を使用します。

public:
 virtual IAsyncAction ^ ConfigureAccessPointAsync(NetworkOperatorTetheringAccessPointConfiguration ^ configuration) = ConfigureAccessPointAsync;
IAsyncAction ConfigureAccessPointAsync(NetworkOperatorTetheringAccessPointConfiguration const& configuration);
public IAsyncAction ConfigureAccessPointAsync(NetworkOperatorTetheringAccessPointConfiguration configuration);
function configureAccessPointAsync(configuration)
Public Function ConfigureAccessPointAsync (configuration As NetworkOperatorTetheringAccessPointConfiguration) As IAsyncAction

パラメーター

configuration
NetworkOperatorTetheringAccessPointConfiguration

(テザリング ネットワークに使用される) SSID を提供し、テザリングされたネットワーク接続を確立するときに認証に使用されるパスフレーズを指定します。

戻り値

非同期アクション。

Windows の要件

アプリの機能
wiFiControl

適用対象