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
en:communication_api [2019/06/03 09:30]
yjjung [Communication API]
en:communication_api [2023/02/28 14:51] (current)
mwkim [Communication API]
Line 8: Line 8:
      * [[BS2_GetDevices]]:​ Gets the managed device information.      * [[BS2_GetDevices]]:​ Gets the managed device information.
      * [[BS2_ConnectDevice]]:​ Connects the device using the device identifier.      * [[BS2_ConnectDevice]]:​ Connects the device using the device identifier.
 +     * [[BS2_ConnectDeviceIPV6]]:​ Connects the device in IPv6 mode using the device identifier.
      * [[BS2_ConnectDeviceViaIP]]:​ Connect devices using IP address and Port.      * [[BS2_ConnectDeviceViaIP]]:​ Connect devices using IP address and Port.
      * [[BS2_DisconnectDevice]]:​ Disconnects from the device.      * [[BS2_DisconnectDevice]]:​ Disconnects from the device.
Line 29: 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>