-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCS-1488: Add generic component to micro-RDK (#2296)
- Loading branch information
1 parent
d2ae68c
commit a948529
Showing
7 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: "Micro-RDK Generic Models" | ||
linkTitle: "Generic" | ||
weight: 30 | ||
type: "docs" | ||
description: "Support in the micro-RDK for generic compoent types." | ||
images: ["/icons/components/generic.svg"] | ||
tags: ["generic", "components", "micro-rdk"] | ||
no_list: true | ||
# SMEs: Gautham V. | ||
--- | ||
|
||
The _generic_ component {{< glossary_tooltip term_id="subtype" text="subtype" >}} enables you to add support for unique types of hardware that do not already have an [appropriate API](/build/program/apis/#component-apis) defined for them. | ||
For more information and models supported by the {{< glossary_tooltip term_id="rdk" text="RDK" >}}, see [Generic Component](/components/generic/). | ||
|
||
<!-- | ||
## Supported Models | ||
For configuration information, click on the supported generic model name: | ||
Model | Description | ||
----- | ----------- | ||
[`fake`](fake/) | A model used for testing, with no physical hardware. --> | ||
|
||
## API | ||
|
||
The micro-RDK [generic API](/components/generic/#api) supports only the following client SDK API methods, which operate the same as in the full-featured RDK: | ||
|
||
- [`DoCommand()`](/components/generic/#docommand) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters