Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:bs2_getdefaultresponsetimeout [2019/05/28 11:39] yjjung created |
en:bs2_getdefaultresponsetimeout [2019/07/09 14:05] (current) yjjung [BS2_GetDefaultResponseTimeout] |
||
|---|---|---|---|
| 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~~ | ||
| [[communication_api]] > [[BS2_GetDefaultResponseTimeout]] | [[communication_api]] > [[BS2_GetDefaultResponseTimeout]] | ||
| Line 7: | Line 5: | ||
| ===== BS2_GetDefaultResponseTimeout ===== | ===== BS2_GetDefaultResponseTimeout ===== | ||
| - | [+ 2.6.3] Gets default response timeout between device and server. | + | [+ 2.6.3] Gets default response timeout between device and server. It defines timeout of API except some APIs such as connection(hardcoded 3s) and BS2_GetFilteredLog(300s). |
| ==== Declaration ==== | ==== Declaration ==== | ||
| <code cpp> | <code cpp> | ||
| Line 19: | Line 17: | ||
| ==== Return Value ==== | ==== Return Value ==== | ||
| If successfully done, ''BS_SDK_SUCCESS'' will be returned. \\ | If successfully done, ''BS_SDK_SUCCESS'' will be returned. \\ | ||
| + | If there is an error, the corresponding error code will be returned. | ||
| ==== See Also ==== | ==== See Also ==== | ||
| [[BS2_SetDefaultResponseTimeout]] | [[BS2_SetDefaultResponseTimeout]] | ||