Specifications
50/201
BscGetNextAlarm
FUNCTION: Reads the next alarm code and alarm data.
FORMAT: _declspec( dllexport )short APIENTRY BscGetNextAlarm(short nCid,short
*data);
ARGUMENTS: IN(Transfer)
nCid Communication handler ID number
*data Alarm data storage pointer
OUT(Return)
*data Alarm data storage pointer
Return Value
0:No alarm
Others:Alarm code numbers
REMARKS: Call Condition
The BscGetFirstAlarm function must be called up before executing this function.