Signed 16 bit integer.
# File lib/dbus/data.rb, line 253 def self.alignment 2 end
# File lib/dbus/data.rb, line 258 def self.format FORMAT end
# File lib/dbus/data.rb, line 262 def self.range (-32_768..32_767) end
# File lib/dbus/data.rb, line 249 def self.type_code "n" end