CConnectionMode
public enum CConnectionMode : CaseIterable
Defines the type of connection between ECR and EFT Terminal.
-
ECR and EFT Terminal exchange connection parameters using broadcasting before connecting.
Declaration
Swift
case broadcast
-
ECR and EFT Terminal connect directly using pre-configured connection parameters.
Declaration
Swift
case onFixIp
-
Using only Saferpay. No ECR attached.
Declaration
Swift
case none
-
Use PCL if available.
Declaration
Swift
case pcl