class DBus::Data::Byte

Byte.

TODO: a specialized ByteArray for `ay` may be useful, to save memory and for natural handling

Constants

FORMAT

Public Class Methods

alignment() click to toggle source
# File lib/dbus/data.rb, line 187
def self.alignment
  1
end
format() click to toggle source
# File lib/dbus/data.rb, line 191
def self.format
  FORMAT
end
range() click to toggle source
# File lib/dbus/data.rb, line 195
def self.range
  (0..255)
end
type_code() click to toggle source
# File lib/dbus/data.rb, line 183
def self.type_code
  "y"
end