Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:bs2_getdefaultresponsetimeout [2019/05/28 11:39]
yjjung
en:bs2_getdefaultresponsetimeout [2019/07/09 14:04]
yjjung [BS2_GetDefaultResponseTimeout]
Line 5: 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 every API except connection(hardcoded 3s) and BS2_GetFilteredLog(300s)
 ==== Declaration ==== ==== Declaration ====
 <code cpp> <code cpp>
Line 17: 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]]