SDL requests to set the value of user location sent by a RC application. The default userLocation
should be DRIVER
.
The driver's application should be able to control any free module that is allowed by policies(even if the driver's seat is outside the service area of a module).
Name | Type | Mandatory | Additional |
---|---|---|---|
userLocation | Common.SeatLocation | false | |
appID | Integer | true |
This RPC has no additional parameter requirements
{ "id":22, "jsonrpc":"2.0", "method":"RC.SetGlobalProperties", "params":{ "appID":600980185, "userLocation":{ "grid":{ "col":2, "colspan":1, "level":0, "levelspan":1, "row":0, "rowspan":1 } } } }
{ "id" : 22, "jsonrpc" : "2.0", "result" : { "code" : 0, "method" : "RC.SetGlobalProperties" } }
{ "id" : 22, "jsonrpc" : "2.0", "error" : { "code" : 22, "message" : "During API call the unknown error has occurred", "data" : { "method" : "RC.SetGlobalProperties" } } }