Click or drag to resize

CardScannedEventArgs Constructor

Initializes a new instance of the CardScannedEventArgs class

Namespace:  Resto.Front.Api.Data.Device
Assembly:  Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public CardScannedEventArgs(
	string data,
	CardScanDeviceType deviceType
)

Parameters

data
Type: SystemString
deviceType
Type: Resto.Front.Api.Data.DeviceCardScanDeviceType
See Also