Class CameraImageFilePathResponse
Represents camera image settings written to the laser.
public class CameraImageFilePathResponse : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseCameraImageFilePathResponse
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
CameraImageIsAvailable
Gets a value indicating whether an actual camera image is available on laser.
public bool CameraImageIsAvailable { get; }
Property Value
FilePath
Gets the complete file path to last stored image.
public string FilePath { get; }