- ECRBase - Class in at.hobex.pos.ecr
-
This class is the abstract base for all ECR-POS-Interfaces hobex supports.
- ECRBase() - Constructor for class at.hobex.pos.ecr.ECRBase
-
Default constructor for an instance of ECRBase.
- ECRBase(String, String) - Constructor for class at.hobex.pos.ecr.ECRBase
-
Constructor for an ECRBase object, where the TID and password can be set manually.
- ECRBase(String, String, String, int) - Constructor for class at.hobex.pos.ecr.ECRBase
-
Constructor for an ECRBase object.
- ECRBase(String, String, String, int, int, boolean) - Constructor for class at.hobex.pos.ecr.ECRBase
-
Constructor for an ECRBase object.
- ECRBase(String, String, String, int, int, boolean, String) - Constructor for class at.hobex.pos.ecr.ECRBase
-
Constructor for an ECRBase object.
- ECRBase(String, String, String, int, int, boolean, String, String) - Constructor for class at.hobex.pos.ecr.ECRBase
-
Constructor for an ECRBase object.
- ECRCommunicationException - Exception in at.hobex.pos.ecr
-
ECRBase throws this exception in case of a communication failure.
- ECRCommunicationException(Throwable) - Constructor for exception at.hobex.pos.ecr.ECRCommunicationException
-
- ECRException - Exception in at.hobex.pos.ecr
-
- ECRException() - Constructor for exception at.hobex.pos.ecr.ECRException
-
- ECRException(String) - Constructor for exception at.hobex.pos.ecr.ECRException
-
- ECRException(Throwable) - Constructor for exception at.hobex.pos.ecr.ECRException
-
- ECRException(String, Throwable) - Constructor for exception at.hobex.pos.ecr.ECRException
-
- error(Object) - Method in interface at.hobex.pos.logger.ILogger
-
- error(Object, Throwable) - Method in interface at.hobex.pos.logger.ILogger
-