るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
534件ヒット [1-100件を表示] (0.069秒)
トップページ > バージョン:2.4.0[x] > クエリ:@[x] > クエリ:constants[x]

別のキーワード

  1. _builtin constants
  2. module constants
  3. socket constants
  4. syslog constants
  5. constants sync

ライブラリ

クラス

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

Module#constants(inherit = true) -> [Symbol] (54520.0)

そのモジュール(またはクラス)で定義されている定数名の配列を返します。

そのモジュール(またはクラス)で定義されている定数名の配列を返します。

inherit に真を指定すると
スーパークラスやインクルードしているモジュールの定数も含みます。
Object のサブクラスの場合、Objectやそのスーパークラスで定義されている
定数は含まれません。 Object.constants とすると Object クラスで定義された
定数の配列が得られます。

得られる定数の順序は保証されません。

@param inherit true を指定するとスーパークラスや include したモジュールで
定義された定数が対象にはなります。false を指定し...

Module.constants -> [Symbol] (54358.0)

このメソッドを呼び出した時点で参照可能な定数名の配列を返します。

このメソッドを呼び出した時点で参照可能な定数名の配列を返します。

//emlist[例][ruby]{
class C
FOO = 1
end
p Module.constants # => [:RUBY_PLATFORM, :STDIN, ..., :C, ...]
# 出力中に :FOO は現われない
//}

@see Module#constants, Kernel.#local_variables, Kernel.#global_variables, Object#instance_variables, Module#class_...

Socket::Constants::MCAST_MSFILTER -> Integer (9103.0)

@todo Multicast source filtering

@todo
Multicast source filtering

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

@see Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6,
3678

Socket::Constants::SO_TIMESTAMPNS -> Integer (9085.0)

@todo Receive nanosecond timestamp with datagrams (timespec)。

@todo
Receive nanosecond timestamp with datagrams (timespec)。

@see Socket::Constants::SO_TIMESTAMP,
Socket::AncillaryData#timestamp

Socket::Constants::AF_ROUTE -> Integer (9067.0)

@todo Internal Routing protocol。 Socket.open の第一引数 domain に使用します。

@todo
Internal Routing protocol。
Socket.open の第一引数 domain に使用します。

@todo

絞り込み条件を変える

Socket::Constants::PF_ROUTE -> Integer (9067.0)

@todo Internal Routing protocol。 Socket.open の第一引数 domain に使用します。

@todo
Internal Routing protocol。
Socket.open の第一引数 domain に使用します。

@todo

Socket::Constants::MCAST_BLOCK_SOURCE -> Integer (9055.0)

Block multicast packets from this source

Block multicast packets from this source

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

@see Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6,
3678

Socket::Constants::MCAST_EXCLUDE -> Integer (9055.0)

Exclusive multicast source filter

Exclusive multicast source filter

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

@see Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6,
3678

Socket::Constants::MCAST_INCLUDE -> Integer (9055.0)

Inclusive multicast source filter

Inclusive multicast source filter

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

@see Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6,
3678

Socket::Constants::MCAST_JOIN_GROUP -> Integer (9055.0)

Join a multicast group

Join a multicast group

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

@see Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6,
3678

絞り込み条件を変える

Socket::Constants::MCAST_JOIN_SOURCE_GROUP -> Integer (9055.0)

Join a multicast source group

Join a multicast source group

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

@see Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6,
3678

Socket::Constants::MCAST_LEAVE_GROUP -> Integer (9055.0)

Leave a multicast group

Leave a multicast group

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

@see Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6,
3678

Socket::Constants::MCAST_LEAVE_SOURCE_GROUP -> Integer (9055.0)

Leave a multicast source group

Leave a multicast source group

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

@see Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6,
3678

Socket::Constants::MCAST_UNBLOCK_SOURCE -> Integer (9055.0)

Unblock multicast packets from this source

Unblock multicast packets from this source

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

@see Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6,
3678

Socket::Constants::SO_BINTIME -> Integer (9055.0)

Timestamp (bintime)。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

Timestamp (bintime)。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see getsockopt(2freebsd), Socket::Constants::SOL_SOCKET
Socket::Constants::SO_TIMESTAMP,
Socket::AncillaryData#timestamp

