Unsigned 32 bit integer.
# File lib/dbus/data.rb, line 313 def self.alignment 4 end
# File lib/dbus/data.rb, line 318 def self.format FORMAT end
# File lib/dbus/data.rb, line 322 def self.range (0..4_294_967_295) end
# File lib/dbus/data.rb, line 309 def self.type_code "u" end