TWTwainJSInfo

TWTwainJSInfo

Basic TWTWainJSInfo information.

Constructor

# new TWTwainJSInfo(name, port, id, clientVersion)

Creates an instance of TWTwainJSInfo.

Parameters:
Name Type Description
name String
port Number
id String
clientVersion String

Members

# clientVersion :String

Client version. Useful for debugging.

Type:
  • String

# id :String

Id of the TWTwainJS instance.

Type:
  • String

# libraryVersion :String

Library version. Usefull for debugging.

Type:
  • String

# minClientVersion :String

Oldest TWTwainClient version this library still works with, or an empty string when no client version is known to be incompatible. Maintained by hand in the source when a release drops support for older clients (the build only updates libraryVersion). An integration can compare it with clientVersion after connecting.

Type:
  • String

# name :String

Name of the TWTwainJS instance.

Type:
  • String

# port :Number

Port of the TWTwainJS instance.

Type:
  • Number