Click or drag to resize

IStroboItem Interface

Represents a stroboscopic unit hardware item

Namespace: LynceeTec.API.Hardware
Assembly: LynceeTec.API.Hardware (in LynceeTec.API.Hardware.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:35 UTC
Syntax
public interface IStroboItem : IHardwareItem

The IStroboItem 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