Click or drag to resize
SelfshoppingLedManagerApplyAction Method
Applies a LedAction

Namespace: Com.Datalogic.Extension.Selfshopping.Led
Assembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual bool ApplyAction(
	LedAction action
)

Parameters

action
Type: Com.Datalogic.Extension.Selfshopping.Led.ActionLedAction
- The LedAction to apply.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Com.Datalogic.Extension.Selfshopping.Led.SelfshoppingLedManager.ApplyAction(Com.Datalogic.Extension.Selfshopping.Led.Action.LedAction)"]

Remarks

Applies a LedAction

, corresponding to a method invocation on a specific LED.

[Android Documentation]

See Also