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

protocolFamily

The protocol family that the receiver uses for communication. レシーバが通信のために使うプロトコルファミリー。

Declaration 宣言

var protocolFamily: Int32 { get }

Discussion 議論

Possible values are defined in <sys/socket.h>, such as AF_LOCAL, AF_INET, and AF_INET6. 可能な値は、<sys/socket.h>において定義されます、たとえばAF_LOCALAF_INET、そしてAF_INET6

See Also 参照

Getting Information 情報を取得する