Class FinHHDFinalizeEventArgs
public class FinHHDFinalizeEventArgs : EventArgs
- Inheritance
-
FinHHDFinalizeEventArgs
- Inherited Members
Constructors
FinHHDFinalizeEventArgs(int)
public FinHHDFinalizeEventArgs(int nOut = 0)
Parameters
nOutint
Properties
Out
The output data from the SECODER FINALIZE TRANSACTION command.
public int Out { get; }
Property Value
Remarks
The HHD specification currently only defines two values: '00 00' - The device connection shall be maintained. '00 01' - The device shall be disconnected.