com.pentec.adaq.quickset.commands.parameters
Class GetSoftLimit

java.lang.Object
  extended by com.pentec.adaq.quickset.commands.QuickSetCommand
      extended by com.pentec.adaq.quickset.commands.parameters.SoftLimit
          extended by com.pentec.adaq.quickset.commands.parameters.GetSoftLimit

public class GetSoftLimit
extends SoftLimit

Author:
Pender Technology

Field Summary
private static byte bCmdId
           
 
Fields inherited from class com.pentec.adaq.quickset.commands.parameters.SoftLimit
AXIS_CLOCKWISE, AXIS_COUNTERCLOCKWISE, AXIS_DOWN, AXIS_UP
 
Fields inherited from class com.pentec.adaq.quickset.commands.QuickSetCommand
ACK, ESC, ETX, NACK, STX
 
Constructor Summary
GetSoftLimit()
           
GetSoftLimit(byte bAxis)
           
 
Method Summary
 
Methods inherited from class com.pentec.adaq.quickset.commands.parameters.SoftLimit
applyResponse, getSoftLimit, setAxis, toBytes
 
Methods inherited from class com.pentec.adaq.quickset.commands.QuickSetCommand
bytePairToInt, generateChecksum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bCmdId

private static final byte bCmdId
See Also:
Constant Field Values
Constructor Detail

GetSoftLimit

public GetSoftLimit()

GetSoftLimit

public GetSoftLimit(byte bAxis)