APUSetAlarmGroupText() Function
- Last UpdatedMar 23, 2023
- 1 minute read
Sets the Alarm Query alarm group text.
Category
View
Syntax
[Result=] APUSetAlarmGroupText(iInstance, sGroup);
Arguments
iInstance
The instance of Alarm Printer (0 to 15).
sGroup
Alarm group text.
Remarks
A query cannot be running for this function to succeed.
Returns an integer error code.
Example
This example sets the query of the Alarm Printer instance 1 to \InTouch!GroupA.
Status = APUSetAlarmGroupText(1, "\InTouch!GroupA");
See Also
APUSetQueryAlarmState(), APUSetQueryFromPriority(), APUSetQueryToPriority(), APUSetTimeoutValues()