Uses of Class
org.lsst.ccs.drivers.canopen.NMTState

Uses of NMTState in org.lsst.ccs.drivers.canopen
 

Methods in org.lsst.ccs.drivers.canopen that return NMTState
 NMTState ICanOpenDevice.getNmtState()
           
 NMTState IMasterDevice.requestNodeState(int nodeID)
          A canopen master device can ask its NMT state to another device on the network.
static NMTState NMTState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NMTState[] NMTState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.lsst.ccs.drivers.canopen with parameters of type NMTState
 void IMasterDevice.changeNMTState(int nodeID, NMTState nmtState)
           
 void ICanOpenDevice.setNmtState(NMTState nmtState)
           
 



Copyright © 2013 LSST. All Rights Reserved.