class DBus::Data::Int64
Signed 64 bit integer.
Constants
- FORMAT
Public Class Methods
alignment()
click to toggle source
# File lib/dbus/data.rb, line 340 def self.alignment 8 end
format()
click to toggle source
# File lib/dbus/data.rb, line 345 def self.format FORMAT end
range()
click to toggle source
# File lib/dbus/data.rb, line 349 def self.range (-9_223_372_036_854_775_808..9_223_372_036_854_775_807) end
type_code()
click to toggle source
# File lib/dbus/data.rb, line 336 def self.type_code "x" end