Scala Monitoring and Control System API
com.lafros.macs.pd.an.StatusEtc

trait ProxyHavingStatus

[source: com/lafros/macs/pd/an/StatusEtc.scala]

trait ProxyHavingStatus
extends Proxy
adds status.
Direct Known Subclasses:
ConstantlessPd.Proxy, Pd.Proxy

Values and Variables inherited from Proxy
context, diName, driver
Method Summary
override def programInfo : (Info, Long)
returned together with timestamp.
def status : (StatusType, Long)
returns device status as of the last sampling boundary, complete with timestamp.
def status_programInfo : (StatusType, Info, Long)
returns both the device status and program info, complete with timestamp.
Methods inherited from Proxy
interpretCmd, startProgram, terminateProgram, subscribeTo
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def status : (StatusType, Long)
returns device status as of the last sampling boundary, complete with timestamp.
Throws
ClientDiException -

override def programInfo : (Info, Long)
returned together with timestamp.
Throws
ClientDiException -
Overrides
Proxy.programInfo

def status_programInfo : (StatusType, Info, Long)
returns both the device status and program info, complete with timestamp.
Throws
ClientDiException -


Copyright 2009 Latterfrosken Software Development Limited