Enum SensorStatuses
Translates status byte to sensor status
Namespace: PTIRelianceLib.Protocol
Assembly: PTIRelianceLib.dll
Syntax
public enum SensorStatuses : byte
Fields
| Name | Description |
|---|---|
| Arm | 0 = No paper on arm 1 = Paper detected on arm |
| Cutter | 0 = cutter not home 1 = cutter home |
| Notch | 0 = No notch detected 1 = Notch detected |
| Paper | 0 = No paper at path 1 = Paper Present at path |
| Path | 0 = No paper in path 1 = Paper Present in path |
| Platen | 0 = platen off 1 = platen on |
| Presenter | 0 = No paper at presenter 1 = Paper Present at presenter |
| Tach | 0 = Tach error 1 = Tach OK |