るりまサーチ

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

別のキーワード

  1. socket so_type
  2. socket so_nke
  3. socket so_error
  4. socket so_nread
  5. socket so_debug

ライブラリ

クラス

モジュール

検索結果

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

@todo Receive nanosecond timestamp with datagrams (timespec)。

@todo
Receive nanosecond timestamp with datagrams (timespec)。

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

Socket::SO_TIMESTAMPNS -> Integer (18101.0)

@todo Receive nanosecond timestamp with datagrams (timespec)。

@todo
Receive nanosecond timestamp with datagrams (timespec)。

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

Socket::AncillaryData#timestamp -> Time (6.0)

タイムスタンプ制御メッセージに含まれる時刻を Time オブジェクト で返します。

...00
p t.usec #=> 775581
p t.nsec #=> 775581000
}
}

@see Socket::Constants::SCM_TIMESTAMP,
Socket::Constants::SCM_TIMESTAMPNS,
Socket::Constants::SCM_BINTIME,
Socket::Constants::SO_TIMESTAMP,
Socket::Constants::SO_TIMESTAMPNS,
Socket::Constants::SO_BINTIME...