Collaboration diagram for Sct_SctApi.ScanPackage.ScanOptions:
Public Member Functions | |
int | value () |
Static Public Member Functions | |
Sct_SctApi.ScanPackage.ScanOptions | from_int (int value) |
Static Public Attributes | |
final int | _full = 0 |
final Sct_SctApi.ScanPackage.ScanOptions | full = new Sct_SctApi.ScanPackage.ScanOptions(_full) |
final int | _bits32 = 1 |
final Sct_SctApi.ScanPackage.ScanOptions | bits32 = new Sct_SctApi.ScanPackage.ScanOptions(_bits32) |
final int | _loopCalLine = 2 |
final Sct_SctApi.ScanPackage.ScanOptions | loopCalLine = new Sct_SctApi.ScanPackage.ScanOptions(_loopCalLine) |
final int | _distSlave = 3 |
final Sct_SctApi.ScanPackage.ScanOptions | distSlave = new Sct_SctApi.ScanPackage.ScanOptions(_distSlave) |
final int | _debug = 4 |
final Sct_SctApi.ScanPackage.ScanOptions | debug = new Sct_SctApi.ScanPackage.ScanOptions(_debug) |
final int | _tim = 5 |
final Sct_SctApi.ScanPackage.ScanOptions | tim = new Sct_SctApi.ScanPackage.ScanOptions(_tim) |
final int | _nth = 6 |
final Sct_SctApi.ScanPackage.ScanOptions | nth = new Sct_SctApi.ScanPackage.ScanOptions(_nth) |
final int | _nth_rem = 7 |
final Sct_SctApi.ScanPackage.ScanOptions | nth_rem = new Sct_SctApi.ScanPackage.ScanOptions(_nth_rem) |
final int | _enableDataMode = 8 |
final Sct_SctApi.ScanPackage.ScanOptions | enableDataMode = new Sct_SctApi.ScanPackage.ScanOptions(_enableDataMode) |
Protected Member Functions | |
ScanOptions (int value) | |
Private Attributes | |
int | __value |
Static Private Attributes | |
int | __size = 9 |
Sct_SctApi.ScanPackage.ScanOptions[] | __array = new Sct_SctApi.ScanPackage.ScanOptions [__size] |
Generated by the IDL-to-Java compiler (portable), version "3.1" from SctApi.idl 16 September 2005 17:37:19 o'clock BST
Definition at line 11 of file ScanOptions.java.