Class FinHHDFinalizeEventArgs

Namespace
Subsembly.FinTS.HHD
Assembly
Subsembly.FinTS.Core.dll
public class FinHHDFinalizeEventArgs : EventArgs
Inheritance
FinHHDFinalizeEventArgs
Inherited Members

Constructors

FinHHDFinalizeEventArgs(int)

public FinHHDFinalizeEventArgs(int nOut = 0)

Parameters

nOut int

Properties

Out

The output data from the SECODER FINALIZE TRANSACTION command.

public int Out { get; }

Property Value

int

Remarks

The HHD specification currently only defines two values: '00 00' - The device connection shall be maintained. '00 01' - The device shall be disconnected.