- ZVTClient - Class in at.hobex.pos.ecr.zvt
-
This class provides business methods for transactions over the ZVT Protocol (hobex derivative).
- ZVTClient() - Constructor for class at.hobex.pos.ecr.zvt.ZVTClient
-
Constructor for an ZVTClient-Object object.
- ZVTClient(String, int) - Constructor for class at.hobex.pos.ecr.zvt.ZVTClient
-
Constructor to create an ZVTClient-Object which communicates via TCP/IP with default values - timeouts (t3=5000ms, t4=180000ms), Config-Byte BE and force registration false
- ZVTClient(String, int, int, int) - Constructor for class at.hobex.pos.ecr.zvt.ZVTClient
-
Constructor to create an ZVTClient-Object which communicates via TCP/IP with default Config-Byte BE and force registration false
- ZVTClient(String, int, int, int, byte) - Constructor for class at.hobex.pos.ecr.zvt.ZVTClient
-
Constructor to create an ZVTClient-Object which communicates via TCP/IP with default value force registration false
- ZVTClient(String, int, int, int, byte, boolean) - Constructor for class at.hobex.pos.ecr.zvt.ZVTClient
-
Constructor to create an ZVTClient-Object which communicates via TCP/IP
- ZVTClient(String, int, int, int, byte, boolean, int) - Constructor for class at.hobex.pos.ecr.zvt.ZVTClient
-
Constructor to create an ZVTClient-Object which communicates via TCP/IP
- ZVTClient(String, int, int, int, String) - Constructor for class at.hobex.pos.ecr.zvt.ZVTClient
-
Constructor to create an ZVTClient-Object which communicates via TCP/IP with default value force registration false
- ZVTClient(String, int, int, int, String, boolean) - Constructor for class at.hobex.pos.ecr.zvt.ZVTClient
-
Constructor to create an ZVTClient-Object which communicates via TCP/IP
- ZVTClient(String, int, int, int, String, boolean, int) - Constructor for class at.hobex.pos.ecr.zvt.ZVTClient
-
Constructor to create an ZVTClient-Object which communicates via TCP/IP
- ZVTClient(String) - Constructor for class at.hobex.pos.ecr.zvt.ZVTClient
-
Constructor to create an ZVTClient-Object which communicates via serial communication with default values - baud rate (=9600), stop bit (=2), Timeouts (t3=5000ms, t4=180000ms)
and Config-Byte BE
- ZVTClient(String, int, int) - Constructor for class at.hobex.pos.ecr.zvt.ZVTClient
-
Constructor to create an ZVTClient-Object which communicates via serial communication with default values - timeouts (t3=5000ms, t4=180000ms), Config-Byte BE and force
registration false
- ZVTClient(String, int, int, int, int) - Constructor for class at.hobex.pos.ecr.zvt.ZVTClient
-
Constructor to create an ZVTClient-Object which communicates via serial communication with default Config-Byte BE and force registration false
- ZVTClient(String, int, int, int, int, byte) - Constructor for class at.hobex.pos.ecr.zvt.ZVTClient
-
Constructor to create an ZVTClient-Object which communicates via serial communication with default Config-Byte BE and force registration false
- ZVTClient(String, int, int, int, int, byte, boolean) - Constructor for class at.hobex.pos.ecr.zvt.ZVTClient
-
Constructor to create an ZVTClient-Object which communicates via serial communication
- ZVTClient(String, int, int, int, int, byte, boolean, int) - Constructor for class at.hobex.pos.ecr.zvt.ZVTClient
-
Constructor to create an ZVTClient-Object which communicates via serial communication
- ZVTClient(String, int, int, int, int, String) - Constructor for class at.hobex.pos.ecr.zvt.ZVTClient
-
Constructor to create an ZVTClient-Object which communicates via serial communication with default value force registration false
- ZVTClient(String, int, int, int, int, String, boolean) - Constructor for class at.hobex.pos.ecr.zvt.ZVTClient
-
Constructor to create an ZVTClient-Object which communicates via serial communication
- ZVTClient(String, int, int, int, int, String, boolean, int) - Constructor for class at.hobex.pos.ecr.zvt.ZVTClient
-
Constructor to create an ZVTClient-Object which communicates via serial communication
- ZVTClientSimulator - Class in at.hobex.pos.ecr.zvt
-
- ZVTClientSimulator() - Constructor for class at.hobex.pos.ecr.zvt.ZVTClientSimulator
-
- ZVTResponse - Class in at.hobex.pos.ecr.zvt
-
This class expends the base class Response.java for creating a transaction response object.
- ZVTResponse() - Constructor for class at.hobex.pos.ecr.zvt.ZVTResponse
-
Default constructor