Instance Property インスタンスプロパティ

includesPeerToPeer

Specifies whether to also publish, resolve, or monitor this service over peer-to-peer Bluetooth and Wi-Fi, if available. false by default. このサービスをピアツーピアのBluetoothおよびWi-Fi越しに、利用可能ならば、同様に出版、解決、またはモニタすべきかどうかを指定します。省略時ではfalse

Declaration 宣言

var includesPeerToPeer: Bool { get set }

Discussion 議論

This property must be set before calling publish() or publish(options:), resolve(withTimeout:)`, or startMonitoring() in order to take effect. このプロパティは、効果を得るためにpublish()publish(options:)resolve(withTimeout:)`、またはstartMonitoring()を呼び出す前に設定されなければなりません。

See Also 参照

Configuring Network Services ネットワークサービスを構成設定する