Contents

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.

See Also

Getting Information