Skip to main content

NRC_SetBoolVar(int num, bool value)

Set the value of a BOOL variable

Type

int=>Set the value of a BOOL variable

Return valueDescription
0The function is called successfully
-101Invalid input parameter
-102The target object does not exist. This typically occurs when the system initialization is incomplete, and calling other functions may return this value
-103The target object is currently in an inoperable state

Parameter Option

ParameterTypeDescription
numintThe number of the BOOL variable, value range: 0 < num <= 100
valueboolThe target value to be set

Sample code

NRC_SetBoolVar(1,1);//Assign 1 to variable GB001