Click or drag to resize

BaseLaserDeviceConnector Class

[Missing <summary> documentation for "T:RAYLASE.Marker.Device.Connector.BaseLaserDeviceConnector"]

Inheritance Hierarchy

Namespace: RAYLASE.Marker.Device.Connector
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract class BaseLaserDeviceConnector : BaseDeviceConnector

The BaseLaserDeviceConnector type exposes the following members.

Constructors
 NameDescription
Protected methodBaseLaserDeviceConnectorInitializes a new instance of the BaseLaserDeviceConnector class
Top
Properties
 NameDescription
Public propertyDevice1 The controlling device.
(Inherited from BaseDeviceConnector)
Public propertyDevice2 The controlled device.
(Inherited from BaseDeviceConnector)
Top
Methods
 NameDescription
Public methodArmLaserT 
Public methodConfigureIO 
Public methodEnablePointerT 
Public methodSetupConnection Builds the communication between the two devices.
(Inherited from BaseDeviceConnector)
Public methodTearDownConnection Removes the communication between the two devices.
(Inherited from BaseDeviceConnector)
Top
See Also