Skip to content

Class JoeScan::Pinchot::DiscoveredDevice

ClassList > JoeScan > Pinchot > DiscoveredDevice

Information of a scan head found on the network.

Public Properties

Type Name
IPAddress IpAddress
Gets the IPAddress of the scan head.
uint LinkSpeedMbps
Gets the Ethernet link speed of the scan head.
string ProductName
Gets the detailed name of the scan head.
uint SerialNumber
Gets the serial number of the scan head.
string State
Gets the current state of the scan head.
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

IpAddress

Gets the IPAddress of the scan head.

IPAddress IpAddress;

The IPAddress of the scan head.


LinkSpeedMbps

Gets the Ethernet link speed of the scan head.

uint LinkSpeedMbps;

The Ethernet link speed of the scan head


ProductName

Gets the detailed name of the scan head.

string ProductName;

The detailed name of the scan head.


SerialNumber

Gets the serial number of the scan head.

uint SerialNumber;

The serial number of the scan head.


State

Gets the current state of the scan head.

string State;

The current state of the scan head.


Version

Gets the version of the scan head.

ScanHeadVersionInformation Version;

The version of the scan head.


Public Functions Documentation

IsCompatibleWithApi

Checks if the scan head is compatible with the current API version.

bool IsCompatibleWithApi() 

Returns:

Returns true if the scan head is compatible with the API, else false.