2.9.4.11 USB_DEVICE_PRINTER_PORT_STATUS Structure
C
typedef struct { uint8_t errorStatus; uint8_t selectStatus; uint8_t paperEmptyStatus; } USB_DEVICE_PRINTER_PORT_STATUS;
Summary
USB device Printer Port Status.
This structure defines the Printer status.
Members
Members | Description |
uint8_t errorStatus; | 1 = No Error, 0 = Error |
uint8_t selectStatus; | 1 = Selected, 0 = Not Selected |
uint8_t paperEmptyStatus; | 1 = Paper Empty, 0 = Paper Not Empty |
Remarks
None.