Click or drag to resize

BaseDeviceConnector Class

Represents the base class that allows one device to control the other for extra functionalities.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Device.ConnectorBaseDeviceConnector
    RAYLASE.Marker.Device.ConnectorBaseLaserDeviceConnector
    RAYLASE.Marker.Device.ConnectorBaseScanHeadConnector

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

The BaseDeviceConnector type exposes the following members.

Constructors
 NameDescription
Protected methodBaseDeviceConnectorInitializes a new instance of the BaseDeviceConnector class
Top
Properties
 NameDescription
Public propertyDevice1 The controlling device.
Public propertyDevice2 The controlled device.
Top
Methods
 NameDescription
Public methodSetupConnection Builds the communication between the two devices.
Public methodTearDownConnection Removes the communication between the two devices.
Top
See Also