PinPadBase.BeginEftTransactionImpl(PinPadSystem, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Informs the PIN Pad’s service object that an EFT Transaction is starting.
protected virtual void BeginEftTransactionImpl (Microsoft.PointOfService.PinPadSystem pinpadSystem, int transactionHost);
abstract member BeginEftTransactionImpl : Microsoft.PointOfService.PinPadSystem * int -> unit
override this.BeginEftTransactionImpl : Microsoft.PointOfService.PinPadSystem * int -> unit
Protected Overridable Sub BeginEftTransactionImpl (pinpadSystem As PinPadSystem, transactionHost As Integer)
Parameters
- pinpadSystem
- PinPadSystem
Name of the desired PIN Pad Management System.
- transactionHost
- Int32
Identifies the EFT Transaction Host to be used for this transaction.