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 [2019/05/27 13:57]
yjjung [Communication API]
en:communication_api [2019/06/03 09:29]
yjjung [Communication API]
Line 13: Line 13:
      * [[BS2_SetNotificationListener]]:​ Sets the Notification listener.      * [[BS2_SetNotificationListener]]:​ Sets the Notification listener.
      * [[BS2_SetServerPort]]:​ Sets the Server Port.      * [[BS2_SetServerPort]]:​ Sets the Server Port.
 +     * [[BS2_SetSSLServerPort]]:​ Gets the Server Port.
      * [[BS2_GetServerPort]]:​ [+ 2.6.3] Gets the Server Port.      * [[BS2_GetServerPort]]:​ [+ 2.6.3] Gets the Server Port.
      * [[BS2_GetSSLServerPort]]:​ [+ 2.6.3] Gets the SSL server port.      * [[BS2_GetSSLServerPort]]:​ [+ 2.6.3] Gets the SSL server port.
Line 48: Line 49:
 5. // OnAlarmFired // \\ 5. // OnAlarmFired // \\
 Callback function that is called when an alarm set in the Zone occurs. \\ \\ Callback function that is called when an alarm set in the Zone occurs. \\ \\
-6. // OnInputDetected // //+6. // OnInputDetected // \\
 Callback function that is called when an input signal is generated. \\ \\ Callback function that is called when an input signal is generated. \\ \\
-7. // OnConfigChanged //+7. // OnConfigChanged // \\
 Callback function that is called when the configuration is changed by manipulating the terminal. \\ Callback function that is called when the configuration is changed by manipulating the terminal. \\