IInputListenerReceiveMagneticStripEvent Method |
Receives a magnetic card swipe event.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax void ReceiveMagneticStripEvent(
MagneticCardSwipe c
)
Sub ReceiveMagneticStripEvent (
c As MagneticCardSwipe
)
void ReceiveMagneticStripEvent(
MagneticCardSwipe^ c
)
abstract ReceiveMagneticStripEvent :
c : MagneticCardSwipe -> unit
Parameters
- c
- Type: ProScriptMagneticCardSwipe
magnetic card swipe event
See Also