Click or drag to resize
STCardReaderRegisterForCardSwipedEvent Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Registers a target event handler for the CardSwiped event

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public int RegisterForCardSwipedEvent(
	Object sender,
	STCardReaderCardSwipedEventHandler target
)

Parameters

sender
Type: SystemObject
The object registering for the event
target
Type: Scriptel.STSeriesSTCardReaderCardSwipedEventHandler
The event handler to receive the event

Return Value

Type: Int32

Returns 0 after a successful call

Returns -1 after an unsuccessful call

See Also