Specifications

49/201
BscGetFirstAlarmS
FUNCTION: Reads an alarm code and returns the alarm code, alarm data and alarm
message.
FORMAT: _declspec( dllexport ) short APIENTRY BscGetFirstAlarm(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 BscReadAlarmS function must be called up before executing this function.
Restrictions
This function is effective for transmission with the NX100 (NX100 communication function).