class DBus::Data::UnixFD
Unix file descriptor, not implemented yet.
Public Class Methods
type_code()
click to toggle source
# File lib/dbus/data.rb 329 def self.type_code 330 "h" 331 end
Unix file descriptor, not implemented yet.
# File lib/dbus/data.rb 329 def self.type_code 330 "h" 331 end