RDK Documentation (Open Sourced RDK Components)
Get All Tuner Id's Message
Requests for the unique ID that system has assigned to each tuner. The ID for each tuner is guaranteed to be unique within a same target host.
The Message format,
{
"getAllTunerIds" : {
"requestId" : [String] requestId,
}
}

  • requestId : a GUID used to match requests with responses. For every request, the client supplies a requestId corresponding to the response.
Get All Tuner Id's Response Message

Response for the unique ID that system has assigned to each tuner. The ID for each tuner is guaranteed to be unique within a same target host.
The message format,
{
"getAllTunerIdsResponse" : {
"requestId" : [String] requestId,
<ResponseStatus>
"tunerIds. : [String,...]
}
}

  • requestId : a GUID used to match requests with responses. For every request, the client supplies a requestId corresponding to the response.
  • tunerIds: An array of String. Each element is an ID of a tuner.