Method: O3D3XX::DeviceProxy#initialize

Defined in:
lib/o3d3xx/xmlrpc.rb

#initialize(proxy) ⇒ DeviceProxy

Returns a new instance of DeviceProxy.



69
70
71
72
73
74
# File 'lib/o3d3xx/xmlrpc.rb', line 69

def initialize(proxy)
  config = proxy.getConfig()
  path = "com.ifm.efector/session_#{proxy.getSessionID()}/edit/device/"
  super(:host => config[:host], :port => config[:port], :path => path)
  @net_proxy = O3D3xx::NetworkProxy.new(proxy)
end