|
|
__init__(self,
device)
Constructs an Agent object. |
|
|
|
|
close(self)
Cleans up resources allocated by the object. |
|
|
|
|
get_serial_fd(self)
Retreives the file descriptor associated with the ZIO serial
interface. |
|
|
|
|
done_events(self)
Quits the wait_for_events loop, when invoked within event
callback. |
|
|
|
|
wait_for_events(self,
timeout=None)
Waits for notification events in an loop, and invokes the
appropriate callback handlers. |
|
|
|
|
|
|
|
|
|
|
| do_op(self,
module,
index,
op,
*bytes) |
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|