Table of Contents

Class CameraImageFilePathResponse

Namespace
Loehnert.Lisrt.Laser.Keyence
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents camera image settings written to the laser.

public class CameraImageFilePathResponse : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
CameraImageFilePathResponse
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

CameraImageIsAvailable

Gets a value indicating whether an actual camera image is available on laser.

public bool CameraImageIsAvailable { get; }

Property Value

bool

FilePath

Gets the complete file path to last stored image.

public string FilePath { get; }

Property Value

string