Click or drag to resize
STNullDevice ClassScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/

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.

Inheritance Hierarchy

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public class STNullDevice : ISTSeriesDevice

The STNullDevice type exposes the following members.

Properties
  NameDescription
Public propertyCardReader
Intentionally not implemented.
Public propertySerialNumberWriteEnabled
Gets a value indicating whether or not a serial number download is supported
Top
Methods
  NameDescription
Public methodDownloadErrorCorrectionTable
Intentionally not implemented.
Public methodGetDeviceSerialNumber
Intentionally not implemented.
Public methodGetErrorCorrectionTable
Intentionally not implemented.
Public methodGetRegion
Public methodSetRegionDimensions
Public methodStopCalibration
Intentionally not implemented.
Top
See Also