Click or drag to resize

IScaleSendPlu Method

Upload PLU items to the scale.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
SendPluResult SendPlu(
	SendPluTask task
)

Parameters

task
Type: Resto.Front.Api.Data.Device.TasksSendPluTask
Task containing PLU items to upload and upload parameters.

Return Value

Type: SendPluResult
Result of the upload operation with status for each item.
See Also