WiFiDirectServiceRemotePortAddedEventArgs クラス

定義

WiFiDirectServiceSession.RemotePortAdded イベントが発生したときに返されます。 イベント ハンドラーでは、この情報を使用して、新しいポートへの新しいソケット接続を確立する必要があります。

public ref class WiFiDirectServiceRemotePortAddedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WiFiDirectServiceRemotePortAddedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WiFiDirectServiceRemotePortAddedEventArgs
Public NotInheritable Class WiFiDirectServiceRemotePortAddedEventArgs
継承
Object Platform::Object IInspectable WiFiDirectServiceRemotePortAddedEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

コードは、このクラスを直接インスタンス化しません。 インスタンスは、 WiFiDirectServiceSession.RemotePortAdded イベント ハンドラーに引数として渡されます。

プロパティ

EndpointPairs

新しいリモート ポートに関連付けられているエンドポイント ペアを取得します。

Protocol

新しいリモート ポートとの通信に使用されるプロトコルを取得します。

適用対象