Click or drag to resize

Capabilities Class

This class represents the physical capabilities of a ScripTouch device
Inheritance Hierarchy
SystemObject
  ProScriptCapabilities

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public class Capabilities

The Capabilities type exposes the following members.

Constructors
  NameDescription
Public methodCapabilities
Initializes a new instance of the Capabilities class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetBrightnessLevels
Gets the number of brightness levels supported.
Public methodGetCalibrationXMax
The maximum x value of the firmware's internal mapping space
Public methodGetCalibrationXMin
The minimum x value of the firmware's internal mapping space
Public methodGetCalibrationYMax
The maximum y value of the firmware's internal mapping space
Public methodGetCalibrationYMin
The minimum y value of the firmware's internal mapping space
Public methodGetCardReader
Gets the type of card reader equipped on this device.
Public methodGetColorDepth
Gets the bit depth of the display.
Public methodGetContrastLevels
Gets the number of contrast levels supported.
Public methodGetCoordinateModes
The coordinate modes supported by the device.
Public methodGetCoordinateXMax
Gets the maximum X coordinate.
Public methodGetCoordinateXMin
Gets the minimum X coordinate.
Public methodGetCoordinateYMax
Gets the maximum Y coordinate.
Public methodGetCoordinateYMin
Gets the minimum Y coordinate.
Public methodGetDigitizerHeight
Gets the height of the digitizer in millimeters.
Public methodGetDigitizerWidth
Gets the width of the digitizer in millimeters.
Public methodGetDisplayHeight
Gets the height of the display in pixels.
Public methodGetDisplayId
Gets the type of display contained in this device. 0 = None 1 = 240x64, binary 2 = 240x64, 16 gray
Public methodGetDisplayWidth
Gets the width of the display in pixels.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetReserved10
The parameter is not used.
Public methodGetReserved11
The parameter is not used.
Public methodGetReserved12
The parameter is not used.
Public methodGetReserved13
The parameter is not used.
Public methodGetReserved14
The parameter is not used.
Public methodGetReserved4
The parameter is not used.
Public methodGetReserved5
The parameter is not used.
Public methodGetReserved6
The parameter is not used.
Public methodGetReserved7
The parameter is not used.
Public methodGetReserved9
The parameter is not used.
Public methodGetSupportedReports
Gets a bit mask containing report types this device supports.
Public methodGetSupportsScreensResources
Returns whether this device is capable of using screen and resource calls.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts this object into a human readable string.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldStatic memberCardReaderHid Obsolete.
The device has a card reader that supports Scriptel HID reports.
Public fieldStatic memberCardReaderInterchangeable Obsolete.
The device has a card reader that is capable of switching between Keyboard output and Scriptel HID reports.
Public fieldStatic memberCardReaderKeyboardBasic Obsolete.
The device has a card reader that supports HID keyboard reports.
Public fieldStatic memberCardReaderKeyboardPreamble Obsolete.
The device has a card reader that supports HID keyboard reports with a Scriptel preamble.
Public fieldStatic memberCardReaderNone Obsolete.
The device has no card reader.
Public fieldStatic memberCoordinateSupportsBuffering
The device supports buffering coordinates.
Public fieldStatic memberCoordinateSupportsCompression
The device supports compression.
Public fieldStatic memberCoordinateSupportsStreaming
The device supports streaming coordinates.
Public fieldStatic memberCoordinateSupportsThrottling
The device supports throttling.
Public fieldStatic memberDisplayType240x64and1x5BlackWhite
The device has a 240x64 pixel display that is 1x5 inches and is black and white.
Public fieldStatic memberDisplayType240x64and1x5GrayScale
The device has a 240x64 pixel display that is 1x5 inches and is grayscale.
Public fieldStatic memberDisplayTypeNone
The device does not have a display.
Public fieldStatic memberMagCardReaderChangeable
The device has an equipped magnetic strip reader that can change between HID reports and keyboard events.
Public fieldStatic memberMagCardReaderHID
The device has an equipped magnetic strip reader that will output swipes to vendor-specific HID.
Public fieldStatic memberMagCardReaderKeyboard
The device has an equipped magnetic strip reader that will output swipes to raw keyboard events.
Public fieldStatic memberSupportedReportsHid
The device supports Scriptel HID reports.
Public fieldStatic memberSupportedReportsKeyboard
The device supports HID keyboard reports.
Public fieldStatic memberSupportedReportsMouse
The device supports HID mouse reports.
Public fieldStatic memberSupportedReportsPen
The device supports HID digitizer reports.
Public fieldStatic memberSupportedReportsTouch
The device supports HID touch reports.
Top
See Also