Class FinHHDFinalizeEventArgs
Inherited Members
Namespace: Subsembly.FinTS.HHD
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinHHDFinalizeEventArgs : EventArgs
Constructors
FinHHDFinalizeEventArgs(int)
Declaration
public FinHHDFinalizeEventArgs(int nOut = 0)
Parameters
Type | Name | Description |
---|---|---|
int | nOut |
Properties
Out
The output data from the SECODER FINALIZE TRANSACTION command.
Declaration
public int Out { get; }
Property Value
Type | Description |
---|---|
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.