protocol
The protocol that the receiver uses for communication.
レシーバが通信のために使うプロトコル。
socket
The receiver’s native socket identifier on the platform.
レシーバのもつそのプラットホーム上の固有ソケット識別子。
socketType
The receiver’s socket type.
レシーバのもつソケット型。
Availability 有効性
Technology
@property(readonly) int protocolFamily;
Possible values are defined in <sys/socket
, such as AF
, AF
, and AF
.
可能な値は、<sys/socket
において定義されます、たとえばAF
、AF
、そしてAF
。
protocol
socket
socketType