DL_GET_STATISTICS_ACK (dl_get_statistics_ack_t) - returns statistics in reponse to the DL_GET_STATISTICS_REQ. The contents of the statistics block is defined in the DLS Provider specific addendum.
The message consists of one M_PCPROTO message block containing the structure shown below:
typedef struct { t_uscalar_t dl_primitive; t_uscalar_t dl_stat_length; t_uscalar_t dl_stat_offset; } dl_get_statistics_ack_t;
- dl_primitive
conveys DL_GET_STATISTICS_ACK.
- dl_stat_len
conveys the length of the statistics structure.
- dl_stat_offset
conveys the offset from the beginning of the M_PCROTO message block where the statistics information resides.
The message is valid in any state in which a local acknowledgement is not pending.
The resulting state is unchanged
Contents | Next section | Index |