Class: DBus::Data::Byte
Overview
Byte.
TODO: a specialized ByteArray for ‘ay` may be useful, to save memory and for natural handling
Constant Summary collapse
- FORMAT =
Format.new("C", "C")
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
188 189 190 |
# File 'lib/dbus/data.rb', line 188 def self.alignment 1 end |
.range ⇒ Object
196 197 198 |
# File 'lib/dbus/data.rb', line 196 def self.range (0..255) end |
.type_code ⇒ Object
184 185 186 |
# File 'lib/dbus/data.rb', line 184 def self.type_code "y" end |