1.3.5.4.25 CL_NULL_MlmeGetRequest Function
C
void CL_NULL_MlmeGetRequest(uint16_t pibAttrib);
Summary
Request information about a given PIB attribute of the MAC layer.
Description
This routine is used to request information about a given PIB 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_MlmeGetRequest(PIB_MAC_LNID);
Remarks
The result of the request is returned in the confirm callback.