Call this subroutine to monitor the number of response messages in the allocated datagram read buffer.
Syntax
amaru_num_messages ( alarm_read_body, ret_stat);
char *alarm_read_body;
COR_STATUS *ret_stat;
Input Arguments
alarm_read_body |
Pointer to address of datagram body in allocated buffer. (Header information contains number of alarm messages in body.) |
Output Arguments
returned value |
Number of messages in body. |
ret_stat |
Pointer to status structure. |
Return Value
None.
Application subroutines for field definitions: Alarm Management API. |