Class DiscoveredDevice
Information of a scan head found on the network.
Inherited Members
Namespace: JoeScan.Pinchot
Assembly: JoeScan.Pinchot.dll
Syntax
public class DiscoveredDevice
Properties
| Improve this Doc View SourceIpAddress
Gets the IPAddress of the scan head.
Declaration
public IPAddress IpAddress { get; }
Property Value
Type | Description |
---|---|
IPAddress | The IPAddress of the scan head. |
LinkSpeedMbps
Gets the Ethernet link speed of the scan head.
Declaration
public uint LinkSpeedMbps { get; }
Property Value
Type | Description |
---|---|
uint | The Ethernet link speed of the scan head |
ProductName
Gets the detailed name of the scan head.
Declaration
public string ProductName { get; }
Property Value
Type | Description |
---|---|
string | The detailed name of the scan head. |
SerialNumber
Gets the serial number of the scan head.
Declaration
public uint SerialNumber { get; }
Property Value
Type | Description |
---|---|
uint | The serial number of the scan head. |
State
Gets the current state of the scan head.
Declaration
public string State { get; }
Property Value
Type | Description |
---|---|
string | The current state of the scan head. |
Version
Gets the version of the scan head.
Declaration
public ScanHeadVersionInformation Version { get; }
Property Value
Type | Description |
---|---|
ScanHeadVersionInformation | The version of the scan head. |
Methods
| Improve this Doc View SourceIsCompatibleWithApi()
Checks if the scan head is compatible with the current API version.
Declaration
public bool IsCompatibleWithApi()
Returns
Type | Description |
---|---|
bool | Returns true if the scan head is compatible with the API, else false. |