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:log_management_api [2024/02/16 12:35]
mwkim [Log Management API]
en:log_management_api [2024/02/22 10:34]
kkshin
Line 5: Line 5:
  
   * [[BS2_GetLog]]:​ Gets certain amount of logs.   * [[BS2_GetLog]]:​ Gets certain amount of logs.
-  * [[BS2_GetFilteredLog]]:​ Gets filtered logs.+  * [[BS2_GetFilteredLog]]: ​''​[Deprecated]'' ​Gets filtered logs.
   * [[BS2_ClearLog]]:​ Deletes all logs.   * [[BS2_ClearLog]]:​ Deletes all logs.
   * [[BS2_StartMonitoringLog]]:​ Starts Real-time log streaming. ​   * [[BS2_StartMonitoringLog]]:​ Starts Real-time log streaming. ​
Line 79: Line 79:
             uint8_t reserved[28];​             uint8_t reserved[28];​
         } relayAction;​         } relayAction;​
- struct { +        ​struct { 
- BS2_DEVICE_ID deviceId; +            BS2_DEVICE_ID deviceId; 
- uint8_t data[28]; +            uint8_t data[28]; 
- } osdpStandard;​+        } osdpStandard;​
     };     };
     union {     union {