DeviceStatus Class |
Namespace: ProScript
The DeviceStatus type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeviceStatus |
Initializes a new instance of the DeviceStatus class.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetErrorInfo |
Returns a string explaining the lastError in English
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLastError |
Returns a code representing the last error that occurred. Does not survive a power cycle. Error codes TBD. 0 = no error
|
![]() | GetReserved1 |
The parameter is not used.
|
![]() | GetReserved2 |
The parameter is not used.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | isAllOutputCommandsLocked |
Gets the output command lockout status.
|
![]() | IsCalibrating |
Gets whether or not the device is currently calibrating.
|
![]() | isCalibrationCommandsLocked |
Gets the calibration command lockout status.
|
![]() | IsCalibrationRequired |
Gets whether or not calibration is currently required.
|
![]() | isDisplayCommandsLocked |
Gets the display command lockout status.
|
![]() | IsIdle |
Gets whether or not the device is currently idle (in command mode).
|
![]() | IsInitializing |
Gets whether or not the device is currently initializing.
|
![]() | isOperatingModeCommandsLocked |
Gets the operating mode command lockout status.
|
![]() | isRegionCommandsLocked |
Gets the region command lockout status.
|
![]() | isScreenCommandsLocked |
Gets the screen commmand lockout status.
|
![]() | ToString |
Prints this object as a human readable string.
(Overrides ObjectToString.) |