Enumeration Case 列挙ケース

NSURLRequest.NetworkServiceType.voip

A service type for VoIP traffic. VoIPトラフィックに対するサービス型。

Declaration 宣言

case voip = 1

Discussion 議論

With the VoIP service type, the kernel continues to listen for incoming traffic while your app is in the background, then wakes up your app whenever new data arrives. This should be used only for connections that are used to communicate with a VoIP service. VoIPサービス型で、カーネルはあなたのアプリがバックグラウンドになっている間にやって来るトラフィックに耳を傾け続けます、それから新しいデータが到着する時はいつでもあなたのアプリを起こします。これは、VoIPサービスと通信するために使われる接続に対してのみ使われるべきです。

See Also 参照

Network Service Types ネットワークサービス型