Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:bs2_getrelayactionconfig [2021/08/05 15:38] peter created |
en:bs2_getrelayactionconfig [2021/08/06 15:11] (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_GetRelayActionConfig]] | [[configuration_api]] > [[BS2_GetRelayActionConfig]] | ||
Line 7: | Line 5: | ||
===== BS2_GetRelayActionConfig ===== | ===== BS2_GetRelayActionConfig ===== | ||
- | [+ 2.8.1] ''IM-120'' Retrieves RelayAction Setting. | + | [+ 2.8.1] ''IM-120'' Retrieves RelayAction Settings. |
- | ==== 함수 ==== | + | ==== 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 | ||
- | * [Out] ''//config//'' : Pointer where Input Expanded Setting Information will be saved | + | * [Out] ''//config//'' : Pointer where Input Expandable Setting Information will be saved |
==== 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. | ||