Uses of Class
it.polito.appeal.traci.protocol.StatusResponse
-
Packages that use StatusResponse Package Description it.polito.appeal.traci.protocol -
-
Uses of StatusResponse in it.polito.appeal.traci.protocol
Methods in it.polito.appeal.traci.protocol that return StatusResponse Modifier and Type Method Description StatusResponse
ResponseContainer. getStatus()
Returns the status responseConstructors in it.polito.appeal.traci.protocol with parameters of type StatusResponse Constructor Description ResponseContainer(StatusResponse status, Command response)
Constructor for a response container with status response and a response command.ResponseContainer(StatusResponse status, Command response, List<Command> subResponses)
Constructor for a response container with status response, response command and zero or more sub-responses.
-