![]() |
Driver SDK 4.2.0
|
Classes | |
| struct | aur::ADA::DriverMethods |
Typedefs | |
| typedef enum aur::ADA::DirectState | aur::ADA::DirectState |
| typedef struct aur::ADA::DriverMethods | aur::ADA::DriverMethods |
Enumerations | |
| enum | aur::ADA::DirectState { aur::ADA::ePlotterOK = 0 , aur::ADA::ePlotterBusy , aur::ADA::ePlotterFunctionNotUsed , aur::ADA::ePlotterError } |
The methods described in the DriverMethods are to be called using one of the following calling orders. Driver rely on this.
The calling order (Typical print only):
The calling order (Typicall cutting only):
The calling order (Print and cut):
| typedef enum aur::ADA::DirectState aur::ADA::DirectState |
State returned from a Direct Access Method
| typedef struct aur::ADA::DriverMethods aur::ADA::DriverMethods |
Session methods
The session method exported by the driver. The entries might be NULL and are thus not supported. This means the call can ommitted and the next call in the calling order should be executed (see below).
State returned from a Direct Access Method
| Enumerator | |
|---|---|
| ePlotterOK | |
| ePlotterBusy | |
| ePlotterFunctionNotUsed | |
| ePlotterError | |
Definition at line 922 of file DriverInfo.h.