Table of Contents

Enum UnitModelSource

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

The source for unit model numbers at preassembly stations.

[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Business")]
public enum UnitModelSource

Fields

[EnumMember] FirstComponentScan = 1

The first component scan will include the unit model number as part of the bar code.

[EnumMember] NotSpecified = 0

Not specified.

[EnumMember] SignalQueue = 2

Unit model numbers will be signalled from scans that occur at another station.

Remarks

This is obsolete and only exists for legacy clients.