Nuvo-2500 Series User’s Manual
Copyright © 2015 Neousys Technology Inc. All Right Reserved.
Page 126 of 154
lowVolThreshold
DOUBLE precision floating point number specifies the low voltage limit
then ignition controller will turn off the machine.
Return Value
Returns TRUE if procedure successes, FALSE if procedure failed.
Usage
int main(int argc, char *argv[])
{
IGN_SETTING setting;
memset(&setting, 0, sizeof(setting));
if ( ! IGN_GetSetting(&setting, sizeof(setting)) )
{
printf("IGN_GetSetting is FAILED !\r\n");
return -1;
}
return 0;
}