JTwain v9 - Lab Asprise! All Rights Reserved.

Uses of Class
com.asprise.util.jtwain.lowlevel.DataTypeVersion

Packages that use DataTypeVersion
com.asprise.util.jtwain.lowlevel Low-level APIs for advanced development of TWAIN applications. 
 

Uses of DataTypeVersion in com.asprise.util.jtwain.lowlevel
 

Methods in com.asprise.util.jtwain.lowlevel that return DataTypeVersion
 DataTypeVersion DataTypeIdentity.getVersion()
           
 

Methods in com.asprise.util.jtwain.lowlevel with parameters of type DataTypeVersion
 void DataTypeIdentity.setVersion(DataTypeVersion version)
           
 

Constructors in com.asprise.util.jtwain.lowlevel with parameters of type DataTypeVersion
DataTypeIdentity(int id, DataTypeVersion version, int protocolMajor, int protocolMinor, int supportedGroups, String manufacturer, String productFamily, String productName)
           
 


JTwain v9 - Lab Asprise! All Rights Reserved.