Class JoeScan::Pinchot::DiscoveredDevice¶
ClassList > JoeScan > Pinchot > DiscoveredDevice
Information of a scan head found on the network.
Public Properties¶
Type | Name |
---|---|
property IPAddress | IpAddress Gets the IPAddress of the scan head. |
property uint | LinkSpeedMbps Gets the Ethernet link speed of the scan head. |
property string | ProductName Gets the detailed name of the scan head. |
property uint | SerialNumber Gets the serial number of the scan head. |
property string | State Gets the current state of the scan head. |
property ScanHeadVersionInformation | Version Gets the version of the scan head. |
Public Functions¶
Type | Name |
---|---|
bool | IsCompatibleWithApi () Checks if the scan head is compatible with the current API version. |
Public Properties Documentation¶
property IpAddress¶
Gets the IPAddress of the scan head.
IPAddress IpAddress;
The IPAddress of the scan head.
property LinkSpeedMbps¶
Gets the Ethernet link speed of the scan head.
uint LinkSpeedMbps;
The Ethernet link speed of the scan head
property ProductName¶
Gets the detailed name of the scan head.
string ProductName;
The detailed name of the scan head.
property SerialNumber¶
Gets the serial number of the scan head.
uint SerialNumber;
The serial number of the scan head.
property State¶
Gets the current state of the scan head.
string State;
The current state of the scan head.
property Version¶
Gets the version of the scan head.
ScanHeadVersionInformation Version;
The version of the scan head.
Public Functions Documentation¶
function IsCompatibleWithApi¶
Checks if the scan head is compatible with the current API version.
inline bool JoeScan::Pinchot::DiscoveredDevice::IsCompatibleWithApi ()
Returns:
Returns true
if the scan head is compatible with the API, else false
.
The documentation for this class was generated from the following file C:/Users/michp/Documents/Projects/fawkes/client-net/Api/src/JoeScan.Pinchot/src/ScanSystemDiscover.cs