Note: I'm currently taking a break from this course to focus on my studies so I can finally graduate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var STOCK_PAPER = 1; // Indicates type of stock loaded is | |
| //paper. | |
| var STOCK_FAX = 2; // Indicates the type of stock is | |
| //non-indexed fax paper. | |
| var STOCK_SYNTHETIC = 3; // Indicates the type of stock is | |
| //synthetic. | |
| var SOM_MOMENTARY = 1; // Scanner Operation Mode type that | |
| //indicates the scanner is to be active as long as the trigger | |
| //is held down or timeout has expired. | |
| var SOM_CONTINUOUS = 2; // Scanner Operation Mode type that |