Enum ReconfigMode
Defines the type of the Reconfig Request. "FullReconfig" (default, can be omitted in this case) for a full reconfiguration; "AcqInit" reconfigure one specific or all acquirers; "TrmConfig" reconfigure terminal parameters.
The following values are valid:
Namespace: SIX.TimApi.Constants
Assembly: TimApi.dll
Syntax
public enum ReconfigMode : int
Fields
| Name | Description |
|---|---|
| AcqInit | Only an acquirer init is performed instead of combined terminal config & acquirer init. |
| FullReconfig | (Default, can therefore be omitted) Perform standard behaviour; terminal config and acquirer init. |
| TrmConfig | Only a terminal config is performed instead of combined terminal config & acquirer init. |
| Unknown | Invalid/unknown constant value. |