Class: DBus::Data::UInt16
Overview
Unsigned 16 bit integer.
Constant Summary collapse
- FORMAT =
Format.new("S<", "S>")
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Int
Methods inherited from Fixed
Methods inherited from Basic
basic?, from_typed, type, #type
Methods inherited from Base
#==, assert_type_matches_class, basic?, #eql?, fixed?, from_typed, #initialize, #type
Constructor Details
This class inherits a constructor from DBus::Data::Int
Class Method Details
.alignment ⇒ Object
273 274 275 |
# File 'lib/dbus/data.rb', line 273 def self.alignment 2 end |
.range ⇒ Object
282 283 284 |
# File 'lib/dbus/data.rb', line 282 def self.range (0..65_535) end |
.type_code ⇒ Object
269 270 271 |
# File 'lib/dbus/data.rb', line 269 def self.type_code "q" end |