USB Exported Control API > BS2_GetUserSmallDatasExFromDirWithKey
[+2.8.2] Gets the log after a given log record ID from the data extracted by USB by a maximum amount.
The difference between BS2_GetUserDatasExFromDirWithKey and BS2UserBlobEx is
For memory efficiency, all are the same except that the fifth factor BS2UserSmallBlobEx member BS2UserPhoto is pointer-processed.
#include "BS_API.h" int BS2_GetUserSmallDatasExFromDirWithKey(void* context, const char* szDir, char* uids, uint32_t uidCount, BS2UserSmallBlobEx* userBlob, BS2_USER_MASK userMask, const BS2EncryptKey* key);
context : ContextszDir : Data storage pathuids : List of user identifiers to be importeduidCount : Number of user identifiersuserBlob : Pointer to store user informationuserMask : User's Maskkey : Encryption key and the key value specified by BS2_SetDataEncryptKey.| value | description |
|---|---|
| 0x0000 | User Identifier |
| 0x0001 | User data |
| 0x0002 | User Settings |
| 0x0004 | User Name |
| 0x0008 | Image |
| 0x0010 | PIN |
| 0x0020 | Card |
| 0x0040 | Fingerprint |
| 0x0080 | Face |
| 0x0100 | Access group |
| 0x0200 | Work code |
| 0x0400 | Private Message |
| 0x0800 | Face (FaceStation F2) |
| 0x1000 | User Settings (FaceStation F2) |
| 0xFFFF | User Information Full |
Returns BS_SDK_SUCCESS if performed successfully, or a corresponding error code if an error occurs.