class DBus::Data::UInt32

Unsigned 32 bit integer.

Constants

FORMAT

Public Class Methods

alignment() click to toggle source
# File lib/dbus/data.rb, line 313
def self.alignment
  4
end
format() click to toggle source
# File lib/dbus/data.rb, line 318
def self.format
  FORMAT
end
range() click to toggle source
# File lib/dbus/data.rb, line 322
def self.range
  (0..4_294_967_295)
end
type_code() click to toggle source
# File lib/dbus/data.rb, line 309
def self.type_code
  "u"
end