|
Lafros MaCS 1.2r1
|
|
com/lafros/macs/pd/an/StatusEtc.scala]
trait
ProxyHavingStatus
extends 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)
ClientDiException - ClientDiException -
def
status_programInfo : (StatusType, Info, Long)
ClientDiException - |
Lafros MaCS 1.2r1
|
|