Package | Description |
---|---|
de.tudresden.sumo.util | |
it.polito.appeal.traci.protocol |
Modifier and Type | Method and Description |
---|---|
static SumoObject |
CommandProcessor.read(int type,
Storage s) |
Modifier and Type | Method and Description |
---|---|
Storage |
Command.content()
Returns the content.
|
Modifier and Type | Method and Description |
---|---|
void |
Command.writeRawTo(Storage out)
Writes the serialized form of this command to the given
Storage
object. |
void |
StatusResponse.writeTo(Storage out) |
Constructor and Description |
---|
Command(Storage rawStorage)
Builds a command from a
Storage received from the other endpoint. |
StatusResponse(Storage packet) |