Enum ScannerPosition
Represents the selection of scanner position while reading the code.
public enum ScannerPosition
Fields
BlockPosition = 2Move to chosen block position before reading code
CurrentScannerPosition = 0Read on the current scanner position (no movement)
UserDefinedCoordinate = 1Move to user defined coordinate (x/y/z) before reading code