るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
18件ヒット [1-18件を表示] (0.034秒)
トップページ > バージョン:2.4.0[x] > クエリ:Integer[x] > クエリ:type[x] > モジュール:Socket::Constants[x]

別のキーワード

  1. openssl integer
  2. asn1 integer
  3. _builtin integer
  4. integer times
  5. integer new

検索結果

Socket::Constants::IPV6_RTHDR_TYPE_0 -> Integer (18658.0)

Routing header type 0。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Routing header type 0。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IPV6,
3542...

Socket::Constants::SO_TYPE -> Integer (18658.0)

Get the socket type。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Get the socket type。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see sys/socket.h(header), getsockopt(2freebsd),
socket(7linux), Socket::Constants::SOL_SOCKET...

Socket::Constants::EAI_SOCKTYPE -> Integer (18655.0)

Socket type not supported

Socket type not supported

getaddrinfo(3), getnameinfo(3) などの
エラーコードです。
対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは
エラーを SocketError に変換するため、この定数は直接は利用しません。

@see getaddrinfo(3linux), gai_strerror(3freebsd)

Socket::Constants::IPX_TYPE -> Integer (18610.0)

@todo

@todo

Socket::Constants::EAI_SERVICE -> Integer (355.0)

Servname not supported for socket type

Servname not supported for socket type

getaddrinfo(3), getnameinfo(3) などの
エラーコードです。
対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは
エラーを SocketError に変換するため、この定数は直接は利用しません。

@see getaddrinfo(3linux), gai_strerror(3freebsd)

絞り込み条件を変える

Socket::Constants::IP_TOS -> Integer (355.0)

IP type-of-service。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...IP type-of-service。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP,
ip(4freebsd), ip(7linux)...

Socket::Constants::SOCK_DGRAM -> Integer (355.0)

データグラム通信。 Socket.open の第二引数 type に使用します。

データグラム通信。
Socket.open の第二引数 type に使用します。

@see socket(2), Socket.open

Socket::Constants::SOCK_PACKET -> Integer (355.0)

デバイスレベルインターフェース。Obsoleteであり使うべきではない。 Socket.open の第二引数 type に使用します。

デバイスレベルインターフェース。Obsoleteであり使うべきではない。
Socket.open の第二引数 type に使用します。

@see packet(7linux), Socket.open

Socket::Constants::SOCK_RAW -> Integer (355.0)

RAW ソケット。 Socket.open の第二引数 type に使用します。

RAW ソケット。
Socket.open の第二引数 type に使用します。

@see sys/socket.h(header), socket(2linux),
raw(7linux), Socket.open

Socket::Constants::SOCK_RDM -> Integer (355.0)

信頼性のあるデータグラム通信。 Socket.open の第二引数 type に使用します。

信頼性のあるデータグラム通信。
Socket.open の第二引数 type に使用します。

@see socket(2linux), Socket.open

絞り込み条件を変える

Socket::Constants::SOCK_SEQPACKET -> Integer (355.0)

固定最大長を持つストリーム通信。 Socket.open の第二引数 type に使用します。

固定最大長を持つストリーム通信。
Socket.open の第二引数 type に使用します。

@see Socket.open, socket(2), socket(2linux),
socket(2freebsd)

Socket::Constants::SOCK_STREAM -> Integer (355.0)

ストリーム通信。 Socket.open の第二引数 type に使用します。

ストリーム通信。
Socket.open の第二引数 type に使用します。

@see Socket.open, socket(2), socket(2linux),
socket(2freebsd)

Socket::Constants::SCM_BINTIME -> Integer (325.0)

Timestamp (bintime).

Timestamp (bintime).

Socket::AncillaryData の type として利用します。

@see Socket::AncillaryData, Socket::AncillaryData#timestamp
BasicSocket#sendmsg, BasicSocket#recvmsg

Socket::Constants::SCM_CREDENTIALS -> Integer (325.0)

The sender's credentials

The sender's credentials

Socket::AncillaryData の type として利用します。

@see Socket::AncillaryData,
BasicSocket#sendmsg, BasicSocket#recvmsg,
unix(7linux)

Socket::Constants::SCM_CREDS -> Integer (325.0)

Process credentials

Process credentials

Socket::AncillaryData の type として利用します。

@see Socket::AncillaryData,
BasicSocket#sendmsg, BasicSocket#recvmsg,
unix(4freebsd)

絞り込み条件を変える

Socket::Constants::SCM_RIGHTS -> Integer (325.0)

Access rights.

Access rights.

Socket::AncillaryData の type として利用します。

@see Socket::AncillaryData, Socket::AncillaryData#unix_rights
BasicSocket#sendmsg, BasicSocket#recvmsg,
unix(7linux), unix(4freebsd),
sys/socket.h(header)

Socket::Constants::SCM_TIMESTAMP -> Integer (325.0)

Timestamp (timeval).

Timestamp (timeval).

Socket::AncillaryData の type として利用します。

@see Socket::AncillaryData, Socket::AncillaryData#timestamp
BasicSocket#sendmsg, BasicSocket#recvmsg

Socket::Constants::SCM_TIMESTAMPNS -> Integer (325.0)

Timestamp (timespec).

Timestamp (timespec).

Socket::AncillaryData の type として利用します。

@see Socket::AncillaryData, Socket::AncillaryData#timestamp
BasicSocket#sendmsg, BasicSocket#recvmsg