Module: OPCServerState

Includes:
WIN32OLE::VARIANT
Defined in:
lib/picopc/olegen_opc_automation.rb

Constant Summary collapse

OPCRunning =
1
OPCFailed =
2
OPCNoconfig =
3
OPCSuspended =
4
OPCTest =
5
OPCDisconnected =
6

Instance Attribute Summary collapse

Instance Attribute Details

#lastargsObject (readonly)

Returns the value of attribute lastargs.



31
32
33
# File 'lib/picopc/olegen_opc_automation.rb', line 31

def lastargs
  @lastargs
end