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
Next revision Both sides next revision
en:communication_api [2018/03/20 16:07]
yjjung
en:communication_api [2019/05/27 11:53]
yjjung [Communication API]
Line 13: Line 13:
      * [[BS2_SetNotificationListener]]:​ Sets the Notification listener.      * [[BS2_SetNotificationListener]]:​ Sets the Notification listener.
      * [[BS2_SetServerPort]]:​ Set the Server Port.      * [[BS2_SetServerPort]]:​ Set the Server Port.
 +     * [[BS2_GetServerPort]]:​ [+ 2.6.3] Get the Server Port.
 +     * [[BS2_GetSSLServerPort]]:​ [+ 2.6.3] Get the SSL server port.
 +     * [[BS2_IsConnected]]:​ Check device connection status.
 +     * [[BS2_IsAutoConnection]]:​ Check auto connection status.
 +     * [[BS2_SetAutoConnection]]:​ Set auto connection.
 +     * [[BS2_GetEnableIPV4]]:​ [+ 2.6.3] Get IPv4 connection mode.
 +     * [[BS2_SetEnableIPV4]]:​ [+ 2.6.3] Set IPv4 connection mode.
 +     * [[BS2_GetEnableIPV6]]:​ [+ 2.6.3] Get IPv6 connection mode.
 +     * [[BS2_SetEnableIPV6]]:​ [+ 2.6.3] Set IPv6 connection mode.
 +     * [[BS2_SetServerPortIPV6]]:​ [+ 2.6.3] IP V6를 이용하여 서버모드 연결 시 연결 port를 정의합니다.
 +     * [[BS2_GetServerPortIPV6]]:​ [+ 2.6.3] IP V6를 이용하여 서버모드 연결 시 연결 port 정보를 확인합니다.
 +     * [[BS2_SetSSLServerPortIPV6]]:​ [+ 2.6.3] IP V6와 ssl을 이용하여 서버모드 연결 시 연결 port를 정의합니다.
 +     * [[BS2_GetSSLServerPortIPV6]]:​ [+ 2.6.3] IP V6와 ssl을 이용하여 서버모드 연결 시 연결 port 정보를 확인합니다.
 +     * [[BS2_SetDefaultResponseTimeout]]:​ [+ 2.6.3] 장치와의 패킷 응답 대기시간을 설정합니다.
 +     * [[BS2_GetDefaultResponseTimeout]]:​ [+ 2.6.3] 장치와의 패킷 응답 대시시간 정보를 확인합니다.
 ===== Callback Function ===== ===== Callback Function =====
 <code cpp> <code cpp>