絞り込み条件を変える

Socket::Constants::AF_CCITT -> Integer (9049.0)

@todo CCITT プロトコル。 Socket.open の第一引数 domain に使用します。

@todo
CCITT プロトコル。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_CHAOS -> Integer (9049.0)

@todo MIT CHAOS プロトコル。 Socket.open の第一引数 domain に使用します。

@todo
MIT CHAOS プロトコル。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_CNT -> Integer (9049.0)

@todo Computer Network Technology。 Socket.open の第一引数 domain に使用します。

@todo
Computer Network Technology。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_COIP -> Integer (9049.0)

@todo connection-oriented IP。 Socket.open の第一引数 domain に使用します。

@todo
connection-oriented IP。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_DATAKIT -> Integer (9049.0)

@todo datakit protocol。 Socket.open の第一引数 domain に使用します。

@todo
datakit protocol。
Socket.open の第一引数 domain に使用します。

絞り込み条件を変える

Socket::Constants::AF_DEC -> Integer (9049.0)

@todo DECnet protocol。 Socket.open の第一引数 domain に使用します。

@todo
DECnet protocol。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_DLI -> Integer (9049.0)

@todo DEC Direct data link interface。 Socket.open の第一引数 domain に使用します。

@todo
DEC Direct data link interface。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_E164 -> Integer (9049.0)

@todo CCITT E.164 recommendation。 Socket.open の第一引数 domain に使用します。

@todo
CCITT E.164 recommendation。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_ECMA -> Integer (9049.0)

@todo European computer manufacturers。 Socket.open の第一引数 domain に使用します。

@todo
European computer manufacturers。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_HYLINK -> Integer (9049.0)

@todo NSC Hyperchannel。 Socket.open の第一引数 domain に使用します。

@todo
NSC Hyperchannel。
Socket.open の第一引数 domain に使用します。

絞り込み条件を変える

Socket::Constants::AF_IMPLINK -> Integer (9049.0)

@todo ARPANET IMP。 Socket.open の第一引数 domain に使用します。

@todo
ARPANET IMP。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_ISDN -> Integer (9049.0)

@todo Integrated Services Digital Network。 Socket.open の第一引数 domain に使用します。

@todo
Integrated Services Digital Network。
Socket.open の第一引数 domain に使用します。

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

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

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

Socket::Constants::AF_LAT -> Integer (9049.0)

@todo Local Area Transport protocol。 Socket.open の第一引数 domain に使用します。

@todo
Local Area Transport protocol。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_LINK -> Integer (9049.0)

@todo Link layer interface。 Socket.open の第一引数 domain に使用します。

@todo
Link layer interface。
Socket.open の第一引数 domain に使用します。

絞り込み条件を変える

Socket::Constants::AF_NATM -> Integer (9049.0)

@todo Native ATM access。 Socket.open の第一引数 domain に使用します。

@todo
Native ATM access。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_NDRV -> Integer (9049.0)

@todo Network driver raw access。 Socket.open の第一引数 domain に使用します。

@todo
Network driver raw access。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_NETBIOS -> Integer (9049.0)

@todo NetBIOS。 Socket.open の第一引数 domain に使用します。

@todo
NetBIOS。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_NS -> Integer (9049.0)

@todo XEROX NS protocol。 Socket.open の第一引数 domain に使用します。

@todo
XEROX NS protocol。
Socket.open の第一引数 domain に使用します。

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

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

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

絞り込み条件を変える

Socket::Constants::AF_PPP -> Integer (9049.0)

@todo Point-to-Point Protocol。 Socket.open の第一引数 domain に使用します。

@todo
Point-to-Point Protocol。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_SIP -> Integer (9049.0)

@todo Simple Internet Protocol。 Socket.open の第一引数 domain に使用します。

@todo
Simple Internet Protocol。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_SNA -> Integer (9049.0)

@todo IBM SNA protocol。 Socket.open の第一引数 domain に使用します。

@todo
IBM SNA protocol。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_SYSTEM -> Integer (9049.0)

@todo

@todo

Socket.open の第一引数 domain に使用します。

Socket::Constants::AI_MASK -> Integer (9049.0)

@todo

