LMS API Documentation v23.10.0
|
#include <LimeSuite.h>
Data Fields | |
char | deviceName [32] |
The display name of the device. | |
char | expansionName [32] |
The display name of the expansion card. | |
char | firmwareVersion [16] |
The firmware version as a string. | |
char | hardwareVersion [16] |
The hardware version as a string. | |
char | protocolVersion [16] |
The protocol version as a string. | |
uint64_t | boardSerialNumber |
A unique board serial number. | |
char | gatewareVersion [16] |
Gateware version as a string. | |
char | gatewareTargetBoard [32] |
Which board should use this gateware. | |
Device information structure
Definition at line 1286 of file LimeSuite.h.
uint64_t boardSerialNumber |
A unique board serial number.
Definition at line 1293 of file LimeSuite.h.
char deviceName[32] |
The display name of the device.
Definition at line 1288 of file LimeSuite.h.
char expansionName[32] |
The display name of the expansion card.
Definition at line 1289 of file LimeSuite.h.
char firmwareVersion[16] |
The firmware version as a string.
Definition at line 1290 of file LimeSuite.h.
char gatewareTargetBoard[32] |
Which board should use this gateware.
Definition at line 1295 of file LimeSuite.h.
char gatewareVersion[16] |
Gateware version as a string.
Definition at line 1294 of file LimeSuite.h.
char hardwareVersion[16] |
The hardware version as a string.
Definition at line 1291 of file LimeSuite.h.
char protocolVersion[16] |
The protocol version as a string.
Definition at line 1292 of file LimeSuite.h.