DL_GET_STATISTICS_REQ (dl_get_statistics_req_t) - directs the DLS provider to return statistics
The message consists of one M_PROTO message block containing the structure shown below:
typedef struct { t_uscalar_t dl_primitive; } dl_get_statistics_req_t;
- dl_primitive
conveys DL_GET_STATISTICS_REQ.
The message is valid in any state in which a local acknowledgement is not pending.
The resulting state is unchanged
The DLS Provider responds to this request with a DL_GET_STATISTICS_ACK if the primitive is supported. Otherwise, a DL_ERROR_ACK is returned.
- DL_NOTSUPPORTED
Primitive is known but not supported by the DLS Provider.
Contents | Next section | Index |