るりまサーチ

最速Rubyリファレンスマニュアル検索!
1296件ヒット [1-100件を表示] (0.047秒)
トップページ > クエリ:open[x] > モジュール:Socket::Constants[x]

別のキーワード

  1. socket open
  2. _builtin open
  3. csv open
  4. tempfile open
  5. zlib open

ライブラリ

キーワード

検索結果

<< 1 2 3 ... > >>

Socket::Constants::AF_ISO -> Integer (33.0)

@todo ISO Open Systems Interconnection protocols。 Socket.open の第一引数 domain に使用します。

...@todo
ISO Open Systems Interconnection protocols。
Socket.open の第一引数 domain に使用します。...

Socket::Constants::AF_OSI -> Integer (33.0)

@todo ISO Open Systems Interconnection protocols。 Socket.open の第一引数 domain に使用します。

...@todo
ISO Open Systems Interconnection protocols。
Socket.open の第一引数 domain に使用します。...

Socket::Constants::PF_ISO -> Integer (33.0)

@todo ISO Open Systems Interconnection protocols。 Socket.open の第一引数 domain に使用します。

...@todo
ISO Open Systems Interconnection protocols。
Socket.open の第一引数 domain に使用します。...

Socket::Constants::PF_OSI -> Integer (33.0)

@todo ISO Open Systems Interconnection protocols。 Socket.open の第一引数 domain に使用します。

...@todo
ISO Open Systems Interconnection protocols。
Socket.open の第一引数 domain に使用します。...

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

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

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

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

絞り込み条件を変える

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

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

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

@see packet(7linux), Socket.open...

Socket::Constants::SOCK_RAW -> Integer (23.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 (23.0)

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

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

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

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

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

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

@see Socket.open, socket(2), socket(2linux),
socket(2freebsd)...
<< 1 2 3 ... > >>