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) |
Protected Member Functions | |
ScanOptions (int value) | |
Private Attributes | |
int | __value |
Static Private Attributes | |
int | __size = 6 |
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 14 July 2004 17:26:54 o'clock BST
Definition at line 11 of file ScanOptions.java.