@todo

絞り込み条件を変える

Socket::Constants::IPPROTO_BIP -> Integer (9049.0)

@todo BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。

@todo
BasicSocket#getsockopt, BasicSocket#setsockopt の
level 引数に使用します。

また、Socket.open の protocol 引数に渡す利用法もあります。

Socket::Constants::IPPROTO_EGP -> Integer (9049.0)

@todo Exterior Gateway Protocol。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。

@todo
Exterior Gateway Protocol。
BasicSocket#getsockopt, BasicSocket#setsockopt の
level 引数に使用します。

また、Socket.open の protocol 引数に渡す利用法もあります。

Socket::Constants::IPPROTO_EON -> Integer (9049.0)

@todo ISO cnlp。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。

@todo
ISO cnlp。
BasicSocket#getsockopt, BasicSocket#setsockopt の
level 引数に使用します。

また、Socket.open の protocol 引数に渡す利用法もあります。

Socket::Constants::IPPROTO_GGP -> Integer (9049.0)

@todo Gateway to Gateway Protocol。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。

@todo
Gateway to Gateway Protocol。
BasicSocket#getsockopt, BasicSocket#setsockopt の
level 引数に使用します。

また、Socket.open の protocol 引数に渡す利用法もあります。

Socket::Constants::IPPROTO_HELLO -> Integer (9049.0)

@todo "hello" routing protocol。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。

@todo
"hello" routing protocol。
BasicSocket#getsockopt, BasicSocket#setsockopt の
level 引数に使用します。

また、Socket.open の protocol 引数に渡す利用法もあります。

絞り込み条件を変える

Socket::Constants::IPPROTO_IDP -> Integer (9049.0)

@todo XNS IDP。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。

@todo
XNS IDP。
BasicSocket#getsockopt, BasicSocket#setsockopt の
level 引数に使用します。

また、Socket.open の protocol 引数に渡す利用法もあります。

Socket::Constants::IPPROTO_IGMP -> Integer (9049.0)

@todo Group Management Protocol。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。

@todo
Group Management Protocol。
BasicSocket#getsockopt, BasicSocket#setsockopt の
level 引数に使用します。

また、Socket.open の protocol 引数に渡す利用法もあります。

Socket::Constants::IPPROTO_ND -> Integer (9049.0)

@todo Sun net disk protocol BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。

@todo
Sun net disk protocol
BasicSocket#getsockopt, BasicSocket#setsockopt の
level 引数に使用します。

また、Socket.open の protocol 引数に渡す利用法もあります。

Socket::Constants::IPPROTO_PUP -> Integer (9049.0)

@todo PARC Universal Packet protocol。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。

@todo
PARC Universal Packet protocol。
BasicSocket#getsockopt, BasicSocket#setsockopt の
level 引数に使用します。

また、Socket.open の protocol 引数に渡す利用法もあります。

Socket::Constants::IPPROTO_TP -> Integer (9049.0)

@todo ISO transport protocol class 4。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。

@todo
ISO transport protocol class 4。
BasicSocket#getsockopt, BasicSocket#setsockopt の
level 引数に使用します。

また、Socket.open の protocol 引数に渡す利用法もあります。

絞り込み条件を変える

Socket::Constants::IPPROTO_XTP -> Integer (9049.0)

@todo Xpress Transport Protocol。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。

@todo
Xpress Transport Protocol。
BasicSocket#getsockopt, BasicSocket#setsockopt の
level 引数に使用します。

また、Socket.open の protocol 引数に渡す利用法もあります。

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

@todo

@todo

Socket::Constants::IP_DEFAULT_MULTICAST_LOOP -> Integer (9049.0)

@todo Default multicast loopback

@todo
Default multicast loopback

Socket::Constants::IP_DEFAULT_MULTICAST_TTL -> Integer (9049.0)

@todo Default multicast TTL

@todo
Default multicast TTL

Socket::Constants::IP_MSFILTER -> Integer (9049.0)

@todo Multicast source filtering

@todo
Multicast source filtering

絞り込み条件を変える

Socket::Constants::IP_PASSSEC -> Integer (9049.0)

@todo Retrieve security context with datagram。

@todo
Retrieve security context with datagram。

