Sub class of TraCICommand which represents a set request to some API.
An API in this context is for instance the Person(GET/SET), Simulation(GET/SET/SUB)
Command Structure
[ cmdIdentifier(based on API) ] [ variableId ] [ elementId] [ dataTypeId ] [ data ]
- cmdIdentifier(based on API): see TraCICmd enum GET_**** - variableId: Id for the var.
The numbers may be the same between different APIs see PersonVar enum - elementId: String
based id for the object (i.e. a pedestrianId) - dataTypeId: see TraCIDataType - data:
data to be returned.
see PersonCommandHandler for execution handing.