EMBENET_NODE_DIAG_DutyCycleRawData Struct Reference

Data Fields

uint64_t timeOverall
 Overall time of activity in microseconds. More...
 
uint64_t timeTx
 Time spent on frame transmission in microseconds. More...
 
uint64_t timeRx
 Time spent on listening or receiving in microseconds. More...
 
uint64_t timeActive
 Time spent on active state in microseconds. More...
 

Field Documentation

◆ timeOverall

uint64_t EMBENET_NODE_DIAG_DutyCycleRawData::timeOverall

Overall time of activity in microseconds.

◆ timeTx

uint64_t EMBENET_NODE_DIAG_DutyCycleRawData::timeTx

Time spent on frame transmission in microseconds.

◆ timeRx

uint64_t EMBENET_NODE_DIAG_DutyCycleRawData::timeRx

Time spent on listening or receiving in microseconds.

◆ timeActive

uint64_t EMBENET_NODE_DIAG_DutyCycleRawData::timeActive

Time spent on active state in microseconds.


The documentation for this struct was generated from the following file:
Go to Top