Profishark API
2.3.12.0
|
Statistics structure for a Profishark device. More...
#include <ProfisharkAPI.h>
Data Fields | |
ProfisharkApiStatisticsVersion | version |
union { | |
ProfisharkApiStatisticsV1 StatisticsV1 | |
ProfisharkApiStatisticsV2 StatisticsV2 | |
}; | |
This union contains the statistics. More... | |
Statistics structure for a Profishark device.
union { ... } |
This union contains the statistics.
Depending on the value of version a different member of the union is filled. If version == ProfisharkApiStatisticsVersion_1, StatisticsV1 is filled. If version == ProfisharkApiStatisticsVersion_2, StatisticsV2 is filled.
ProfisharkApiStatisticsV1 StatisticsV1 |
Statistics for devices supporting V1 model
ProfisharkApiStatisticsV2 StatisticsV2 |
Statistics for devices supporting V2 model
ProfisharkApiStatisticsVersion version |
Version of the structure. Defines which member of the union is used