Show / Hide Table of Contents

Class DiscoveredDevice

Information of a scan head found on the network.

Inheritance
object
DiscoveredDevice
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: JoeScan.Pinchot
Assembly: JoeScan.Pinchot.dll
Syntax
public class DiscoveredDevice

Properties

| Improve this Doc View Source

IpAddress

Gets the IPAddress of the scan head.

Declaration
public IPAddress IpAddress { get; }
Property Value
Type Description
IPAddress

The IPAddress of the scan head.

| Improve this Doc View Source

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

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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 Source

IsCompatibleWithApi()

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.

  • Improve this Doc
  • View Source
Back to top Copyright JoeScan, Inc.
Generated by DocFX