Wrapper constructor. Loads resources and connects to FX3
Namespace:
FX3ApiWrapper
Assembly:
FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Wrapper(
string FX3ResourcePath,
string RegMapPath,
SensorType Type
)
Public Sub New (
FX3ResourcePath As String,
RegMapPath As String,
Type As SensorType
)
public:
Wrapper(
String^ FX3ResourcePath,
String^ RegMapPath,
SensorType Type
)
new :
FX3ResourcePath : string *
RegMapPath : string *
Type : SensorType -> Wrapper
Parameters
- FX3ResourcePath
- Type: SystemString
Path the FX3 firmware binaries - RegMapPath
- Type: SystemString
Path to register map file - Type
- Type: FX3ApiWrapperSensorType
[Missing <param name="Type"/> documentation for "M:FX3ApiWrapper.Wrapper.#ctor(System.String,System.String,FX3ApiWrapper.SensorType)"]
See Also