Click or drag to resize

ICashRegisterCustomerDisplayIdle Method

Put a customer display into idle mode.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void CustomerDisplayIdle(
	TimeSpan timeToIdle
)

Parameters

timeToIdle
Type: SystemTimeSpan
Time to turn off the display.
Exceptions
ExceptionCondition
DeviceExceptionException to notify that device actions was not successful.
See Also