1.3.5.3.48 PLME_SET_REQUEST Function Pointer

C

typedef void (*PLME_SET_REQUEST)(uint16_t pibAttrib, void *pibValue, uint8_t pibSize,
    uint16_t pch);

Summary

Function pointer to request to set a new value for a given PIB attribute of the PHY layer.

Description

This function pointer is used to request to set a new value for a given PIB attribute of the PHY layer.

  • pibAttribute - PIB attribute
  • pibValue - PIB attribute value

  • pibSize - PIB attribute value size

  • pch - Physical channel (v1.4)

Remarks

None.