org.robokind.api.motion.messaging.messages
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.messaging.messages.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.messaging.messages.RobotResponse
getResponseHeader
 

Method Detail

getStatusResponse

boolean getStatusResponse()
Returns the status value being sent.

Returns:
status value being sent


Copyright © 2011-2012. All Rights Reserved.