Class FinHHDFinalizeEventArgs
Inheritance
System.Object
System.EventArgs
FinHHDFinalizeEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.FinTS.HHD
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinHHDFinalizeEventArgs : EventArgs
Constructors
FinHHDFinalizeEventArgs(Int32)
Declaration
public FinHHDFinalizeEventArgs(int nOut = 0)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | nOut |
Properties
Out
The output data from the SECODER FINALIZE TRANSACTION command.
Declaration
public int Out { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
The HHD specification currently only defines two values: '00 00' - The device connection shall be maintained. '00 01' - The device shall be disconnected.