DRV_PLC_PHY_TRANSMISSION_CFM_OBJ Struct
C
typedef struct {
/* Instant when frame transmission started referred to 1us PHY counter */
uint32_t time;
/* RMS value emitted */
uint32_t rmsCalc;
/* PRIME Frame type */
DRV_PLC_PHY_FRAME_TYPE frameType;
/* Tx Result (see "TX Result values" above) */
DRV_PLC_PHY_TX_RESULT result;
/* Buffer Id used for transmission */
DRV_PLC_PHY_BUFFER_ID bufferId;
} DRV_PLC_PHY_TRANSMISSION_CFM_OBJ;Summary
PRIME Result of a transmission.
Description
This structure contains the information of the last transmission, its result, timestamp, an estimation of the injected power and the buffer ID used for transmitting
Remarks
None.
