Driver SDK 4.2.0
Session methods

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 }
 

Detailed Description

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 Documentation

◆ DirectState

State returned from a Direct Access Method

◆ 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).

Enumeration Type Documentation

◆ DirectState

State returned from a Direct Access Method

Enumerator
ePlotterOK 
ePlotterBusy 
ePlotterFunctionNotUsed 
ePlotterError 

Definition at line 922 of file DriverInfo.h.