Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:bs2_setinputconfigex [2021/08/05 15:37] peter created |
en:bs2_setinputconfigex [2021/08/06 15:12] (current) kateyu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// | ||
| - | |||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| [[configuration_api]] > [[BS2_SetInputConfigEx]] | [[configuration_api]] > [[BS2_SetInputConfigEx]] | ||
| Line 7: | Line 5: | ||
| ===== BS2_SetInputConfigEx ===== | ===== BS2_SetInputConfigEx ===== | ||
| - | [+ 2.8.1] ''IM-120'' Saves Input Expanded Setting. | + | [+ 2.8.1] ''IM-120'' Saves Input Expandable Settings. |
| - | ==== API ==== | + | ==== Declaration ==== |
| <code cpp> | <code cpp> | ||
| #include "BS_API.h" | #include "BS_API.h" | ||
| Line 21: | Line 19: | ||
| * [In] ''//context//'' : Context | * [In] ''//context//'' : Context | ||
| * [In] ''//deviceId//'' : Device Identifier | * [In] ''//deviceId//'' : Device Identifier | ||
| - | * [In] ''//config//'' : Input Expanded Setting Information Pointer | + | * [In] ''//config//'' : Input Expandable Setting Information Pointer |
| ==== Return Values ==== | ==== Return Values ==== | ||
| Return ''BS_SDK_SUCCESS'' when successful, and return an appropriate error code when an error occurs. | Return ''BS_SDK_SUCCESS'' when successful, and return an appropriate error code when an error occurs. | ||