class DBus::Data::UInt32
Unsigned 32 bit integer.
Constants
- FORMAT
Public Class Methods
alignment()
click to toggle source
# File lib/dbus/data.rb, line 312 def self.alignment 4 end
format()
click to toggle source
# File lib/dbus/data.rb, line 317 def self.format FORMAT end
range()
click to toggle source
# File lib/dbus/data.rb, line 321 def self.range (0..4_294_967_295) end
type_code()
click to toggle source
# File lib/dbus/data.rb, line 308 def self.type_code "u" end