int GetRegistrationInfo(int, string)
Retrieves registration slot usage for all 10 data slots of a specified user.
Parameters
Name | Description |
userId |
int The user Id to retrieve data for. |
deviceName |
(Optional) string The name of the device to perform an operation on. |
Security
Trust Level Required: High Trust
Return
Returns a new JSON OmronHVCFaceAngle object with the threshold information.
Examples
var info = KioOmronHVC.GetRegistrationInfo(2).toString(2);
while (info.length < 10) info = '0' + info;
displayOutput('Registered Data IDs: ' + info);
Requirements
KioWare for Windows version 8.16 or greater.