Click or drag to resize

BaseScanHeadConnector Class

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

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 BaseScanHeadConnector : BaseDeviceConnector

The BaseScanHeadConnector type exposes the following members.

Constructors
 NameDescription
Protected methodBaseScanHeadConnectorInitializes a new instance of the BaseScanHeadConnector class
Top
Properties
 NameDescription
Public propertyDevice1 The controlling device.
(Inherited from BaseDeviceConnector)
Public propertyDevice2 The controlled device.
(Inherited from BaseDeviceConnector)
Top
Methods
 NameDescription
Public methodSendBias 
Public methodSetMonitoringError 
Public methodSetupConnection Builds the communication between the two devices.
(Inherited from BaseDeviceConnector)
Public methodTearDownConnection Removes the communication between the two devices.
(Inherited from BaseDeviceConnector)
Public methodUpdateTrackingError 
Public methodVerifyMonitoringStatus 
Top
See Also