Visioscan Set SDK Libraries
1.0.28
Visioscan Set SDK Help documentation file for C++ and C++/CLI
Loading...
Searching...
No Matches
BaseEnumeration.h
1
#pragma once
2
typedef
enum
SensorResolutionFrequencyEnum {
3
eigthy_hz = 0,
4
fourthy_hz = 1,
5
twenty_hz = 2,
6
ten_hz = 3,
7
fifty_hz = 4
8
};
9
10
typedef
enum
MethodCompatibility {
11
compatible = 0,
12
degraded = 1,
13
notcompatible = 2,
14
compatible_but_limited = 3
15
};
16
17
18
typedef
enum
Method {
19
NetworkInfo = 0,
20
WindowsContaminationStatus = 1,
21
PlatformVersion = 2,
22
Lamps = 3
23
};
StarfleetToolbox
BaseEnumeration.h
Generated by
1.11.0