Capabilities Class |
Namespace: ProScript
The Capabilities type exposes the following members.
Name | Description | |
---|---|---|
Capabilities |
Initializes a new instance of the Capabilities class.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetBrightnessLevels |
Gets the number of brightness levels supported.
| |
GetCalibrationXMax |
The maximum x value of the firmware's internal mapping space
| |
GetCalibrationXMin |
The minimum x value of the firmware's internal mapping space
| |
GetCalibrationYMax |
The maximum y value of the firmware's internal mapping space
| |
GetCalibrationYMin |
The minimum y value of the firmware's internal mapping space
| |
GetCardReader |
Gets the type of card reader equipped on this device.
| |
GetColorDepth |
Gets the bit depth of the display.
| |
GetContrastLevels |
Gets the number of contrast levels supported.
| |
GetCoordinateModes |
The coordinate modes supported by the device.
| |
GetCoordinateXMax |
Gets the maximum X coordinate.
| |
GetCoordinateXMin |
Gets the minimum X coordinate.
| |
GetCoordinateYMax |
Gets the maximum Y coordinate.
| |
GetCoordinateYMin |
Gets the minimum Y coordinate.
| |
GetDigitizerHeight |
Gets the height of the digitizer in millimeters.
| |
GetDigitizerWidth |
Gets the width of the digitizer in millimeters.
| |
GetDisplayHeight |
Gets the height of the display in pixels.
| |
GetDisplayId |
Gets the type of display contained in this device.
0 = None
1 = 240x64, binary
2 = 240x64, 16 gray
| |
GetDisplayWidth |
Gets the width of the display in pixels.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetReserved10 |
The parameter is not used.
| |
GetReserved11 |
The parameter is not used.
| |
GetReserved12 |
The parameter is not used.
| |
GetReserved13 |
The parameter is not used.
| |
GetReserved14 |
The parameter is not used.
| |
GetReserved4 |
The parameter is not used.
| |
GetReserved5 |
The parameter is not used.
| |
GetReserved6 |
The parameter is not used.
| |
GetReserved7 |
The parameter is not used.
| |
GetReserved9 |
The parameter is not used.
| |
GetSupportedReports |
Gets a bit mask containing report types this device supports.
| |
GetSupportsScreensResources |
Returns whether this device is capable of using screen and resource calls.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Converts this object into a human readable string.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
CardReaderHid | Obsolete.
The device has a card reader that supports Scriptel HID reports.
| |
CardReaderInterchangeable | Obsolete.
The device has a card reader that is capable of switching between Keyboard output and Scriptel HID reports.
| |
CardReaderKeyboardBasic | Obsolete.
The device has a card reader that supports HID keyboard reports.
| |
CardReaderKeyboardPreamble | Obsolete.
The device has a card reader that supports HID keyboard reports with a Scriptel preamble.
| |
CardReaderNone | Obsolete.
The device has no card reader.
| |
CoordinateSupportsBuffering |
The device supports buffering coordinates.
| |
CoordinateSupportsCompression |
The device supports compression.
| |
CoordinateSupportsStreaming |
The device supports streaming coordinates.
| |
CoordinateSupportsThrottling |
The device supports throttling.
| |
DisplayType240x64and1x5BlackWhite |
The device has a 240x64 pixel display that is 1x5 inches and is black and white.
| |
DisplayType240x64and1x5GrayScale |
The device has a 240x64 pixel display that is 1x5 inches and is grayscale.
| |
DisplayTypeNone |
The device does not have a display.
| |
MagCardReaderChangeable |
The device has an equipped magnetic strip reader that can change between HID reports and keyboard events.
| |
MagCardReaderHID |
The device has an equipped magnetic strip reader that will output swipes to vendor-specific HID.
| |
MagCardReaderKeyboard |
The device has an equipped magnetic strip reader that will output swipes to raw keyboard events.
| |
SupportedReportsHid |
The device supports Scriptel HID reports.
| |
SupportedReportsKeyboard |
The device supports HID keyboard reports.
| |
SupportedReportsMouse |
The device supports HID mouse reports.
| |
SupportedReportsPen |
The device supports HID digitizer reports.
| |
SupportedReportsTouch |
The device supports HID touch reports.
|