Struct JoeScan::Pinchot::DiscoveredScanSync¶
ClassList > JoeScan > Pinchot > DiscoveredScanSync
Basic information of a ScanSync found on the network.
Public Properties¶
| Type | Name |
|---|---|
| IPAddress | IpAddress The IP address of the ScanSync. |
| uint | SerialNumber The serial number of the ScanSync. |
| ScanSyncVersionInformation | Version The version of the ScanSync. |
Public Properties Documentation¶
IpAddress¶
The IP address of the ScanSync.
IPAddress IpAddress;
This is only valid with ScanSync firmware version 2.1.0 or greater.
SerialNumber¶
The serial number of the ScanSync.
uint SerialNumber;
Version¶
The version of the ScanSync.
ScanSyncVersionInformation Version;
This is only valid with ScanSync firmware version 2.1.0 or greater.