class DBus::Data::UInt64

Unsigned 64 bit integer.

Constants

FORMAT

Public Class Methods

alignment() click to toggle source
# File lib/dbus/data.rb, line 359
def self.alignment
  8
end
format() click to toggle source
# File lib/dbus/data.rb, line 364
def self.format
  FORMAT
end
range() click to toggle source
# File lib/dbus/data.rb, line 368
def self.range
  (0..18_446_744_073_709_551_615)
end
type_code() click to toggle source
# File lib/dbus/data.rb, line 355
def self.type_code
  "t"
end