CRequestType
public enum CRequestType
Request type.
-
Operation started by connect.
Declaration
Swift
case connect -
Operation started by disconnect.
Declaration
Swift
case disconnect -
Operation started by activateAsync.
Declaration
Swift
case activate -
Operation started by applicationInformationAsync.
Declaration
Swift
case applicationInformation -
Operation started by balanceAsync.
Declaration
Swift
case balance -
Operation started by changeSettingsAsync.
Declaration
Swift
case changeSettings -
Operation started by commitAsync.
Declaration
Swift
case commit -
Operation started by counterRequestAsync.
Declaration
Swift
case counterRequest -
Operation started by deactivateAsync.
Declaration
Swift
case deactivate -
Operation started by dccRatesAsync.
Declaration
Swift
case dccRates -
Operation started by hardwareInformationAsync.
Declaration
Swift
case hardwareInformation -
Operation started by initTransactionAsync.
Declaration
Swift
case initTransaction -
Operation started by loginAsync.
Declaration
Swift
case login -
Operation started by logoutAsync.
Declaration
Swift
case logout -
Operation started by rebootAsync.
Declaration
Swift
case reboot -
Operation started by reconciliationAsync.
Declaration
Swift
case reconciliation -
Operation started by receiptRequestAsync.
Declaration
Swift
case receiptRequest -
Operation started by reconfigAsync.
Declaration
Swift
case reconfig -
Operation started by rollbackAsync.
Declaration
Swift
case rollback -
Operation started by softwareUpdateAsync.
Declaration
Swift
case softwareUpdate -
Operation started by systemInformationAsync.
Declaration
Swift
case systemInformation -
Operation started by transactionAsync.
Declaration
Swift
case transaction -
Operation started by closeReaderAsync.
Supported only if Guides.UNATTENDED is enabled.
Declaration
Swift
case closeReader -
Operation started by openReaderAsync.
Supported only if Guides.UNATTENDED is enabled.
Declaration
Swift
case openReader -
Operation started by ejectCardAsync.
Supported only if Guides.UNATTENDED is enabled.
Declaration
Swift
case ejectCard -
Operation started by openMaintenanceWindowAsync.
Supported only if Guides.UNATTENDED is enabled.
Declaration
Swift
case openMaintenanceWindow -
Operation started by closeMaintenanceWindowAsync.
Supported only if Guides.UNATTENDED is enabled.
Declaration
Swift
case closeMaintenanceWindow -
Operation started by activateServiceMenuAsync.
Supported only if Guides.UNATTENDED is enabled.
Declaration
Swift
case activateServiceMenu -
Operation started by openDialogModeAsync.
Supported only if Guides#DIALOG is enabled.
Declaration
Swift
case openDialogMode -
Operation started by closeDialogModeAsync.
Supported only if Guides#DIALOG is enabled.
Declaration
Swift
case closeDialogMode -
Operation started by showSignatureCaptureAsync.
Supported only if Guides.DIALOG is enabled.
Declaration
Swift
case showSignatureCapture -
Operation started by showDialogAsync.
Supported only if Guides#DIALOG is enabled.
Declaration
Swift
case showDialog -
Operation started by sendCardCommandAsync.
Supported only if .dialog guide is enabled.
Declaration
Swift
case sendCardCommand -
Operation started by loyaltyDataAsync.
Supported only if .valueAddedServices guide is enabled.
Declaration
Swift
case loyaltyData -
Operation started by startCheckoutAsync.
Supported only if .valueAddedServices guide is enabled.
Declaration
Swift
case startCheckout -
Operation started by finishCheckoutAsync.
Supported only if .valueAddedServices guide is enabled.
Declaration
Swift
case finishCheckout -
Operation started by provideLoyaltyBasketAsync.
Supported only if .valueAddedServices guid is enabled.
Declaration
Swift
case provideLoyaltyBasket -
Operation started by balanceInquiryAsync.
Supported only if Guides#BALANCE_INQUIRY is enabled.
Declaration
Swift
case balanceInquiry -
Operation started by requestAliasAsync.
Declaration
Swift
case requestAlias
CRequestType Enumeration Reference