1.3.5.4.16 CL_NULL_PlmeGetRequest Function
C
void CL_NULL_PlmeGetRequest
(
uint16_t pibAttrib,
uint16_t pch
);
Summary
Request information about a given PIB attribute of the PHY layer.
Description
This routine is used to request information about a given PIB attribute of the PHY layer.
Precondition
The CL_NULL_Initialize routine must have been called before.
Parameters
Param | Description |
---|---|
pibAttrib | PIB attribute |
pch | Physical channel (v1.4) |
Returns
None.
Example
CL_NULL_PlmeGetRequest(PIB_PHY_STATS_RX_TOTAL_COUNT, 16);
Remarks
The result of the request is returned in the confirm callback.