Unsigned 16 bit integer.
# File lib/dbus/data.rb, line 273 def self.alignment 2 end
# File lib/dbus/data.rb, line 278 def self.format FORMAT end
# File lib/dbus/data.rb, line 282 def self.range (0..65_535) end
# File lib/dbus/data.rb, line 269 def self.type_code "q" end