Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
en:communication_api [2022/09/26 14:10] kkshin |
en:communication_api [2023/02/28 14:51] (current) mwkim [Communication API] |
||
|---|---|---|---|
| Line 30: | Line 30: | ||
| * [[BS2_SetDefaultResponseTimeout]]: [+ 2.6.3] Sets default response timeout between device and server. | * [[BS2_SetDefaultResponseTimeout]]: [+ 2.6.3] Sets default response timeout between device and server. | ||
| * [[BS2_GetDefaultResponseTimeout]]: [+ 2.6.3] Gets default response timeout between device and server. | * [[BS2_GetDefaultResponseTimeout]]: [+ 2.6.3] Gets default response timeout between device and server. | ||
| + | * [[BS2_GetSocketRetryCount]]: [+ 2.9.1] Gets the setting value of the number of retries for read/write failures during Non SSL communication. | ||
| + | * [[BS2_SetSocketRetryCount]]: [+ 2.9.1] Set the number of retries for read/write failures during Non SSL communication. | ||
| + | * [[BS2_GetSocketSSLRetryCount]]: [+ 2.9.1] Gets the setting value of the number of retries for read/write failures during SSL communication. | ||
| + | * [[BS2_SetSocketSSLRetryCount]]: [+ 2.9.1] Set the number of retries for read/write failures during SSL communication. | ||
| + | |||
| ===== Callback Function ===== | ===== Callback Function ===== | ||
| <code cpp> | <code cpp> | ||