|
| enum class | ProductIdentification {
Unknown = 0
, RawData = 47
, AntiCollision = 48
, Navigation = 49
,
Rod300 = 30
, Rod500 = 50
, Rod120 = 12
, Rod130 = 13
} |
| |
| enum class | Protocol { Udp = 0
, Tcp = 1
} |
| |
| enum class | ScanPacketType { Distance = 0
, DistanceAndIntensity = 1
} |
| |
| enum class | AngularResolution {
ZeroToZeroPointTwoAtEightyHz = 0
, ZeroToZeroPointOneAtFourtyHz = 1
, ZeroToZeroPointZeroFiveAtTwentyHz = 2
, ZeroToZeroPointZeroTwoFiveAtTenHz = 3
,
ZeroToZeroSomethingAtFiftyHz = 4
} |
| |
| enum class | ScanningDirection { Clockwise = 0
, CounterClockwise = 1
} |
| |
| enum class | FilterStatus { Off = 0
, On = 1
} |
| |
| enum class | WindowCalibrationStatus { Processing = 0
, Done = 1
, Failed = 3
} |
| |
| enum class | DisplayPageIndex {
CustomLogoPage = 0
, OperatingStatus = 1
, WmsStatus = 2
, EthUsbConnectStatus = 3
,
NetworkInfo = 4
, BluethootConnection = 5
} |
| |
| enum class | PageDirection { Normal = 0
, UpsideDown = 1
} |
| |
| enum class | DisplayMode { Normal = 0
, On = 1
, Off = 2
} |
| |
| enum class | TransmissionStatus { Off = 0
, On = 1
} |
| |
| enum class | DisplayWakeUpRange {
ThreeHundred = 0
, FiveHundred = 1
, TenHundred = 2
, FifteenHundred = 3
,
TwentyHundred = 4
} |
| |
| enum class | DisplayWakeUpTime { TwoSec = 0
, ThreeSec = 1
, FiveSec = 2
, TenSec = 3
} |
| |
| enum class | ObjSizeEnum {
Twenty = 0
, Thirty = 1
, Fourty = 2
, Fifty = 3
,
Sixty = 4
, Seventy = 5
, Hundred_fifty = 6
, Two_hundred = 7
,
Five_hundred = 8
} |
| |
| enum class | ZoneTypeEnum { Near = 0
, Middle = 1
, Far = 2
} |
| |
| enum class | ActiveLevelEnum { Low = 0
, High = 1
} |
| |
| enum class | FunctionEnum {
NotUsed = 0
, NearTrigger = 1
, MiddleTrigger = 2
, FarTrigger = 3
,
Error = 4
} |
| |
| enum class | FieldLearningStatusEnum {
NoLearning = 0
, Started = 5
, InProgress = 1
, Finished = 2
,
Aborted = 3
, Timeout = 4
} |
| |
| enum class | ConnectionStatusEnum {
Connected = 0
, Unexpected = 1
, Failure = 2
, Disconnected = 4
,
Timeout = 5
, NotInSameSubNet = 6
, NotInSameSubNetOrNotWired = 61
, NotWired = 7
,
AdressInUse = 8
, HostUnreachable = 9
, ConnectionResetedByPeer = 10
, InvalidAdress = 11
,
Rejected = 12
, Unreachable = 13
, ResetByPeer = 14
, Aborted = 15
,
Reconnecting = 16
, Unknow = 99
} |
| |
| enum class | ChannelTypeEnum { Tcp = 0
, Udp = 1
, Usb = 2
} |
| |
| enum class | DataAvailabilityEnum { Available = 0
, NotAvailable = 1
, Unknow = 2
} |
| |
| enum class | UncoveredZoneSizeEnum {
Off = 0
, ten = 1
, twenty = 2
, fifty = 3
,
hundred = 4
, hundred_fifty = 5
, two_hundred = 6
, two_hundred_fifty = 7
,
three_hundred = 8
, five_hundred = 9
} |
| |
| enum class | AbortStatus {
None = 0
, ConnectionLost = 1
, ObjectInUncoverZoneRange = 2
, AbortByCommand = 3
,
SensorError = 4
, ParamOutOfRange = 5
} |
| |
| enum class | InputControleModeStatus { PhysicalInterface = 0
, CommandControl = 1
} |
| |
| enum class | ZoneModeEnum { SizeMode = 0
, SpotMode = 1
} |
| |