Click or drag to resize

ICashRegisterCustomerDisplayText Method

Display a text on the customer display.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void CustomerDisplayText(
	CustomerDisplayTextTask task
)

Parameters

task
Type: Resto.Front.Api.Data.Device.TasksCustomerDisplayTextTask
CustomerDisplayTextTask Text with markup for display.
Exceptions
ExceptionCondition
DeviceExceptionException to notify that device actions was not successful.
See Also