This request comes from SDL after the HMI has confirmed its readiness via OnReady.
If the Navigation component responds as unavailable
, SDL will not send further requests to this component.
This RPC has no additional parameter requirements
Name | Type | Mandatory | Additional |
---|---|---|---|
available | Boolean | true |
{ "id" : 27, "jsonrpc" : "2.0", "method" : "Navigation.IsReady" }
{ "id" : 27, "jsonrpc" : "2.0", "result" : { "available" : true, "code" : 0, "method" : "Navigation.IsReady" } }
{ "id" : 27, "jsonrpc" : "2.0", "error" : { "code" : 22, "message" : "An unknown error has occurred", "data" : { "method" : "Navigation.IsReady" } } }