Namespace Acuit.Pinpoint.Workstation.Messaging
Classes
- AddUnitDefectMessage
The message raised by the IMessenger service when the operator selects a defect to record for the unit at the station.
- AddUnitDefectRepairMessage
The message raised by the IMessenger service when the operator selects a repair to add for a defect for the unit at the station.
- ChangeUnitBuyoffMessage
The base class for messages used by the IMessenger service to set or clear a unit buyoff.
- ClearUnitBuyoffMessage
The message raised by the IMessenger service when the operator clicks a buyoff button for a buyoff that is currently set.
- ComponentScanStartingMessage
The message raised by the IMessenger service when a component scan prompt is about to appear.
- ConfigureAcuitPinpointConnectionMessage
The message raised by the IMessenger service when the operator initiates configuring the Acuit Pinpoint connection.
- EnterTypedNumberMessage
The message raised by the IMessenger service to enter a typed number (e.g., a serial number or model number) when a scan prompt is active.
- InitiateUnitSelectionMessage
The message raised by the IMessenger service to start selecting a unit with which to work at the workstation.
- LogOffWorkerMessage
The message raised by the IMessenger service when the operator initiates logging off.
- MessengerExtensions
Extension members for IMessenger.
- NoScanStateReadyMessage
The message raised by the IMessenger service when a workstation configured for "no scan" operation has finished initializing and processing the worker logon.
- OverrideUnitTestMessage
The message raised by the IMessenger service when the operator initiates overriding a failed test for the unit at the station.
- ReleaseUnitMessage
The message raised by the IMessenger service when the operator initiates releasing the unit at the station.
- RemoveComponentMessage
The message raised by the IMessenger service when the operator initiates removing a component from the unit at the station.
- RemovePreassemblyMessage
The message raised by the IMessenger service when the operator initiates removing a preassembly from the unit at the station.
- RepairUnitDefectMessage
The message raised by the IMessenger service when the operator initiates repairing a defect for the unit at the station.
- RestartApplicationMessage
The message raised by the IMessenger service when an application restart has been requested (for example, due to the user interface language selection being changed).
- RunningStationEventMessage
The base class for event messages related to a running station.
- ScanComponentMessage
The message raised by the IMessenger service when a component scan is initiated for the unit at the station. This can happen due to the unit workflow automatically prompting for a component scan, or due to the operator initiating a component scan.
- ScanComponentOptions
Options for performing a component scan.
- ScanComponentResult
The result of a component scan request.
- SetUnitBuyoffMessage
The message raised by the IMessenger service when the operator clicks a buyoff button for a buyoff that is not currently set.
- ShellClosingMessage
The message raised by the IMessenger service when the application shell is closing.
- StationStartedMessage
The message raised by the IMessenger service when the station has successfully started.
- StationStoppedMessage
The message raised by the IMessenger service when the station is stopped.
- StationStoppingMessage
The message raised by the IMessenger service when the station is about to be stopped.
- UnitBuyoffChangedMessage
The message raised by the IMessenger service when a buyoff status changes for a unit at the station.
- UnitComponentChangedMessage
The message raised by the IMessenger service when a component status changes for a unit at the station.
- UnitDefectAddedMessage
The message raised by the IMessenger service when a defect is added for a unit at the station.
- UnitDefectRepairAddedMessage
The message raised by the IMessenger service when a repair is added to a defect for a unit at the station.
- UnitEventMessage
The base class for event messages related to a unit at the station.
- UnitReadyForOperatorMessage
The message raised by the IMessenger service when a unit has been scanned, its components have been scanned, and Acuit Pinpoint Workstation is waiting for the operator.
- UnitReleasedMessage
The message raised by the IMessenger service when a unit is released.
- UnitReleasingMessage
The message raised by the IMessenger service when a unit is potentially about to be released from a manned (non-automated) station.
- UnitScanErrorMessage
The message raised by the IMessenger service when a unit scan error occurs.
- UnitScannedMessage
The message raised by the IMessenger service when a unit is scanned.
- UnitScanningMessage
The message raised by the IMessenger service when a unit is being scanned.
- UnitTestOverriddenMessage
The message raised by the IMessenger service when a failed test is overridden for a unit at the station.
- UnitTestResultAddedMessage
The message raised by the IMessenger service when a test result is added for a unit at the station.
- WorkerLogOnStatusChangedMessage
The message raised by the IMessenger service when the active IWorkerAtStation's WorkerLogOnStatus changes due to a shift changing while the worker remains logged in.
- WorkerLoggedOffMessage
The message raised by the IMessenger service when a worker has logged off.
- WorkerLoggedOnMessage
The message raised by the IMessenger service when a worker has logged on to the station.
- WorkerLoggingOffMessage
The message raised by the IMessenger service when a worker is logging off from the station.
- WorkerLoggingOnMessage
The message raised by the IMessenger service when a worker is logging on to the station.
- WorkerStationEventMessage
The base class for event messages related to a worker at the station.
- WorkstationRequestMessage<T>
The base class for Acuit Pinpoint Workstation request messages.
Interfaces
- IAsyncHandlingMessage
A message that supports asynchronous handling.
- ICancelMessage
A message that supports requesting cancellation.
- IWorkstationRequestMessage
An Acuit Pinpoint Workstation request message.