Table of Contents

Class InspectionEvents.ComponentImageAcquired

Namespace
SmarterLink.Core.Protocol.Events
Assembly
SmarterLink.Core.dll

Signals that an image of a component has been acquired and is available for download.

public sealed record InspectionEvents.ComponentImageAcquired : InspectionEvents, IEquatable<ProtocolDataPayloadBase>, IEquatable<InspectionEvents>, IEquatable<InspectionEvents.ComponentImageAcquired>
Inheritance
InspectionEvents.ComponentImageAcquired
Implements
Inherited Members

Constructors

Signals that an image of a component has been acquired and is available for download.

public ComponentImageAcquired(ComponentId ComponentId, string FileId, Location Location, JobId JobId)

Parameters

ComponentId ComponentId
FileId string
Location Location
JobId JobId

Properties

[JsonRequired]
public ComponentId ComponentId { get; init; }

Property Value

ComponentId
[JsonRequired]
public string FileId { get; init; }

Property Value

string
[JsonRequired]
public JobId JobId { get; init; }

Property Value

JobId
[JsonRequired]
public Location Location { get; init; }

Property Value

Location