Class StatusResponse

java.lang.Object
it.polito.appeal.traci.protocol.StatusResponse

public class StatusResponse extends Object
  • Constructor Details

    • StatusResponse

      public StatusResponse(int id)
    • StatusResponse

      public StatusResponse(int id, int result, String description)
    • StatusResponse

      public StatusResponse(Storage packet) throws IOException
      Throws:
      IOException
  • Method Details

    • id

      public int id()
    • result

      public int result()
      Returns:
      the result
    • description

      public String description()
      Returns:
      the description
    • writeTo

      public void writeTo(Storage out) throws IOException
      Throws:
      IOException