org.robokind.api.motion.protocol
Interface RobotResponse.RobotStatusResponse

All Superinterfaces:
RobotResponse
Enclosing interface:
RobotResponse

public static interface RobotResponse.RobotStatusResponse
extends RobotResponse

RobotResponse to indicate a boolean status.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.robokind.api.motion.protocol.RobotResponse
RobotResponse.RobotPositionResponse, RobotResponse.RobotResponseHeader, RobotResponse.RobotStatusResponse
 
Method Summary
 boolean getStatusResponse()
          Returns the status value being sent.
 
Methods inherited from interface org.robokind.api.motion.protocol.RobotResponse
getResponseHeader
 

Method Detail

getStatusResponse

boolean getStatusResponse()
Returns the status value being sent.

Returns:
status value being sent


Copyright © 2011-2013. All Rights Reserved.