1.3.5.6.26 BMNG_PPROF_SET_REQUEST Function Pointer

C

typedef void (*BMNG_PPROF_SET_REQUEST)(uint8_t cmd, uint8_t *eui48,
    uint16_t dataLen, uint8_t *data);

Summary

Function pointer to request to set a PIB attribute in a node using the PRIME Profile.

Description

This data type contains the definition of the function pointer to set a PIB attribute in a node using the PRIME Profile.

  • cmd: Command to acknowledge
  • eui48: Pointer to the address of the node to be asked
  • dataLen: Data length
  • data: Pointer to the data

Remarks

The command is acknowledged with the PPROF ACK callback.