Socket::Constants::IP_PKTOPTIONS -> Integer (9049.0)

@todo Receive packet options with datagrams

@todo
Receive packet options with datagrams

Socket::Constants::IP_RECVRETOPTS -> Integer (9049.0)

@todo Receive all IP options for response

@todo
Receive all IP options for response

Socket::Constants::IP_RECVSLLA -> Integer (9049.0)

@todo Receive link-layer address with datagrams

@todo
Receive link-layer address with datagrams

Socket::Constants::IP_XFRM_POLICY -> Integer (9049.0)

@todo

@todo

絞り込み条件を変える

Socket::Constants::MSG_COMPAT -> Integer (9049.0)

@todo End of record

@todo
End of record

Socket::Constants::MSG_FIN -> Integer (9049.0)

@todo

@todo

Socket::Constants::MSG_FLUSH -> Integer (9049.0)

@todo Start of a hold sequence. Dumps to so_temp

@todo
Start of a hold sequence. Dumps to so_temp

Socket::Constants::MSG_HAVEMORE -> Integer (9049.0)

@todo Data ready to be read

@todo
Data ready to be read

Socket::Constants::MSG_HOLD -> Integer (9049.0)

@todo Hold fragment in so_temp

@todo
Hold fragment in so_temp

絞り込み条件を変える

Socket::Constants::MSG_PROXY -> Integer (9049.0)

@todo Wait for full request

@todo
Wait for full request

Socket::Constants::MSG_RCVMORE -> Integer (9049.0)

@todo Data remains in the current packet

@todo
Data remains in the current packet

Socket::Constants::MSG_RST -> Integer (9049.0)

@todo

@todo

Socket::Constants::MSG_SEND -> Integer (9049.0)

@todo Send the packet in so_temp

@todo
Send the packet in so_temp

Socket::Constants::MSG_SYN -> Integer (9049.0)

@todo

@todo

絞り込み条件を変える

Socket::Constants::PF_CCITT -> Integer (9049.0)

@todo CCITT プロトコル。 Socket.open の第一引数 domain に使用します。

@todo
CCITT プロトコル。
Socket.open の第一引数 domain に使用します。

Socket::Constants::PF_CHAOS -> Integer (9049.0)

@todo MIT CHAOS プロトコル。 Socket.open の第一引数 domain に使用します。

@todo
MIT CHAOS プロトコル。
Socket.open の第一引数 domain に使用します。

Socket::Constants::PF_CNT -> Integer (9049.0)

@todo Computer Network Technology。 Socket.open の第一引数 domain に使用します。

@todo
Computer Network Technology。
Socket.open の第一引数 domain に使用します。

Socket::Constants::PF_COIP -> Integer (9049.0)

@todo connection-oriented IP。 Socket.open の第一引数 domain に使用します。

@todo
connection-oriented IP。
Socket.open の第一引数 domain に使用します。

Socket::Constants::PF_DATAKIT -> Integer (9049.0)

@todo datakit protocol。 Socket.open の第一引数 domain に使用します。

@todo
datakit protocol。
Socket.open の第一引数 domain に使用します。

絞り込み条件を変える

Socket::Constants::PF_DEC -> Integer (9049.0)

@todo DECnet protocol。 Socket.open の第一引数 domain に使用します。

@todo
DECnet protocol。
Socket.open の第一引数 domain に使用します。

Socket::Constants::PF_DLI -> Integer (9049.0)

@todo DEC Direct data link interface。 Socket.open の第一引数 domain に使用します。

@todo
DEC Direct data link interface。
Socket.open の第一引数 domain に使用します。

Socket::Constants::PF_ECMA -> Integer (9049.0)

@todo European computer manufacturers。 Socket.open の第一引数 domain に使用します。

@todo
European computer manufacturers。
Socket.open の第一引数 domain に使用します。

Socket::Constants::PF_HYLINK -> Integer (9049.0)

@todo NSC Hyperchannel。 Socket.open の第一引数 domain に使用します。

@todo
NSC Hyperchannel。
Socket.open の第一引数 domain に使用します。

Socket::Constants::PF_IMPLINK -> Integer (9049.0)

