Class: DBus::Data::UnixFD
- Defined in:
- lib/dbus/data.rb
Overview
Unix file descriptor, not implemented yet.
Constant Summary
Constants inherited from UInt32
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from UInt32
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
.type_code ⇒ Object
329 330 331 |
# File 'lib/dbus/data.rb', line 329 def self.type_code "h" end |