 | ReaderSetPayMode Method |
Sets the pay mode.
When the By Count pay mode is used, it means that the reader will enter the halt state after reading the card deduction.
The card must be removed and put on the reader before deduction can be made.
When the By Time pay mode is used, it means that after the first deduction, it will deduction periodically if the card is kept on the reader,
The period time is equal to the Period of Opening Relay parameter setting.
Namespace:
AC908_SDK
Assembly:
AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntaxpublic Task SetPayMode(
PayMode payMode
)
Parameters
- payMode
- Type: AC908_SDK.EnumsPayMode
The pay mode.
Return Value
Type:
TaskA task that represents the asynchronous operation.
See Also