IEasyScriptEventListenerCardSwipe Method |
This event indiciates that a magnetic card was swiped and parsed.
Namespace:
EasyScriptAPI
Assembly:
EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax void CardSwipe(
CardSwipe swipe
)
Sub CardSwipe (
swipe As CardSwipe
)
void CardSwipe(
CardSwipe^ swipe
)
abstract CardSwipe :
swipe : CardSwipe -> unit
Parameters
- swipe
- Type: EasyScriptAPICardSwipe
Card information
See Also