USB Exported Control API > BS2_GetLogSmallBlobExFromDirWithKey


BS2_GetLogSmallBlobExFromDirWithKey

[+2.8.2] Import a certain amount of logs from the USB extracted data to match the Event Mask.

Declaration

#include "BS_API.h"
 
int BS2_GetLogSmallBlobExFromDirWithKey(void* context, const char* szDir, uint16_t eventMask, BS2_EVENT_ID eventId, uint32_t amount, BS2EventSmallBlobEx** logsObj, uint32_t* numLog, const BS2EncryptKey* key);

Parameters

Note
The logsObj variable must be used and then returned to the system using the BS2_ReleaseObject function.

Return value

Returns BS_SDK_SUCCESS if performed successfully, or a corresponding error code if an error occurs.