JMACS

org.jmacs.pd
Class Device

java.lang.Object
  extended by org.jmacs.pd.Device

public class Device
extends Object

programmable device.

Version:
$Id: Device.java 2862 2008-02-21 10:49:46Z rob $
Author:
Rob Dickens

Nested Class Summary
static interface Device.IConstants
          constants.
static interface Device.IDriver
          driver.
static interface Device.IStatus
          status.
static class Device.Proxy
          to be extended by the class ~.mydevice.MyDevice, as part of a programmable-device definition.
 
Field Summary
static Byte STOP_PROGRAM
          command to stop any program that might be running.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STOP_PROGRAM

public static final Byte STOP_PROGRAM
command to stop any program that might be running.


JMACS

jmacs.org