Struct jsScanSyncDiscovered¶
ClassList > jsScanSyncDiscovered
Public Attributes¶
| Type | Name |
|---|---|
| uint32_t | firmware_version_major Firmware major version number of the ScanSync. |
| uint32_t | firmware_version_minor Firmware minor version number of the ScanSync. |
| uint32_t | firmware_version_patch Firmware patch version number of the ScanSync. |
| uint32_t | ip_addr IP address of the ScanSync. |
| uint32_t | serial_number Serial number of ScanSync. |
Public Attributes Documentation¶
firmware_version_major¶
Firmware major version number of the ScanSync.
uint32_t firmware_version_major;
Note:
This field is only reported with ScanSync firmware v2.1.0+.
firmware_version_minor¶
Firmware minor version number of the ScanSync.
uint32_t firmware_version_minor;
Note:
This field is only reported with ScanSync firmware v2.1.0+.
firmware_version_patch¶
Firmware patch version number of the ScanSync.
uint32_t firmware_version_patch;
Note:
This field is only reported with ScanSync firmware v2.1.0+.
ip_addr¶
IP address of the ScanSync.
uint32_t ip_addr;
Note:
This field is only reported with ScanSync firmware v2.1.0+.
serial_number¶
Serial number of ScanSync.
uint32_t serial_number;