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

Properties of a credit event More...

Inheritance diagram for PyramidNETRS232.CreditArgs:

Public Member Functions

 CreditArgs (int index)
 A credit event argument describes a credit event. More...
 

Properties

int Index [get]
 Index of note for which credit should be issues. 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 More...
 

Detailed Description

Properties of a credit event

Definition at line 69 of file EventArgs.cs.

Constructor & Destructor Documentation

◆ CreditArgs()

PyramidNETRS232.CreditArgs.CreditArgs ( int  index)

A credit event argument describes a credit event.

Parameters
indexIndex of note to credit

Definition at line 75 of file EventArgs.cs.

Property Documentation

◆ Index

int PyramidNETRS232.CreditArgs.Index
get

Index of note for which credit should be issues. 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

Definition at line 93 of file EventArgs.cs.


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