Skip to content

Class JoeScan::Pinchot::VersionCompatibilityException

ClassList > JoeScan > Pinchot > VersionCompatibilityException

This exception is thrown when the scan head is not compatible with the operation being performed.

One example of this exception being thrown is when the API attempts to connect to a ScanHead with an incompatible version. Only scan heads loaded with firmware with the same major version as the API are compatible. Versions are defined as:

Major.Minor.Patch

A scan head with a version of 13.1.1 is compatible with an API with a version of 13.4.2 because the major version (13) is the same.

Inherits the following classes: InvalidOperationException


The documentation for this class was generated from the following file C:/Users/michp/Documents/Projects/fawkes/client-net/Api/src/JoeScan.Pinchot/src/VersionCompatibilityException.cs

Comments