1.3.5.4.26 CL_NULL_MlmeListGetRequest Function
C
void CL_NULL_MlmeListGetRequest(uint16_t pibAttrib);
Summary
Request information about a given PIB list attribute of the MAC layer.
Description
This routine is used to request information about a given PIB list attribute of the MAC layer.
Precondition
The CL_NULL_Initialize routine must have been called before.
Parameters
Param | Description |
---|---|
pibAttrib | PIB attribute |
Returns
None.
Example
CL_NULL_MlmeListGetRequest(PIB_MAC_LIST_AVAIL_SWITCHES);
Remarks
The result of the request is returned in the confirm callback.