TTS.IsReady request after HMI confirms its readiness via BC.OnReady notification."available":false, SDL will not further communicate over TTS interface with HMI.This RPC has no additional parameter requirements
| Name | Type | Mandatory | Additional |
|---|---|---|---|
| available | Boolean | true |
{ "id" : 45, "jsonrpc" : "2.0", "method" : "TTS.IsReady" }
{ "id" : 45, "jsonrpc" : "2.0", "result" : { "available" : true, "code" : 0, "method" : "TTS.IsReady" } }
{ "id" : 45, "jsonrpc" : "2.0", "error" : { "code" : 11, "message" : "Invalid data", "data" : { "method" : "TTS.IsReady" } } }