@todo ARPANET IMP。 Socket.open の第一引数 domain に使用します。

@todo
ARPANET IMP。
Socket.open の第一引数 domain に使用します。

絞り込み条件を変える

Socket::Constants::PF_ISDN -> Integer (9049.0)

@todo Integrated Services Digital Network。 Socket.open の第一引数 domain に使用します。

@todo
Integrated Services Digital Network。
Socket.open の第一引数 domain に使用します。

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

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

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

Socket::Constants::PF_LAT -> Integer (9049.0)

@todo Local Area Transport protocol。 Socket.open の第一引数 domain に使用します。

@todo
Local Area Transport protocol。
Socket.open の第一引数 domain に使用します。

Socket::Constants::PF_LINK -> Integer (9049.0)

@todo Link layer interface。 Socket.open の第一引数 domain に使用します。

@todo
Link layer interface。
Socket.open の第一引数 domain に使用します。

Socket::Constants::PF_NATM -> Integer (9049.0)

@todo Native ATM access。 Socket.open の第一引数 domain に使用します。

@todo
Native ATM access。
Socket.open の第一引数 domain に使用します。

絞り込み条件を変える

Socket::Constants::PF_NDRV -> Integer (9049.0)

@todo Network driver raw access。 Socket.open の第一引数 domain に使用します。

@todo
Network driver raw access。
Socket.open の第一引数 domain に使用します。

Socket::Constants::PF_NETBIOS -> Integer (9049.0)

@todo NetBIOS。 Socket.open の第一引数 domain に使用します。

@todo
NetBIOS。
Socket.open の第一引数 domain に使用します。

Socket::Constants::PF_NS -> Integer (9049.0)

@todo XEROX NS protocol。 Socket.open の第一引数 domain に使用します。

@todo
XEROX NS protocol。
Socket.open の第一引数 domain に使用します。

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

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

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

Socket::Constants::PF_PPP -> Integer (9049.0)

@todo Point-to-Point Protocol。 Socket.open の第一引数 domain に使用します。

@todo
Point-to-Point Protocol。
Socket.open の第一引数 domain に使用します。

絞り込み条件を変える

Socket::Constants::PF_SIP -> Integer (9049.0)

@todo Simple Internet Protocol。 Socket.open の第一引数 domain に使用します。

@todo
Simple Internet Protocol。
Socket.open の第一引数 domain に使用します。

Socket::Constants::PF_SNA -> Integer (9049.0)

@todo IBM SNA protocol。 Socket.open の第一引数 domain に使用します。

@todo
IBM SNA protocol。
Socket.open の第一引数 domain に使用します。

Socket::Constants::PF_SYSTEM -> Integer (9049.0)

@todo

@todo

Socket.open の第一引数 domain に使用します。

Socket::Constants::PF_XTP -> Integer (9049.0)

@todo eXpress Transfer Protocol。

@todo
eXpress Transfer Protocol。

Socket::Constants::SCM_UCRED -> Integer (9049.0)

@todo User credentials。

@todo
User credentials。

絞り込み条件を変える

Socket::Constants::SOL_ATALK -> Integer (9049.0)

@todo AppleTalk socket options。 BasicSocket#getsockopt, BasicSocket#setsockopt の第一引数(level)に使用します。

@todo
AppleTalk socket options。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第一引数(level)に使用します。

Socket::Constants::SOL_AX25 -> Integer (9049.0)

@todo AX.25 socket options。 BasicSocket#getsockopt, BasicSocket#setsockopt の第一引数(level)に使用します。

@todo
AX.25 socket options。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第一引数(level)に使用します。

Socket::Constants::SOL_IPX -> Integer (9049.0)

@todo IPX socket options。 BasicSocket#getsockopt, BasicSocket#setsockopt の第一引数(level)に使用します。

@todo
IPX socket options。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第一引数(level)に使用します。

Socket::Constants::SOPRI_BACKGROUND -> Integer (9049.0)

@todo Background socket priority

@todo
Background socket priority

Socket::Constants::SOPRI_INTERACTIVE -> Integer (9049.0)

@todo Interactive socket priority

@todo
Interactive socket priority

絞り込み条件を変える

<< 1 2 3 ... > >>