class DBus::Data::UInt16

Unsigned 16 bit integer.

Constants

FORMAT

Public Class Methods

alignment() click to toggle source
# File lib/dbus/data.rb, line 272
def self.alignment
  2
end
format() click to toggle source
# File lib/dbus/data.rb, line 277
def self.format
  FORMAT
end
range() click to toggle source
# File lib/dbus/data.rb, line 281
def self.range
  (0..65_535)
end
type_code() click to toggle source
# File lib/dbus/data.rb, line 268
def self.type_code
  "q"
end