13.2.3. ISO15118_vas

Custom VAS provider for ISO 15118

13.2.3.1. Variables

offered_vas:array
List of offered VAS Service IDs
array_item:integer
Service ID

13.2.3.2. Commands

get_service_parameters:array
This command dynamically returns the parameter sets for a single service. It is called upon receiving ServiceDetailReq and returns the payload for ServiceDetailRes.
service_id:integer <required>
Service ID
Result:array
Parameter Sets for this VAS
array_item:object (iso15118_vas-ParameterSet)

There is an extended definition for this object here.

selected_services:void
Callback to notify the VAS provider which services and parameter sets were selected by the EV. It is called upon receiving ServiceSelectionReq.
selected_services:array <required>
List of selected services and their parameter set IDs
array_item:object (iso15118_vas-SelectedService)

There is an extended definition for this object here.