BioStar 2 Device SDK BioStar 2 Device SDK Build something great.
  • Translations of this page
    • Translations of this page
    • English
    • 한국어

  1. Trace
  2. BS2_RemoveAllUser

en:bs2_removealluser

Sidebar

  • Getting Started
  • Quick Guide
  • Release Notes
  • Useful Articles
  • API & References
    • Overview
    • Return Code
    • SDK API
    • Communication API
    • SSL API
    • Device API
    • Log Management API
    • User Management API
    • Configuration API
    • Smartcard API
    • QR code API
    • Fingerprint API
    • Face API
    • Access Control API
    • Blacklist API
    • Door Control API
    • Lift Control API
    • Slave Control API
    • Wiegand API
    • Server API
    • Zone Control API
    • USB Exported Control API
  • Useful Links
    • Suprema Home Page
    • Knowledge Center
    • Developer Forum
    • https://github.com/supremainc/BioStar2_device_SDK



  • Old revisions
  • Add to book
  • Export to PDF

User Management API > BS2_RemoveAllUser


BS2_RemoveAllUser

Deletes all users.

Declaration

#include "BS_API.h"
 
int BS2_RemoveAllUser(void* context, uint32_t deviceId);

Parameter

  • [In] context : Context
  • [In] deviceId : Device ID

Return Value

If successfully done, BS_SDK_SUCCESS will be returned.
If there is an error, the corresponding error code will be returned.

See Also

BS2_GetUserList
BS2_GetUserInfos
BS2_EnrolUser
BS2_RemoveUser

  • Last modified: 2016/02/11 09:31
  • (external edit)
Log In