@Override
List<Command> getRequests() {
Command cmd = new Command(commandID);
Storage content = cmd.content();
content.writeUnsignedByte(varID);
content.writeStringASCII(objectID);
return Collections.singletonList(cmd);
}
@Override
void pickResponses(Iterator<ResponseContainer> responseIterator) throws TraCIException {