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.
#
id :String
Id of the TWTwainJS instance.
#
libraryVersion :String
Library version. Usefull for debugging.
#
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.
#
name :String
Name of the TWTwainJS instance.
#
port :Number
Port of the TWTwainJS instance.