Click or drag to resize

SPICE3Device Constructor

Initializes a new instance of the SPICE3Device class

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public SPICE3Device(
	MarkerAPI markerAPI,
	IDeviceManager deviceManager,
	IPluginManager pluginManager,
	Func<Type, BaseDeviceConnector> deviceConnectorFactory
)

Parameters

markerAPI  MarkerAPI

[Missing <param name="markerAPI"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.#ctor(RAYLASE.Marker.MarkerAPI,RAYLASE.Marker.Device.IDeviceManager,RAYLASE.Marker.IPluginManager,System.Func{System.Type,RAYLASE.Marker.Device.Connector.BaseDeviceConnector})"]

deviceManager  IDeviceManager

[Missing <param name="deviceManager"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.#ctor(RAYLASE.Marker.MarkerAPI,RAYLASE.Marker.Device.IDeviceManager,RAYLASE.Marker.IPluginManager,System.Func{System.Type,RAYLASE.Marker.Device.Connector.BaseDeviceConnector})"]

pluginManager  IPluginManager

[Missing <param name="pluginManager"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.#ctor(RAYLASE.Marker.MarkerAPI,RAYLASE.Marker.Device.IDeviceManager,RAYLASE.Marker.IPluginManager,System.Func{System.Type,RAYLASE.Marker.Device.Connector.BaseDeviceConnector})"]

deviceConnectorFactory  FuncType, BaseDeviceConnector

[Missing <param name="deviceConnectorFactory"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.#ctor(RAYLASE.Marker.MarkerAPI,RAYLASE.Marker.Device.IDeviceManager,RAYLASE.Marker.IPluginManager,System.Func{System.Type,RAYLASE.Marker.Device.Connector.BaseDeviceConnector})"]

See Also