| Class and Description |
|---|
| ScAdvancedSettings
Advanced Settings of a device's parameters.
|
| ScAdvSens
A device's advanced sensitivity parameters.
|
| ScBasicSettings
Basic Settings of a device's parameters.
|
| ScDevInfo
This class is used for returning the device info back from a wrapper
function.
|
| ScDevPars
The complete device parameters.
|
| ScEx
This class is the base class for all exceptions thrown by the DLL wrapper.
|
| ScFunc
This class holds all members needed for handling a function mapped to a
device's key.
|
| ScKeyAssignment
This class holds the assignment between a device's key and the function it
triggers.
|
| ScLogPars
This class is used for returning the logging parameters back from a wrapper
function or pass it to it.
|
| ScOneBoolean
This class is used for returning one boolean back from a wrapper function.
|
| ScOneByte
This class is used for returning one byte back from a wrapper function.
|
| ScOneInt
This class is used for returning one integer back from a wrapper function.
|
| ScOneString
This class is used for returning a string back from a wrapper function.
|
| ScStatus
Deprecated.
This enum is not longer necessary because all functions are void
now and throw exceptions.
|
| ScStdData
This class is used for returning the standard data back from the wrapper
functions scFetchStdData() and scGetStdData.
|
| ScThreeInts
This class is used for returning three integers back from a wrapper function.
|
| ScThreeStrings
This class is used for returning three strings back from a wrapper function.
|
| ScTwoInts
This class is used for returning two integers back from a wrapper function.
|
| ScTwoStrings
This class is used for returning two strings back from a wrapper function.
|