Click or drag to resize

IDeviceSetup Method

Perform setup new configuration operation.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void Setup(
	DeviceSettings settings
)

Parameters

settings
Type: Resto.Front.Api.Data.Device.SettingsDeviceSettings
DeviceSettings New device configuration.
Exceptions
ExceptionCondition
DeviceExceptionException to notify that device actions was not successful.
See Also