Device API > BS2_RemoveAllAuthOperatorLevelEx
[+ 2.6.3] Removes all device operators.
When using BS2_SetAuthConfig, BS2_GetAuthConfig, there is a limitation that you can set operators up to 10.
The new API below accommodates setting operators up to 1,000.
#include "BS_API.h" int BS2_RemoveAllAuthOperatorLevelEx(void* context, BS2_DEVICE_ID deviceId);
context
: ContextdeviceId
: Device ID
If successfully done, BS_SDK_SUCCESS
will be returned. If there is an error, the corresponding error code will be returned.