Instance Property
インスタンスプロパティ
protocol
The protocol that the receiver uses for communication.
レシーバが通信のために使うプロトコル。
Declaration
宣言
@property(readonly) int protocol;
See Also
参照
Getting Information
情報を取得する
address
The receiver’s socket address structure stored inside an NSData
object.
レシーバのもつソケットアドレス構造体、NSData
オブジェクトの内部に格納されます。
protocolFamily
The protocol family that the receiver uses for communication.
レシーバが通信のために使うプロトコルファミリー。
socket
The receiver’s native socket identifier on the platform.
レシーバのもつそのプラットホーム上の固有ソケット識別子。
socketType
The receiver’s socket type.
レシーバのもつソケット型。