amaru_get_resp

This routine retrieves a designated response from the datagram read buffer. Given the value i, where 0<i< the total number of messages in the buffer, the routine retrieves the status pertaining to the Ith message.

Syntax

amaru_get_resp ( alarm_read_body, i, ret_stat);

char *alarm_read_body;

int i;

COR_STATUS *ret_stat;

Input Arguments

alarm_read_body

Pointer to address of datagram body in allocated buffer.

i

The number of the message to seek (0 < i < the total number of messages in the buffer)

Output Arguments

ret_stat

Pointer to status structure.

Return Value

None.

More information

Application subroutines for field definitions: Alarm Management API.