PrinterStatus
PrinterStatus is an enumeration that represents values of the printer's connection status.
- NoPrinter: status for when no printer is found when trying to find the printer's status.
- Disconnected: status for when the printer is disconnected and no longer monitoring.
- Connecting: status for when the printer is currently attempting to connect to the user's mobile device.
- Connected: status for when the printer is connected to a user's mobile device and monitoring.
- Warning: status for when the printer is in a warning state where an error could potentially occur.
- Error: status for when the printer has an error while connected to the user's mobile device.