Scriptel.STSeries Namespace |
Class | Description | |
---|---|---|
NotAButtonException |
An attempt was made to communicate with STSeries device, but the device is not opened.
| |
RegionNotSetException |
Exception to indicate that certain mandatory fields have not been set within an STSeriesRegion subclass
| |
ST1400 | Properties and methods specific to the Scriptel ST1400 signature capture device The ISTSeriesDevice interface should be used to access members rather than the class object directly. | |
ST1475 | Properties and methods specific to the Scriptel ST1475U signature capture device The IST1500U interface should be used to access members rather than the class object directly. | |
ST1500U | Properties and methods specific to the Scriptel ST1500U signature capture device The IST1500U interface or the ISTSeriesDevice interface should be used to access members rather than the class object directly. | |
ST1501BPYJ | Properties and methods specific to the Scriptel ST1501 signature capture device The ISTSeriesDevice interface should be used to access members rather than the class object directly. | |
ST1501ECA | Properties and methods specific to the Scriptel ST1501 signature capture device The ISTSeriesDevice interface should be used to access members rather than the class object directly. | |
ST1501PUN | Properties and methods specific to the Scriptel ST1501 signature capture device The ISTSeriesDevice interface should be used to access members rather than the class object directly. | |
ST1501PYJ | Properties and methods specific to the Scriptel ST1501 signature capture device The ISTSeriesDevice interface should be used to access members rather than the class object directly. | |
ST1525 | Properties and methods specific to the Scriptel ST1550 signature capture device The ISTSeriesDevice interface should be used to access members rather than the class object directly. | |
ST1526 | Properties and methods specific to the Scriptel ST1526 signature capture device The ISTSeriesDevice interface should be used to access members rather than the class object directly. | |
ST1526PYJ | Properties and methods specific to the Scriptel ST1526PYJ signature capture device The ISTSeriesDevice interface should be used to access members rather than the class object directly. | |
ST1550 | Properties and methods specific to the Scriptel ST1550 signature capture device The ISTSeriesDevice interface should be used to access members rather than the class object directly. | |
ST1551PYJ | Properties and methods specific to the Scriptel ST1501 signature capture device The ISTSeriesDevice interface should be used to access members rather than the class object directly. | |
ST15XX |
The base class for all ST15XX devices...devices which have a pen and display
| |
STCardReader |
Describes the properties and actions available to the card reader
| |
STCardReaderCardSwipedEventArgs |
Event args class used in the CardSwiped event
| |
STCouldNotCommunicateException |
Exception indicating that communication could not be established or maintained with the device
| |
STDeviceNotOpenedException |
An attempt was made to communicate with STSeries device, but the device is not opened.
| |
STException |
Generic STSeries exception from which all STSeries exceptions are derived
| |
Sthid |
This class contains all of the low-level functionality required
to interface with the Windows HID driver to talk to a ScripTouch
Series Device.
| |
STNullDevice | This is a null device. Most methods will throw the NotImplementedException The ISTSeriesDevice interface should be used to access members rather than the class object directly. | |
STNullDeviceFirmwareDownloadStatusEventArgs |
Event args class used to get firmware download status
| |
STNullDeviceRegionSelectedEventArgs |
Event args class used in ButtonSelected and ContainerSelected events
| |
STPropertyNotSupportedByDeviceException |
This exception gets thrown in the event that the application attempts to read a property
that the device does not support.
| |
STRenderImageException |
Exception indicating that something failed when trying to render the image on the device
| |
STSeriesDefaultRegionsWorkflowPhase |
This class is responsible for restoring the default regions to the device
| |
STSeriesDevice | Properties and methods that generally apply to any Scriptel ST1500 Series device This class should not be used directly. Either use the ISTSeriesDevice interface to access members and properties, or use the interface for one of the device specific classes such as the IST1500U interface. | |
STSeriesDeviceContainerDevice | Properties and methods specific to the Scriptel STSeriesDeviceContainerDevice signature capture DeviceContainer. This class is not a typical implementation of STSeriesDevice. It was created solely to support languages that cannot cast between super and subclasses, and need to always get a concrete implementation. Specifically VB6 could not handle getting passed a STSeriesDevice from the STSeriesDevicesManager. It needed to be passed a ST1500 or ST1400 etc. The need for separate code for each device type creates much duplication. This class was created to "wrap" any STSeriesDevice so VB6 could can always expect to get a STSeriesDeviceContainerDevice, regardless of the actual attached device. All calls made to STSeriesDeviceContainerDevice are passed to the wrapped device, and all events from the wrapped device are refired by the DeviceContainer | |
STSeriesDeviceDisplay |
Describes the properties and actions available to the display of a STSeries signature capture device. Use the
ISTSeriesDeviceDisplay interface to access methods and properties.
| |
STSeriesDevicesManager |
Creates and maintains a list of the STSeries Signature Capture devices attached to the system
| |
STSeriesInvalidRegion |
A class to indicate an invalid region
| |
STSeriesRegionContainerRegion | ||
STSeriesWorkflowButton |
This class represents a button on a users workflow screen
| |
STSeriesWorkflowException |
This class represents an exception that can occur while executing a workflow.
| |
STSeriesWorkflowImage |
This class represents an image that is displayed during a workflow phase
| |
STSeriesWorkflowManager |
This class is responsible for managing the
| |
STSeriesWorkflowParser |
This class is responsible for parsing a workflow XML file
and creating WorkflowPhase objects from it.
| |
STSeriesWorkflowPhase |
This class represents a screen in a users workflow
| |
STSignature |
Contains and processes signatures captured from the Scriptel ST Series of digitizers
| |
STSignaturePoint |
Information about a pointNumber on the digitizer.
| |
STValueOutOfRangeException |
An attempt to set a value that is out of the acceptable range
|
Structure | Description | |
---|---|---|
STSignatureImageInMemory |
The structure needed to retrieve an image saved in memory
|
Interface | Description | |
---|---|---|
IST1500U |
Interface specific to the ST1500U digitizer, a member of the Scriptel ST1500 Series of digitizers.
| |
ISTCardReader |
Base interface for CardReader. Added for COM support.
| |
ISTSeriesDevice |
This is the base interface for Scriptel ST Series digitizers.
All Scriptel digitizers will support these properties and methods as a minimum set.
For all features for a given product use the product specific interface.
| |
ISTSeriesDeviceDisplay |
Interface to the STSeriesDeviceDisplay
| |
ISTSeriesDevicesManager |
Creates and maintains a list of the STSeries Signature Capture devices attached to the system
| |
ISTSeriesRegion |
Describes the properties of a region
| |
ISTSeriesWorkflowPhase |
This class defines the interface to a phase of a customers workflow
| |
ISTSignaturePoint | Information about a pointNumber on the digitizer. Not all information is supported by every digitizer. The ST1500U supports X, Y, SwitchStatus only. | |
IUnmanagedEvents |
Interface that defines the method signatures of the event handlers used in STSeriesDevice.
| |
STCardReaderICardSwipedEventArgs |
Interface added for COM support.
| |
STNullDeviceIFirmwareDownloadStatusEventArgs | ||
STNullDeviceIRegionSelectedEventArgs |
Delegate | Description | |
---|---|---|
STCardReaderCardSwipedEventHandler |
The event handler for the CardSwiped event
| |
STNullDeviceButtonSelectedEventHandler |
The event handler for the ButtonSelected event
| |
STNullDeviceContainerSelectedEventHandler |
The event handler for the FirmwareDownloadStatus event
| |
STNullDeviceFirmwareDownloadStatusEventHandler |
The event handler for the FirmwareDownloadStatus event in COM
| |
STSeriesWorkflowPhasePhaseCompleteDelegate |
Callback for when a workflow phase is complete
|
Enumeration | Description | |
---|---|---|
STCardReaderCardFormat |
The type of card
| |
STCardReaderTrackReadStatus |
Status of a card read
| |
SthidFeatureReportID |
This enumeration represents all of the Feature Report ID's used by the
ScripTouch API when talking with a ST Series device.
| |
SthidFeatureReportLength |
The byte length of each feature report.
| |
STSeriesDeviceButtonProperty |
Properties that are associated with buttons, either for getting or setting
| |
STSeriesDeviceRunMode |
The available run mode options
| |
STSeriesDeviceDisplayRegionType |
The available region type options
| |
STSeriesWorkflowButtonWorkflowButtonType |
the action associated with the button
| |
STSignatureAlign |
The available alignment options
| |
STSignatureCrop |
The available crop option flags
| |
STSignatureImageType |
The available image types to which an image can be saved
| |
STSignaturePointInputDeviceStatus |
indicates the current state of the pen tip status
|