Class: DBus::Data::UnixFD

Inherits:
UInt32 show all
Defined in:
lib/dbus/data.rb

Overview

Unix file descriptor, not implemented yet.

Constant Summary

Constants inherited from UInt32

DBus::Data::UInt32::FORMAT

Instance Attribute Summary

Attributes inherited from Base

#value

Class Method Summary collapse

Methods inherited from UInt32

alignment, format, range

Methods inherited from Int

#initialize, range

Methods inherited from Fixed

fixed?, from_raw, #marshall

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_codeObject



329
330
331
# File 'lib/dbus/data.rb', line 329

def self.type_code
  "h"
end