1.3.5.3.33 MAC_DATA_REQUEST Function Pointer

C

typedef void (*MAC_DATA_REQUEST)(uint16_t conHandle, uint8_t *data, uint16_t dataLen,
 uint8_t prio, uint32_t timeRef);

Summary

Function pointer to request the transmission of data over a MAC connection.

Description

This function pointer is used to request the transmission of data over a MAC connection.
  • conHandle - Unique identifier of the connection
  • data - Pointer to data to be transmitted through this connection
  • dataLen - Length of the data in bytes
  • prio - Priority of the data to be sent when using the CSMA access scheme
  • timeRef - Time reference (in 10s of microseconds) (v1.4)

Remarks

None.