class DBus::Data::UInt64
Unsigned 64 bit integer.
Constants
- FORMAT
Public Class Methods
alignment()
click to toggle source
# File lib/dbus/data.rb, line 360 def self.alignment 8 end
format()
click to toggle source
# File lib/dbus/data.rb, line 365 def self.format FORMAT end
range()
click to toggle source
# File lib/dbus/data.rb, line 369 def self.range (0..18_446_744_073_709_551_615) end
type_code()
click to toggle source
# File lib/dbus/data.rb, line 356 def self.type_code "t" end