Enum UnitModelSource
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 = 1The first component scan will include the unit model number as part of the bar code.
[EnumMember] NotSpecified = 0Not specified.
[EnumMember] SignalQueue = 2Unit model numbers will be signalled from scans that occur at another station.
Remarks
This is obsolete and only exists for legacy clients.