Click or drag to resize

InputResponseScannerData Constructor

Initializes a new instance of the InputResponseScannerData class

Namespace:  Micros.Ops.Input
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public InputResponseScannerData(
	string dataString,
	byte[] data
)

Parameters

dataString
Type: SystemString
data
Type: SystemByte
See Also