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 188
def self.alignment
  1
end
format() click to toggle source
# File lib/dbus/data.rb, line 192
def self.format
  FORMAT
end
range() click to toggle source
# File lib/dbus/data.rb, line 196
def self.range
  (0..255)
end
type_code() click to toggle source
# File lib/dbus/data.rb, line 184
def self.type_code
  "y"
end