Pyramid Technologies .NET RS-232 API  1.4.4.0
RS-232 Bill Acceptor API for Pyramid Bill Validators
PyramidNETRS232.EscrowArgs Class Reference

Properties of an escrow event

See also
RS232Config.IsEscrowMode
More...

Inheritance diagram for PyramidNETRS232.EscrowArgs:

Public Member Functions

 EscrowArgs (int index)
 Escrow event args describe an escrow event. More...
 

Properties

int Index [get]
 Index of note that is in escrow position. Index is an integer between 1 and 7 inclusive. Denomination mapping depends on the Apex 7000 firmware but here is the USD map: 1: $1 2: $2 (not used) 3: $5 4: $10 5: $20 6: $50 7: $100

See also
RS232Config.IsEscrowMode
More...
 

Detailed Description

Properties of an escrow event

See also
RS232Config.IsEscrowMode

Definition at line 100 of file EventArgs.cs.

Constructor & Destructor Documentation

◆ EscrowArgs()

PyramidNETRS232.EscrowArgs.EscrowArgs ( int  index)

Escrow event args describe an escrow event.

See also
RS232Config.IsEscrowMode
Parameters
indexIndex of note in escrow

Definition at line 107 of file EventArgs.cs.

Property Documentation

◆ Index

int PyramidNETRS232.EscrowArgs.Index
get

Index of note that is in escrow position. Index is an integer between 1 and 7 inclusive. Denomination mapping depends on the Apex 7000 firmware but here is the USD map: 1: $1 2: $2 (not used) 3: $5 4: $10 5: $20 6: $50 7: $100

See also
RS232Config.IsEscrowMode

Definition at line 126 of file EventArgs.cs.


The documentation for this class was generated from the following file: