Click or drag to resize

ILaserSourceItem Interface

Represents a laser source hardware item

Namespace:  LynceeTec.API.Hardware
Assembly:  LynceeTec.API.Hardware (in LynceeTec.API.Hardware.dll) Version: 9.0.26418.0 , built 2021-10-22 08:54:13 UTC
Syntax
public interface ILaserSourceItem : IHardwareItem

The ILaserSourceItem type exposes the following members.

Properties
  NameDescription
Public propertyIsAvailable (Inherited from IHardwareItem.)
Public propertyIsConnected (Inherited from IHardwareItem.)
Public propertyIsEnabled (Inherited from IHardwareItem.)
Public propertyIsInitialized (Inherited from IHardwareItem.)
Public propertyStatus (Inherited from IHardwareItem.)
Public propertyUniqueID (Inherited from IHardwareItem.)
Public propertyUsage (Inherited from IHardwareItem.)
Top
Methods
  NameDescription
Public methodGetDescription
Gets the description of the hardware item
(Inherited from IHardwareItem.)
Top
Events
  NameDescription
Public eventIsAvailableChanged
Occurs when the availability of the hardware item changes
(Inherited from IHardwareItem.)
Public eventIsConnectedChanged
Occurs when the connected state of the hardware item changes
(Inherited from IHardwareItem.)
Public eventIsInitializedChanged
Occurs when the initialized state of the hardware item changes
(Inherited from IHardwareItem.)
Top
See Also