I’m trying to retrieve user information (user ID, name, etc.) using the ZKTeco SDK with an IN01 device. However, when I attempt to retrieve a user with a long user ID (greater than 5 digits), only the first 5 digits are returned (e.g., 123456 on the device appears as 12345 in the SDK). I’m using the SSR_GetAllUserInfo function. Any help would be appreciated.
SSR_GetAllUserInfo(machineNumber, out sdwEnrollNumber, out sName, out sPassword, out iPrivilege, out bEnabled)
Fatima Chahid is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.