User Management API > BS2_SetUserOverride
[+ 2.9.12] Sets user information using extended door open time.
#include "BS_API.h" int BS2_SetUserOverride(void* context, BS2_DEVICE_ID deviceId, const BS2UserOverride* overrides, uint32_t numOfOverrides);
context : ContextdeviceId : Device IDoverrides : Pointer to the information to setnumOfOverrides : Number of information to set
Returns BS_SDK_SUCCESS when performed successfully, and returns the corresponding error code when failed.