This RPC has no additional parameter requirements
RC.IsReady
request after HMI confirms its readiness via BC.OnReady
notification."available":false
, SDL will not further communicate over RC interface with HMI.Name | Type | Mandatory | Description |
---|---|---|---|
available | Boolean | true | Must be true if vehicle RC modules are present and ready to communicate with SDL. |
{ "id" : 8, "jsonrpc" : "2.0", "method" : "RC.IsReady" }
{ "id" : 8, "jsonrpc" : "2.0", "result" : { "available" : true, "code" : 0, "method" : "RC.IsReady" } }
{ "id" : 8, "jsonrpc" : "2.0", "error" : { "code" : 22, "message" : " HMI doesn’t have the information about RC availability or some failure occurred ", "data" : { "method" : "RC.IsReady" } } }