|
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 = 6
, Hundred_fifty = 7
,
Three_hundred = 7
, Five_hundred = 8
} |
|
enum class | ZoneTypeEnum { Protection = 0
, Warning1 = 1
, Warning2 = 2
} |
|
enum class | ActiveLevelEnum { Low = 0
, High = 1
} |
|
enum class | FunctionEnum {
NotUsed = 0
, ProtectionFieldTrigger = 1
, WarningField1Trigger = 2
, WarningField2Trigger = 3
,
Error = 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
} |
|