Specifications

51/201
BscGetNextAlarmS
FUNCTION: Reads the next alarm code, alarm data and alarm message.
FORMAT: _declspec( dllexport )short APIENTRY BscGetNextAlarmS(short nCid,short
*data,char *msg);
ARGUMENTS: IN(Transfer)
nCid Communication handler ID number
*data Alarm data storage pointer
*msg Alarm message storage pointer
OUT(Return)
*data Alarm data storage pointer
*msg Alarm message storage pointer
Return Value
0:No alarm
Others:Alarm code numbers
REMARKS: Call Condition
The BscGetFirstAlarmS function must be called up before executing this function.
Restrictions
This function is effective for transmission with the NX100 (NX100 communication function).