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  String
 
deviceType  CardScanDeviceType
 
See Also