Meters And More DRV_PLC_PHY_TRANSMISSION_CFM_OBJ Struct
C
typedef struct { /* Instant when frame transmission ended referred to 1us PHY counter */ uint32_t timeEnd; /* RMS_CALC it allows to estimate tx power injected */ uint32_t rmsCalc; /* Tx Result (see "TX Result values" above) */ DRV_PLC_PHY_TX_RESULT result; } DRV_PLC_PHY_TRANSMISSION_CFM_OBJ;
Summary
Result of a transmission and related parameters.
Description
This data type contains the information of the last transmission, its result, timestamp and an estimation of the injected power. For result values, see MM DRV_PLC_PHY_TX_RESULT.
Remarks
None.